summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/pcf50605.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-16Ensure consistency between header file and implementation for iPod drivers, b...Bertrik Sikken1-0/+1
2008-07-01Fix possible ATA-error on startup for iPod nano. Was introduced with r17721.Andree Buschmann1-2/+8
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-06-14Commit FS#9076, unification of PCF-initialization for iPod Video and nano. Th...Andree Buschmann1-10/+25
2008-04-20Adding new setting to System Settings <Accessory Power Supply -- off by defau...Andree Buschmann1-8/+6
2008-04-14Undo r17095. A bug report clearly showed this power supply is also needed for...Andree Buschmann1-1/+1
2008-04-13Further power saving for iPod Video (FS#8603). Do not enable D2REGC1 voltage ...Andree Buschmann1-1/+1
2008-04-04Split out the PCF5060x register defines into a common header and create a gen...Rob Purchase1-58/+12
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli1-6/+37
2007-11-26pcf50605_write_multiple must prelock driver or the series of bytes may be int...Michael Sevakis1-0/+6
2007-09-28Try to fix the case where Ipods would spuriously wake up even though no alarm...Thom Johansen1-2/+2
2007-02-28Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...Thom Johansen1-5/+5
2007-01-27Oops - fix PortalPlayer buildsDaniel Ankers1-4/+2
2006-10-27Renamed the ipod_i2c functions to the more appropriate pp_i2cDaniel Stenberg1-1/+1
2006-05-02ipods - First implementation of pcf50605_init() function. This enables the p...Dave Chapman1-0/+13
2006-03-09Improve ipod i2c driver somewhat by at least taking advantage of the in-devic...Brandon Low1-9/+3
2006-03-09Use an 8 bit ADC read for battery reading on ipod, that provides better than ...Brandon Low1-12/+0
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low1-43/+3
2006-02-05More iPod 3G code from Seven Le MesleDave Chapman1-0/+4
2005-12-21Put the ipod into standby mode on shutdown. This is untested on the 5g, but ...Dave Chapman1-3/+44
2005-12-19Correctly attribute Bernard Leach as the (C) holder for code taken from ipodl...Dave Chapman1-2/+7
2005-12-11iPod: Cleanup of i2c code and addition of RTC driverDave Chapman1-0/+111