summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/power.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-225/+0
2007-08-14Ondios with backlight mod: * Make the backlight stay off in plain SVN builds ...Jens Arnold1-0/+12
2007-08-14Don't let the shutdown code mess with the backlight anymore on most targets. ...Jens Arnold1-4/+1
2007-08-12Remove unnecessary sim stubs and includesNils Wallménius1-27/+0
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-5/+0
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis1-2/+2
2007-05-07Basic gigabeat buttonlight support outside of debug menu FS#7112. Also disab...Karl Kurbjun1-14/+0
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+0
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold1-2/+2
2007-02-18CONFIG_CHARGINGJonathan Gordon1-1/+1
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-16/+4
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski1-6/+1
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis1-64/+4
2006-10-05Fix warnings in player builds.Barry Wardell1-0/+1
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell1-20/+0
2006-08-28Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with addi...Michael Sevakis1-1/+1
2006-08-10Patch #5789 by Mike Sevakis - Proper shut down of Coldfire targetsLinus Nielsen Feltzing1-2/+1
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-10/+18
2006-05-02ipods - First implementation of pcf50605_init() function. This enables the p...Dave Chapman1-1/+1
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold1-2/+2
2006-03-18Hopefully correct charger connected detection for ipod video thanks to Herz's...Brandon Low1-2/+1
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod v...Brandon Low1-2/+7
2006-03-13Charging state reporting for iriver players. Values calibrated withMiika Pekkarinen1-0/+5
2006-03-05Basic battery monitoring for ipod 5g, should work on other ipods as well, but...Brandon Low1-0/+3
2006-03-02Improved battery status reporting for units which support usb power / chargeBrandon Low1-2/+1
2006-02-24first gigabeat commitMarcoen Hirschberg1-0/+8
2006-02-16Revert the ATA/USB power fix until I find an even more correct way of doing i...Linus Nielsen Feltzing1-14/+0
2006-02-13More correct power handling of the HDD and ISD300 chips on the H300 platformLinus Nielsen Feltzing1-0/+14
2006-02-071. Updated battery_bench plugin:Hristo Kovachev1-3/+2
2006-02-05Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman1-1/+1
2006-02-05More iPod 3G code from Seven Le MesleDave Chapman1-4/+4
2006-02-02Make it compile on iAudio X5Linus Nielsen Feltzing1-3/+11
2006-01-27Fix red buildsBrandon Low1-1/+3
2006-01-27Detect USB charge state in Hxx0Brandon Low1-1/+2
2006-01-19Start cleaning up some #ifdefs in charging codeBrandon Low1-11/+4
2006-01-19Charging state reporting on H3x0Brandon Low1-0/+6
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+5
2006-01-05iPod: Fix the bootloader so it can load and run the original Apple firmware a...Dave Chapman1-0/+2
2005-12-21Put the ipod into standby mode on shutdown. This is untested on the 5g, but ...Dave Chapman1-1/+3
2005-11-23Replaced the booolean 'Backlight On When Plugged' setting with a complete alt...Jens Arnold1-1/+2
2005-11-21iPod: We are not going to implement ATA power-off control (Rockbox will still...Dave Chapman1-2/+2
2005-11-19refactored radio status codeAnton Oleynikov1-8/+10
2005-11-18H300: power_init() adjustmentsLinus Nielsen Feltzing1-2/+3
2005-11-16Reverted erroneous commitLinus Nielsen Feltzing1-8/+6
2005-11-16Cleaned up bootloader linker control file and added the H300 targetLinus Nielsen Feltzing1-6/+8
2005-11-14Added pcf50606 initLinus Nielsen Feltzing1-0/+6
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-4/+4
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+9
2005-07-19iriver: let the boot loader decide when to power on the hard driveLinus Nielsen Feltzing1-3/+3
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing1-13/+13