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