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.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
mips
/
ingenic_jz47xx
/
ata-sd-jz4740.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-03
mips: Heavily rework DMA & caching code
Solomon Peachy
1
-2
/
+2
2020-08-25
jz4740: SD clock sequencing changes.
Solomon Peachy
1
-17
/
+13
2020-08-25
jz4740: Fix potential deadlock in SD init code.
Solomon Peachy
1
-7
/
+8
2018-10-09
mips: jz4740: JZ4740 does not have a MSC clock source select.
Solomon Peachy
1
-1
/
+1
2018-09-20
jz74x0: MSC clock needs to be divided from PLL clock.
Solomon Peachy
1
-1
/
+3
2018-09-20
jz4760: Greatly enhance debug code and silence some compilation warnings.
Solomon Peachy
1
-2
/
+2
2018-07-28
Add cleaned-up xDuoo X3 support
Solomon Peachy
1
-1
/
+1
2017-10-26
Fix a few missed things in 16454efc (and hopefully clear the red).
Michael Sevakis
1
-4
/
+0
2017-10-26
Unify storage threads into one
Michael Sevakis
1
-72
/
+24
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-18
/
+11
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
1
-2
/
+2
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
1
-6
/
+6
2011-01-18
Try to get some control over #ifdef hell in usb.c by refactoring and inline f...
Michael Sevakis
1
-3
/
+0
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
1
-1
/
+2
2010-06-06
Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...
Frank Gevaerts
1
-8
/
+0
2010-06-05
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...
Frank Gevaerts
1
-1
/
+1
2010-05-21
ata: do some threading-related corrections (some sync related where it matter...
Michael Sevakis
1
-1
/
+1
2010-01-03
Onda VX747/VX777: only enable SD clock when transferring data
Maurus Cuelenaere
1
-8
/
+19
2009-11-26
Define sd_drive_nr also when HAVE_HOTSWAP is defined (fix red).
Maurus Cuelenaere
1
-1
/
+1
2009-11-26
- Split off strip_volume() to a separate file
Maurus Cuelenaere
1
-0
/
+2
2009-11-26
Merge branch 'hotswap'
Maurus Cuelenaere
1
-102
/
+233
2009-11-26
Remove unused card_detect(), and make card_detect_target() static inline in e...
Thomas Martitz
1
-1
/
+1
2009-07-20
Make sd_present() and mmc_present() look only at the actual presence of a car...
Frank Gevaerts
1
-2
/
+2
2009-07-17
Commit FS#9545, storage cleanup and multi-driver support
Frank Gevaerts
1
-0
/
+35
2009-07-03
Ingenic Jz4740: remove some unneeded stuff and simplify SD driver (also thank...
Maurus Cuelenaere
1
-460
/
+63
2009-07-01
Move sd_get_info() into common sd code
Rafaël Carré
1
-18
/
+0
2009-07-01
* Move some more stuff to the general SD driver
Maurus Cuelenaere
1
-55
/
+36
2009-07-01
Ingenic jz4740 SD driver: remove custom list of SD commands
Rafaël Carré
1
-425
/
+362
2009-07-01
add firmware/driver/sd.c which contains common code between SD drivers
Rafaël Carré
1
-11
/
+14
2009-07-01
card_extract_bits() take the start bit argument as defined in public SanDisk ...
Rafaël Carré
1
-5
/
+5
2009-07-01
Ingenic Jz4740 SD driver: remove some unneeded stuff + fill the OCR field in ...
Maurus Cuelenaere
1
-9
/
+4
2009-07-01
Ingenic Jz4740 SD driver: fix SD clock init (fixes problems with SDHC cards)
Maurus Cuelenaere
1
-10
/
+11
2009-07-01
Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)
Rafaël Carré
1
-8
/
+4
2009-04-08
Fix yellow
Maurus Cuelenaere
1
-0
/
+1
2009-04-08
Add LED indication to Jz4740 SD driver
Maurus Cuelenaere
1
-0
/
+8
2009-03-09
* Unify Onda VX747 and VX747+ config files
Maurus Cuelenaere
1
-0
/
+10
2009-02-13
Onda VX747:
Maurus Cuelenaere
1
-108
/
+783
2009-01-27
Onda VX747:
Maurus Cuelenaere
1
-11
/
+5
2009-01-21
Onda VX747:
Maurus Cuelenaere
1
-15
/
+21
2008-11-21
Commit some USB and ATA rework/refactoring (+ USB GPIO detection).
Maurus Cuelenaere
1
-28
/
+16
2008-11-05
Onda VX747:
Maurus Cuelenaere
1
-0
/
+1168