index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
as3525
/
ata_sd_as3525.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-01-15
Sansa AMS: remove "ata" from SD drivers filenames
Rafaël Carré
1
-944
/
+0
2010-01-12
SansaAMS: Disable voltage scaling.
Jack Halpin
1
-5
/
+6
2010-01-01
Simplify some expressions using the ? operator
Bertrik Sikken
1
-1
/
+1
2009-12-17
Sansa AMS: Fix Red. Write delay is not included for non HAVE_MULTIDRIVE.
Jack Halpin
1
-0
/
+2
2009-12-17
Sansa AMS: Revert 4 bit widebus
Jack Halpin
1
-31
/
+2
2009-12-16
Sansa AMS: Make write delay work for non-MULTIDRIVE.
Jack Halpin
1
-0
/
+3
2009-12-16
Sansa AMS: Use small write delay for all non-HS cards including the internal...
Jack Halpin
1
-1
/
+1
2009-12-15
Sansa AMS: Add MCI_RESPONSE_ERROR macro to make code function more obvious.
Jack Halpin
1
-1
/
+5
2009-12-13
Sansa AMS: Implement 4 bit widebus mode for SD cards.
Jack Halpin
1
-9
/
+38
2009-12-11
Sansa AMS: Assume IDE_CLK is used as MCLK for internal SD. We assumed PCLK ...
Jack Halpin
1
-6
/
+19
2009-12-10
Sansa AMS: Add extra delay to the uSD init sequence to enhance card compata...
Jack Halpin
1
-0
/
+1
2009-12-08
Sansa AMS: Run all SD cards within SD Specification frequencies.
Jack Halpin
1
-10
/
+21
2009-12-06
Sansa AMS: Move the boost from SD ident to operating frequency to after the ...
Jack Halpin
1
-3
/
+4
2009-12-03
Sansa AMS: The internal SD does not use the IDE AHB interface so remove refe...
Jack Halpin
1
-9
/
+5
2009-12-03
Sansa AMS: Reduce MCICLK speed on SD cards to 31 MHz.
Jack Halpin
1
-11
/
+10
2009-12-03
Sansa AMS: Use some new macros to set the MCICLK frequency to help avoid miss...
Jack Halpin
1
-5
/
+10
2009-12-03
Sansa AMS: Wait until sd_init_card() to turn on the clocks for the pl180 con...
Jack Halpin
1
-8
/
+4
2009-12-03
Sansa AMS: Add read/write and drive info to panic message for SD transfer er...
Jack Halpin
1
-1
/
+2
2009-12-01
Sansa AMS: Check if SD controllers are already enabled before attempting to ...
Jack Halpin
1
-1
/
+1
2009-12-01
Sansa AMS: Reorganize sd_enable() and add/change comments. No real function...
Jack Halpin
1
-16
/
+22
2009-11-26
Remove unused card_detect(), and make card_detect_target() static inline in e...
Thomas Martitz
1
-9
/
+10
2009-11-25
AMS Sansa: For consistency, replace references to SECTOR_SIZE with SD_BLOCK_...
Jack Halpin
1
-6
/
+6
2009-11-24
AMS Sansa: Include time spent yielding when figuring timeout in sd_wait_for_...
Jack Halpin
1
-8
/
+4
2009-11-24
Sansa AMS: VIC_INT_ENABLE register is not a mask
Rafaël Carré
1
-3
/
+3
2009-11-24
AMS Sansa: Remove MCI_RX_ACTIVE FIFO check following SD transfers.
Jack Halpin
1
-4
/
+4
2009-11-24
AMS Sansa: Remove wait_for_state() following transfer in sd_select_bank() fu...
Jack Halpin
1
-3
/
+0
2009-11-23
AMS Sansa: Handle responses to SD Commands so that response crc checking is ...
Jack Halpin
1
-28
/
+24
2009-11-22
AMS Sansa: Remove a now redundant sd_wait_for_state() and adjust error codes...
Jack Halpin
1
-11
/
+4
2009-11-22
AMS Sansa: Make send_cmd() function a bit less complicated and save ~96 bytes.
Jack Halpin
1
-30
/
+22
2009-11-15
Fix a few possible problems discovered in -O0 / eabi experiments.
Thomas Martitz
1
-1
/
+7
2009-10-26
Revert r23350 "AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk."
Jack Halpin
1
-13
/
+5
2009-10-25
AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk. Reduce IDECLK to...
Jack Halpin
1
-5
/
+13
2009-10-24
Add #ifdef HAVE_MULTIDRIVE to HS timings switch for uSD cards.
Jack Halpin
1
-9
/
+11
2009-10-19
AMS Sansa: Adjust SD Card frequency to Identification frequency at beginning...
Jack Halpin
1
-14
/
+31
2009-10-18
Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...
Bertrik Sikken
1
-1
/
+1
2009-10-15
AMS Sansa: FS#10669 Reimplement Voltage scaling.
Jack Halpin
1
-0
/
+21
2009-10-15
Sansa AMS SD driver: cleanup defines and comments
Rafaël Carré
1
-50
/
+16
2009-10-12
AMS Sansa: Remove BUSWIDTH and BLOCKLEN commands and revise strategy for Hig...
Jack Halpin
1
-26
/
+26
2009-10-11
AMS Sansa: If SD card is HS capable set High Speed timings.
Jack Halpin
1
-1
/
+11
2009-10-07
Sansa AMS SD: relax requirement for APP_CMD response, some uSD cards seem to ...
Rafaël Carré
1
-2
/
+1
2009-10-01
AMS Sansa: Replace another simple delay with a more intelligent MCI FIFO sta...
Jack Halpin
1
-2
/
+3
2009-09-30
AMS Sansa: Rename variable sdhc to sd_v2 to more accurately reflect the info...
Jack Halpin
1
-5
/
+5
2009-09-29
AMS Sansa: Replace simple write delay with a smarter check on status of MCI ...
Jack Halpin
1
-6
/
+2
2009-09-27
Clean up duplicate #includes
Bertrik Sikken
1
-1
/
+0
2009-09-25
AMS Sansa: Add delay for µSD writes to fix CRC failures with class 6 µSD c...
Jack Halpin
1
-0
/
+8
2009-07-20
Make sd_present() and mmc_present() look only at the actual presence of a car...
Frank Gevaerts
1
-1
/
+8
2009-07-17
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
1
-22
/
+36
2009-07-17
Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.
Thomas Martitz
1
-1
/
+1
2009-07-11
fix yellow : panicf() is declared in panic.h
Rafaël Carré
1
-0
/
+1
2009-07-11
Sansa AMS: panic with the PL180 controller status register in case of errors
Rafaël Carré
1
-12
/
+14
[next]