summaryrefslogtreecommitdiffstats
path: root/firmware/storage.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-24FS#13154: Don't discard return code in storage_init()Solomon Peachy1-3/+4
2018-09-28misc: Fix some assorted compiler warningsSolomon Peachy1-0/+1
2017-10-26Unify storage threads into oneMichael Sevakis1-84/+299
2014-08-30Remove I/O priority. It is harmful when used with the new file code.Michael Sevakis1-58/+0
2014-08-29Hopefully fix most of the errors and warnings from the last pushMichael Sevakis1-1/+1
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-0/+9
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-14/+14
2012-01-25Remove ata_removable() and ata_present() from multidriver code.Frank Gevaerts1-2/+2
2011-03-05Change the thread api a bit.Thomas Martitz1-2/+2
2010-07-31Add #include to power-ipod.c, make some variables static in storage.cBertrik Sikken1-2/+2
2010-05-29No need to break after a returnFrank Gevaerts1-3/+0
2010-05-29fix broken case handling in storage_present() and storage_removable(). Those ...Frank Gevaerts1-18/+19
2010-04-03use THREAD_ID_CURRENT instead of thread_get_current()Frank Gevaerts1-1/+1
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts1-69/+154
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann1-0/+29
2009-07-17svn properties, late as usualFrank Gevaerts1-1/+1
2009-07-17don't try to call nand_soft_reset() or nand_disk_is_active(), they don't existFrank Gevaerts1-3/+3
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-0/+545
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts1-35/+0
2008-11-01Now also commit added filesFrank Gevaerts1-0/+35