1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 3d40144 Commit FS#9076, unification of PCF-initialization for iPod Video and nano. The nano's runtime will increase by about 45min. by Andree Buschmann · 16 years ago
  3. 850a112 Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. by Andree Buschmann · 16 years ago
  4. df243a1 Undo r17095. A bug report clearly showed this power supply is also needed for accessories on 5G/5.5G. A more sophisticated solution is needed. by Andree Buschmann · 16 years ago
  5. 4c5a735 Further power saving for iPod Video (FS#8603). Do not enable D2REGC1 voltage for 5G/5.5G -- no changes for other iPods. Savings on a 5G/5.5G are about 1.5mA. by Andree Buschmann · 17 years ago
  6. 9b691d3 Split out the PCF5060x register defines into a common header and create a generic pcf50606.c using standard i2c read/writes. by Rob Purchase · 17 years ago
  7. 054447f Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded hardware on PP50xx targets (Ipods, Sansa, H10s, etc) resulting in a large savings in power and consequent increase in battery life. Results vary from target to target and from codec to codec, but we now approach the OF runtime on several PP devices. For now, leave base CPU clock at 30MHz, although further savings is possible with some codecs if clock is reduced. Additionally, fix battery capacity on c200 and use my measurements to improve runtime estimation for Sandisk targets. by Michael Giacomelli · 17 years ago
  8. 9beb210 pcf50605_write_multiple must prelock driver or the series of bytes may be interrupted resulting in something you didn't intend. :) by Michael Sevakis · 17 years ago
  9. 1ef5dad Try to fix the case where Ipods would spuriously wake up even though no alarm had been set. by Thom Johansen · 17 years ago
  10. 8fd6d65 Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC since it's not always a mod. Make Ipod PCF driver keep other flags in OOCC1 that have been set instead of overwriting them. by Thom Johansen · 18 years ago
  11. df8446a Oops - fix PortalPlayer builds by Daniel Ankers · 18 years ago
  12. 77c915a Renamed the ipod_i2c functions to the more appropriate pp_i2c by Daniel Stenberg · 18 years ago
  13. f79d35a ipods - First implementation of pcf50605_init() function. This enables the power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing. by Dave Chapman · 18 years ago
  14. 19f4c2a Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting by Brandon Low · 19 years ago
  15. ca9e8b6 Use an 8 bit ADC read for battery reading on ipod, that provides better than centivolt precision any way, also enable charging, it seems to detect fine when charging by USB by Brandon Low · 19 years ago
  16. 63c0d1d Basic battery monitoring for ipod 5g, should work on other ipods as well, but needs testing and stuff. Also improved the RTC driver and moved it to where it belongs, and interrupt protected a bunch of possibly broken i2c. Also start preparing code for ipod charge monitoring. Note: on the 5g, this takes up enough processor time to increase skippiness noticeably in WPS. by Brandon Low · 19 years ago
  17. 465596b More iPod 3G code from Seven Le Mesle by Dave Chapman · 19 years ago
  18. 4ba9eac Put the ipod into standby mode on shutdown. This is untested on the 5g, but should work... by Dave Chapman · 19 years ago
  19. c3f9d00 Correctly attribute Bernard Leach as the (C) holder for code taken from ipodlinux. by Dave Chapman · 19 years ago
  20. e066a20 iPod: Cleanup of i2c code and addition of RTC driver by Dave Chapman · 19 years ago