summaryrefslogtreecommitdiffstats
path: root/firmware/powermgmt.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis1-4/+0
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis1-0/+4
2010-03-16Disable runtime estimation altogether when there is no runtime current define...Michael Giacomelli1-4/+14
2010-03-16Remove some old archos code that caused runtime estimation to be off on AMS p...Michael Giacomelli1-5/+0
2010-03-09Statically init array to 0 instead of runtime memsetNils Wallménius1-3/+1
2010-02-14FS#10984 - multifont! 2 major additions:Jonathan Gordon1-1/+1
2010-01-02Submit FS#10718. Small fix to calculation of estimated runtime to avoid negat...Andree Buschmann1-6/+3
2009-10-21Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann1-0/+5
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann1-0/+8
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-3/+6
2009-05-07Jz4732: add hack to fix stack overflow in the power thread (fixes USB on non-...Maurus Cuelenaere1-0/+4
2009-01-11c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis1-1/+1
2008-12-24Oops. Fix precompiler condition to be for all CONFIG_CHARGING != 0 (as it sho...Michael Sevakis1-1/+1
2008-12-24Fix red and yellow.Michael Sevakis1-3/+13
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis1-824/+376
2008-12-21Fix red. Remove stale comment.Michael Sevakis1-2/+0
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis1-39/+91
2008-12-09Color LCDs shouldn't have to have contrast set to 0 before shutdown. If contr...Michael Sevakis1-2/+2
2008-12-03Hopefully mop-up remaining red.Michael Sevakis1-0/+2
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis1-6/+18
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-9/+9
2008-10-31cleanup storage definesFrank Gevaerts1-3/+3
2008-10-14Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg1-3/+0
2008-10-12Bootloaders don't need special handling in sys_poweroff() for recording targets.Jens Arnold1-1/+1
2008-07-10fix the sleeptimer which got broken in r17872 Jonathan Gordon1-1/+1
2008-06-29fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the ...Jonathan Gordon1-4/+6
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-19Get a good start on cleaning up powermgmt.cMichael Sevakis1-454/+402
2008-04-20fix red and remove tabsAndree Buschmann1-1/+8
2008-04-12FS#8871 by Tomasz Wasilczyk, avoid negative runtime estimation (that would la...Nils Wallménius1-0/+4
2008-03-11m:robe 100 - remove ugly workaround for false initial voltage readings and wa...Robert Kukla1-0/+3
2007-11-30Delay reading the first battery level for at least 1 tick. Seems to fix the l...Michael Sevakis1-0/+3
2007-11-25Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold1-6/+1
2007-11-08No need to have this variable for targets that don't use itNils Wallménius1-0/+4
2007-11-08Trigger an additional battery level announcement when the levelStéphane Doyon1-1/+1
2007-11-03Little tidy-up on previous commit.Steve Bavin1-5/+7
2007-11-03Fix recursion-stack overflow on simulator, also unify some variable names and...Steve Bavin1-22/+41
2007-11-03Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon1-0/+26
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-2/+2
2007-09-29Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin1-0/+4
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