summaryrefslogtreecommitdiff
path: root/firmware/powermgmt.c (follow)
Commit message (Expand)AuthorAge
* Do not return negative sleeptimer valuesMichael Chicoine2010-08-11
* Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat2010-07-27
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Revert r26055 since it breaks certain Archos targets.Michael Sevakis2010-05-15
* If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis2010-05-15
* Disable runtime estimation altogether when there is no runtime current define...Michael Giacomelli2010-03-16
* Remove some old archos code that caused runtime estimation to be off on AMS p...Michael Giacomelli2010-03-16
* Statically init array to 0 instead of runtime memsetNils Wallménius2010-03-09
* FS#10984 - multifont! 2 major additions:Jonathan Gordon2010-02-14
* Submit FS#10718. Small fix to calculation of estimated runtime to avoid negat...Andree Buschmann2010-01-02
* Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann2009-10-21
* Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann2009-10-09
* Re-work D2 power off behaviour.Rob Purchase2009-07-26
* Jz4732: add hack to fix stack overflow in the power thread (fixes USB on non-...Maurus Cuelenaere2009-05-07
* c200v1/e200v1: Add battery charging. This should be usable on v2 players but ...Michael Sevakis2009-01-11
* Oops. Fix precompiler condition to be for all CONFIG_CHARGING != 0 (as it sho...Michael Sevakis2008-12-24
* Fix red and yellow.Michael Sevakis2008-12-24
* Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis2008-12-24
* Fix red. Remove stale comment.Michael Sevakis2008-12-21
* Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis2008-12-21
* Color LCDs shouldn't have to have contrast set to 0 before shutdown. If contr...Michael Sevakis2008-12-09
* Hopefully mop-up remaining red.Michael Sevakis2008-12-03
* Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis2008-12-03
* Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts2008-11-01
* cleanup storage definesFrank Gevaerts2008-10-31
* Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...Björn Stenberg2008-10-14
* Bootloaders don't need special handling in sys_poweroff() for recording targets.Jens Arnold2008-10-12
* fix the sleeptimer which got broken in r17872 Jonathan Gordon2008-07-10
* fix FS#8187 - charging breaks sleep timer. Now if the timer goes off and the ...Jonathan Gordon2008-06-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Get a good start on cleaning up powermgmt.cMichael Sevakis2008-05-19
* fix red and remove tabsAndree Buschmann2008-04-20
* FS#8871 by Tomasz Wasilczyk, avoid negative runtime estimation (that would la...Nils Wallménius2008-04-12
* m:robe 100 - remove ugly workaround for false initial voltage readings and wa...Robert Kukla2008-03-11
* Delay reading the first battery level for at least 1 tick. Seems to fix the l...Michael Sevakis2007-11-30
* Convert 2 more settings to table settings. * Fix duplicate value display if t...Jens Arnold2007-11-25
* No need to have this variable for targets that don't use itNils Wallménius2007-11-08
* Trigger an additional battery level announcement when the levelStéphane Doyon2007-11-08
* Little tidy-up on previous commit.Steve Bavin2007-11-03
* Fix recursion-stack overflow on simulator, also unify some variable names and...Steve Bavin2007-11-03
* Accept FS#7910: spontaneously speak out the battery level when it fallsStéphane Doyon2007-11-03
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin2007-09-29
* First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold2007-08-17
* Fix signedness bug in trickle charge proportional adjustment which became vis...Jens Arnold2007-08-16
* Switch to using millivolt for battery voltage and other internal voltages. * ...Jens Arnold2007-08-15
* Don't let the shutdown code mess with the backlight anymore on most targets. ...Jens Arnold2007-08-14
* Save a few bytes and make types more consistentNils Wallménius2007-08-12
* Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius2007-08-12
* Removed special X5 backlight handling, and replaced it with a generic system ...Jens Arnold2007-08-12