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