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-as3525v2.c
Age
Commit message (
Expand
)
Author
2011-12-14
Sansa AMSv2: don't panic if microsd init failed
Rafaël Carré
2011-12-14
Sansa AMSv2: enable usb storage in bootloader
Rafaël Carré
2011-12-12
Deal with a complication when transferring recording method from PP5024: sinc...
Michael Sevakis
2011-10-29
Sansa clip zip: update mkamsboot and fix various drivers to make it boot to t...
Bertrik Sikken
2011-09-24
Sansa clipzip: make main build compile (plugins still disabled)
Bertrik Sikken
2011-04-18
AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead...
Bertrik Sikken
2011-04-01
AMSv2: fix dependency between button light and sd card control for fuze v2 va...
Bertrik Sikken
2011-03-29
AMSv2 sd: do not try to switch sd cards into high-speed mode.
Bertrik Sikken
2011-03-28
AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 vari...
Bertrik Sikken
2011-03-28
AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1
Bertrik Sikken
2011-03-26
AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct ...
Bertrik Sikken
2011-03-26
AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignori...
Bertrik Sikken
2011-03-26
AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and a...
Bertrik Sikken
2011-03-26
AMSv2 SD: sd card communication speed can be changed back to full speed after...
Bertrik Sikken
2011-03-24
fix warning, use unsigned variable
Rafaël Carré
2011-03-24
SD AMSv2: fix r29625
Rafaël Carré
2011-03-21
AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)
Bertrik Sikken
2011-03-21
AMSv2 SD: receive sd card command responses during initialisation instead of ...
Bertrik Sikken
2011-03-21
AMSv2 SD: wait for previous data transfer completion before sending a command
Bertrik Sikken
2011-03-21
AMSv2 SD: use a sleep instead of a udelay for 100 ms delay
Bertrik Sikken
2011-03-20
SD AMSv2: fix r29169
Rafaël Carré
2011-03-20
SD amsv2: remove double assignement
Rafaël Carré
2011-03-20
Add another delay in the AMSv2 sd controller driver as a work-around for SD i...
Bertrik Sikken
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
2011-01-29
AMSv2 SD: Fix card insert lockups in USB mode. First, get rid of infinite loo...
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-26
Apply FS#11798 (Files in MicroSD card aren't being shown in File Browser or D...
Bertrik Sikken
2010-12-12
AMSv2: handle sd card ACMDs similar to how it's done for AMSv1
Bertrik Sikken
2010-12-12
AMSv2: only switch sd cards to high speed mode for for v2 sd cards, just like...
Bertrik Sikken
2010-09-08
Change sd-as3525*.c to the new cache coherency function names.
Thomas Martitz
2010-08-28
AMSv2: remove a bunch of panicf() in SD driver
Rafaël Carré
2010-08-25
typo in r27876
Rafaël Carré
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-22
Correction to previous commit: fix condition to include backlight-target.h (n...
Bertrik Sikken
2010-07-22
Sansa Clip+: detect AMSv2 variant (just like was already done for fuze v2), t...
Bertrik Sikken
2010-07-20
Revert r26290
Rafaël Carré
2010-07-19
newer Fuzev2 doesn't seem to use B5 for button light
Rafaël Carré
2010-07-19
as3525*: use atomic bit manipulation for CCU_IO
Rafaël Carré
2010-07-19
Support new Fuzev2 revisions (fuzev2_variant == 1)
Rafaël Carré
2010-07-19
sd-as3525v2: remove unneeded prototypes
Rafaël Carré
2010-07-02
AMS SoC's: Some register bit changes need interrupt protection: timer API and...
Michael Sevakis
2010-06-23
revert r27044 (which was a revert of r26953 & r26954)
Rafaël Carré
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-16
FS#11402 by me : sd_enable for Sansa AMSv2
Rafaël Carré
2010-06-06
sd-as3525v2: check the (supposedly) card data line for business when writing
Rafaël Carré
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
[next]