summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/pcf50606.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-28tcc77x targets: various minor cleanupsBertrik Sikken1-0/+2
2009-10-11D2: Reduce binsize a bit by using arrays for the PMU initialisation.Rob Purchase1-9/+15
2009-10-10Initial support for runtime detection of the PMU used in newer D2+ models (PC...Rob Purchase1-1/+11
2009-10-08D2: Use a common function for reading ADC values from the PMURob Purchase1-0/+23
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-0/+7
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-20Enable RTC for Cowon D2. Time readout works, but date is currently junk.Rob Purchase1-0/+10
2008-04-04Split out the PCF5060x register defines into a common header and create a gen...Rob Purchase1-0/+45
2006-10-25Removed unneeded pcf50606.c.Michael Sevakis1-538/+0
2006-08-15eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, a...Peter D'Hoye1-6/+6
2006-04-17Ooops^2Jens Arnold1-1/+1
2006-04-16H300: Optimised PCF50606 driver, significantly reduces CPU power drain from t...Jens Arnold1-84/+334
2006-03-19H300: Properly initialize the backlight PCF50606 port pinLinus Nielsen Feltzing1-0/+1
2006-01-19Patch #1404233 by Peter D'Hoye: H300 brightness bugfixHristo Kovachev1-22/+1
2006-01-19Initialize the MBC to off, idle state JinCBrandon Low1-1/+2
2006-01-11Enable the EXTON and CHG wakeup againLinus Nielsen Feltzing1-1/+4
2006-01-11Reverted the wakeup/debounce PCF50606 settings for nowLinus Nielsen Feltzing1-3/+0
2006-01-10H300: Bootloader USB mode detection on EXTON wakeupLinus Nielsen Feltzing1-0/+3
2005-12-22Patch No 1387627 by Peter D'Hoye: Backlight Brightness setting for H300Hristo Kovachev1-1/+20
2005-12-09PCF50606 I2C timing is now more on specLinus Nielsen Feltzing1-0/+2
2005-11-21Added proper clock-stretching to the pcf50606 I2C driverLinus Nielsen Feltzing1-34/+4
2005-11-16Added single-byte read/write functions for the PCF50606 driverLinus Nielsen Feltzing1-7/+22
2005-11-14H300: First lame attempt to a pcf50606 driverLinus Nielsen Feltzing1-0/+298