summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s3c2440/sd-s3c2440.c
AgeCommit message (Expand)Author
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis
2011-09-18NUM_CARDS can definitely be smaller than NUM_DRIVES, so don't pretend that th...Frank Gevaerts
2011-09-18Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...Frank Gevaerts
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz
2010-06-30Remove atomic register bit manipulation functions from i.MX and s3c target co...Michael Sevakis
2010-06-06Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...Frank Gevaerts
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts
2010-03-08Make mini2440 compile again.Thomas Martitz
2009-11-26Remove unused card_detect(), and make card_detect_target() static inline in e...Thomas Martitz
2009-11-25Mini2440: Cleanup SD driver a bit, undefine SD_DEBUG for faster transfers, im...Thomas Martitz
2009-11-01Fix debug/multidrive build errorBob Cousins
2009-10-31make mini2440 bootloader compile again, and remove a few warnings from sd dri...Dominik Wenger
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger
2009-10-22Working Bootloader for mini2440. Dominik Wenger