summaryrefslogtreecommitdiffstats
path: root/firmware/export/storage.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Fix a few missed things in 16454efc (and hopefully clear the red).Michael Sevakis1-1/+1
2017-10-26Unify storage threads into oneMichael Sevakis1-14/+64
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-0/+7
2014-02-23storage: Add STORAGE_HOSTFSThomas Martitz1-7/+25
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-7/+7
2011-12-31ypr0: Enable battery voltage read-out, charging monitoring and charger detect...Thomas Martitz1-1/+1
2011-11-20Add INIT_ATTR to storage_init() when possibleRafaël Carré1-1/+1
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis1-0/+1
2010-09-02Fix typoThomas Martitz1-1/+1
2010-09-02Android: don't compile stubs.c and kill off libuisimulator entirely.Thomas Martitz1-2/+21
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-2/+2
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts1-12/+8
2010-01-03Fix more tabsAndree Buschmann1-113/+113
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann1-0/+16
2009-07-19fix ifdef (HAVE_HOTSWAP, not HOTSWAP)Frank Gevaerts1-1/+1
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-138/+132
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré1-9/+9
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré1-9/+9
2008-11-04Since *set_led_enabled() is actually an ata-specific feature, move it back to...Frank Gevaerts1-18/+0
2008-11-04*_hard_reset() is only used inside ata.c, so there's no need to export it to ...Frank Gevaerts1-6/+0
2008-11-03Add ramdisk storage driver. It will be useful for developing multi-driver sto...Frank Gevaerts1-0/+31
2008-11-02add proper dummy storage implementation for simsFrank Gevaerts1-90/+21
2008-11-02fix redFrank Gevaerts1-2/+1
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-210/+146
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts1-0/+4
2008-11-01Add more simulator stubs. This should get rid of the last redsFrank Gevaerts1-6/+90
2008-11-01fix redsFrank Gevaerts1-0/+10
2008-11-01Now also commit added filesFrank Gevaerts1-0/+239