summaryrefslogtreecommitdiffstats
path: root/firmware/powermgmt.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-162/+21
2007-08-16Fix signedness bug in trickle charge proportional adjustment which became vis...Jens Arnold1-1/+1
2007-08-15Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold1-126/+115
2007-08-14Don't let the shutdown code mess with the backlight anymore on most targets. ...Jens Arnold1-10/+0
2007-08-12Save a few bytes and make types more consistentNils Wallménius1-2/+2
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-8/+14
2007-08-12Removed special X5 backlight handling, and replaced it with a generic system ...Jens Arnold1-1/+1
2007-07-14More battery updates, this time for gigabeat. FS #7433 from Johnathon MihalopPeter D'Hoye1-2/+2
2007-07-14Correction for ipod video and nano battery type. FS #7216 by Andree BuschmannPeter D'Hoye1-0/+20
2007-07-08e200 lcd mashup: 1) Enable flipped and inverted mode. 2) Fully enable all pow...Michael Sevakis1-2/+2
2007-06-29Shutdown and powermanagement cleanup: * Use the proper function for determini...Jens Arnold1-12/+1
2007-05-03No more ear doctor visits after powering/unpowering the Gigabeat. Cleanup a l...Michael Sevakis1-18/+3
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-1/+1
2007-04-05Calibrated (discharge) battery percentage table for iAudio X5(L) and M5(L). R...Jens Arnold1-7/+3
2007-03-23FS#6860 - Battery calibration for Sansa. Thanks to Matthias Wientapper.Barry Wardell1-0/+10
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-3/+3
2007-03-09Guess there were more changes to it.:) Odd that mine built until a make clean.Michael Sevakis1-0/+3
2007-03-05Some more M5 adjustments.Jens Arnold1-3/+3
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-02-28Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...Thom Johansen1-2/+2
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold1-1/+1
2007-02-18CONFIG_CHARGINGJonathan Gordon1-7/+7
2007-02-18Explicilty set CONFIG_ defines to 0 which are not used.. because doing Jonathan Gordon1-2/+2
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin1-1/+4
2007-01-28Do not change backlight timeout and disk spindown timeout when battery is lowNils Wallménius1-22/+0
2007-01-23Permanently enable powering down the disk when it's sleeping for supported ta...Nils Wallménius1-4/+0
2007-01-14Update battery capacity and discharge tables to reflect current battery bench...Greg White1-8/+8
2007-01-08Hxxx battery voltage level for forced shutdown was little too low.Miika Pekkarinen1-1/+1
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg1-0/+11
2006-12-20fix typo, noticed by Steve GotthardtMarcoen Hirschberg1-1/+1
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis1-3/+3
2006-12-07Oops, that'll just keep resetting the timeout to 20s every time sys_poweroff ...Michael Sevakis1-4/+6
2006-12-07SWCODEC Recording: 1) Fix minor bug of not subtracting line aligment adjustme...Michael Sevakis1-9/+10
2006-12-07Small delay before cutting off power to allow all hardware (especiallyMiika Pekkarinen1-0/+5
2006-12-06Fix for FS#6328. Simulator battery level now goes down in roughly 1% incremen...Dan Everton1-3/+2
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg1-3/+3
2006-11-15Fix FS#6322. Battery level gets updated again as it should.Barry Wardell1-0/+7
2006-11-14Removed anachronisms introduced with low battery shutdown patch.Michael Sevakis1-17/+5
2006-11-11Improved power management (FS#3001). Shutdown rockbox when the battery gets t...Barry Wardell1-66/+292
2006-11-08* changes to ata.c - idle callbacks are called after 2 sec of real idle,Jonathan Gordon1-1/+0
2006-10-30Fix the sim errors in battery_read_info.Michael Sevakis1-1/+1
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis1-5/+49
2006-10-25Moved pcf50606 stuff to target directory.Michael Sevakis1-10/+4
2006-10-12Add calibrated battery readings for H10.Barry Wardell1-8/+8
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell1-9/+0
2006-09-23Add ADC to I/O ports debug menu on H10. Fix battery level reading empty when ...Barry Wardell1-0/+16
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-1/+1
2006-09-12Fixed the x5 sim build error I hope.Michael Sevakis1-0/+4
2006-09-12Improved handling of the ONKEY1S interrupt. Off for the remote must be explic...Michael Sevakis1-0/+11
2006-08-28Fixed the pwermgmt.c error for FMMichael Sevakis1-1/+1