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
/
as3525
/
sd-as3525.c
Age
Commit message (
Expand
)
Author
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
2012-01-08
AS3525v1/2: Enable nested handling of interrupts
Michael Sevakis
2011-12-12
Deal with a complication when transferring recording method from PP5024: sinc...
Michael Sevakis
2011-09-18
Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...
Frank Gevaerts
2011-04-18
AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead...
Bertrik Sikken
2011-04-18
AMSv1 sd: work-around for detection problem with some sd cards (delay after s...
Bertrik Sikken
2011-04-09
AMS sd: use defines instead of direct values for drive number
Bertrik Sikken
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
2011-01-18
Try to get some control over #ifdef hell in usb.c by refactoring and inline f...
Michael Sevakis
2010-12-29
revert r28834 because it causes problems with uSD
Fred Bauer
2010-12-14
FS#11765: Improve AMSv1 Battery Life by Lowering CPU and Peripheral clocks. U...
Fred Bauer
2010-09-08
Change sd-as3525*.c to the new cache coherency function names.
Thomas Martitz
2010-08-25
sd-as3525*: use AS3525_PHYSICAL_ADDR
Rafaël Carré
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
2010-07-19
sd-as3525.c: disable widebus again, it causes read corruptions
Rafaël Carré
2010-07-19
as3525*: use atomic bit manipulation for CCU_IO
Rafaël Carré
2010-07-02
AMS SoC's: Some register bit changes need interrupt protection: timer API and...
Michael Sevakis
2010-06-29
sd-as3525.c: handle acmd retries correctly
Tobias Diedrich
2010-06-29
mutex_lock/unlock must be moved up a level to make the verify code in sd-as35...
Tobias Diedrich
2010-06-24
Fix sd-as3525.c build for non-multidrive targets
Tobias Diedrich
2010-06-24
Fix the pesky write corruption bug in 4bit mode.
Tobias Diedrich
2010-06-23
sd-as3525.c: get rid of MCI_ARG
Rafaël Carré
2010-06-23
sd-as3525.c: disable wide bus, it corrupts writes
Rafaël Carré
2010-06-23
revert r27044 (which was a revert of r26953 & r26954)
Rafaël Carré
2010-06-22
The mci_delay()s should be unnecessary if we properly tell the controller to ...
Tobias Diedrich
2010-06-22
Give 4-bit mode another chance on AMSv1 since other bugs were fixed.
Tobias Diedrich
2010-06-22
revert r26953 + r26954
Rafaël Carré
2010-06-19
fix r26953: use physical address for DMA buffer, also for IRAM
Rafaël Carré
2010-06-19
sd-as3525*: handle aligned transfers without memcpy()
Rafaël Carré
2010-06-18
as3525*: enable MMU in bootloader
Rafaël Carré
2010-06-18
sd-as3525: enable writing, sd_enable() and card_get_info_target() in bootloader
Rafaël Carré
2010-06-17
sd-as3525 was calling dma_release() without calling dma_retain() first, if
Tobias Diedrich
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-06-03
sd-as3525v1: do not disable peripheral clocks in sd_enable()
Rafaël Carré
2010-06-01
sd-as3525v1: set up bank selection data outside of the loop
Rafaël Carré
2010-05-28
sd-as3525.c: Do not wait for TRAN state after transfer is over.
Jack Halpin
2010-05-25
as3525v1: relax a bit requirements in the SD driver
Rafaël Carré
2010-05-24
as3525*: sd_wait_for_state() is only used for waiting to SD_TRAN state
Rafaël Carré
2010-05-19
as3525: hide our UNCACHED_ADDR from usb_storage.c
Rafaël Carré
2010-05-19
sd-as3525: wait 100µs before disabling SD clocks
Rafaël Carré
2010-05-19
sd-as3525: avoid division when calculating current bank, we only deal with 1 ...
Rafaël Carré
2010-05-19
sd-as3525: give timeout in HZ units, not in ticks
Rafaël Carré
2010-05-16
as3525: make sure we don't use a negative number of sectors
Rafaël Carré
2010-05-15
as3525: fix capacity sanity check
Rafaël Carré
2010-05-14
as3525v1: detect correctly internal storage capacity
Rafaël Carré
2010-04-27
FS#11172 - Fuzev2: Read the scrollwheel scrollwheel via IRQ
Thomas Martitz
2010-04-27
as3525(v2): Add a somewhat inaccurate udelay (-0.5/+1.0µs). It should work g...
Thomas Martitz
2010-03-14
sd-as3525: do not reverse 2 times long responses, read them directly in the n...
Rafaël Carré
2010-01-15
Sansa AMS: remove "ata" from SD drivers filenames
Rafaël Carré