summaryrefslogtreecommitdiffstats
path: root/firmware/powermgmt.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-06Add set_sleeptimer_duration function in minutesRichard Quirk1-1/+7
2012-03-15imx233: enable charging in bootloader USB mode by including powermgmtAmaury Pouly1-2/+4
2012-01-21Fix FS#12555: Use smoothed battery voltage for level and runtime calculationBoris Gjenero1-2/+5
2012-01-07lcd-remote-target.h: Use only in firmware/target/Rafaël Carré1-3/+0
2012-01-07powermgmt.c : include lcd-remote.h only when neededRafaël Carré1-0/+2
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-83/+169
2012-01-02ypr0: Fix power off at low battery.Thomas Martitz1-1/+1
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz1-2/+2
2011-12-26Option to restart running sleep timer on keypress.Nick Peskett1-0/+12
2011-10-16FS:12299 Font glyph cache is no longer saved. Each font will now have its own...Fred Bauer1-1/+1
2011-04-16Fix premature idle shutdown on RaaA after last track finished playingThomas Jarosch1-3/+5
2011-03-10Don't compile handle_sleep_timer() code for the bootloaderThomas Jarosch1-0/+2
2011-03-10Don't call apps/ code from firmware/Thomas Jarosch1-7/+1
2011-03-08Bring idle poweroff to RaaA and the simThomas Jarosch1-17/+16
2011-03-08Move handle_auto_poweroff() down so RaaA can call it.Thomas Jarosch1-53/+60
2011-03-03Fix red in bootloaderThomas Jarosch1-1/+5
2011-03-03Fix bookmark creation on sleep timer. Fixes FS#11493Thomas Jarosch1-2/+3
2011-03-01Fix red - 2nd try. Use same ifdef style as in firmware/drivers/pcf50606.cThomas Jarosch1-4/+2
2011-03-01Fix redThomas Jarosch1-0/+2
2011-03-01Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch1-2/+3
2011-02-28Fix redThomas Jarosch1-3/+3
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch1-44/+50
2011-01-23Remove code that was unintentionally kept in a resynchronized patch in FS#300...Andree Buschmann1-3/+0
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji1-1/+1
2010-08-11Do not return negative sleeptimer valuesMichael Chicoine1-1/+1
2010-07-27Add optional CURRENT_ATA in runcurrent(). On MPIO HD200 powering ata takes ~1...Marcin Bukat1-0/+6
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-3/+3
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