index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-21
mmc: queue: add a second mmc queue request member
Per Forlin
2
-3
/
+44
2011-07-21
mmc: block: move error path in issue_rw_rq to a separate function.
Per Forlin
1
-89
/
+131
2011-07-21
mmc: block: add a block request prepare function
Per Forlin
1
-104
/
+114
2011-07-21
mmc: block: add member in mmc queue struct to hold request data
Per Forlin
3
-128
/
+141
2011-07-21
mmc: mmc_test: test to measure how sg_len affect performance
Per Forlin
1
-12
/
+139
2011-07-21
mmc: mmc_test: add test for non-blocking transfers
Per Forlin
1
-8
/
+310
2011-07-21
mmc: mmc_test: add debugfs file to list all tests
Per Forlin
1
-1
/
+38
2011-07-21
mmc: mmci: implement pre_req() and post_req()
Per Forlin
2
-13
/
+142
2011-07-21
mmc: omap_hsmmc: add support for pre_req and post_req
Per Forlin
1
-4
/
+83
2011-07-21
mmc: core: add non-blocking mmc request function
Per Forlin
1
-10
/
+103
2011-07-21
mmc: kconfig: remove EXPERIMENTAL from the DMA selection of atmel-mci
Nicolas Ferre
1
-4
/
+3
2011-07-21
mmc: atmel-mci: add suspend/resume support
Nicolas Ferre
1
-0
/
+63
2011-07-21
mmc: sdhci-pci: allow 8-bit bus width for Intel Medfield eMMCs
Adrian Hunter
1
-5
/
+16
2011-07-21
mmc: sdhci-pci: add 8-bit bus width support for mrst hc0
Major Lee
1
-0
/
+33
2011-07-21
mmc: dw_mmc: reset FIFO after an error
James Hogan
1
-1
/
+11
2011-07-21
mmc: dw_mmc: handle "no CRC status" error
James Hogan
1
-4
/
+15
2011-07-21
mmc: dw_mmc: remove unnecessary error messages
James Hogan
1
-4
/
+0
2011-07-21
mmc: dw_mmc: fix stop when fallen back to PIO
James Hogan
1
-1
/
+5
2011-07-21
mmc: sdhci-s3c: Fix return value in sdhci_s3c_suspend/resume()
Wonil Choi
1
-4
/
+2
2011-07-21
mmc: sdhci: specify maximum discard timeout
Adrian Hunter
1
-0
/
+5
2011-07-21
mmc: queue: let host controllers specify maximum discard timeout
Adrian Hunter
2
-10
/
+99
2011-07-21
mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP
Shawn Guo
1
-4
/
+4
2011-07-21
mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared
Shawn Guo
1
-1
/
+1
2011-07-21
mmc: sdhci: fix interrupt storm from card detection
Shawn Guo
1
-4
/
+25
2011-07-21
mmc: tmio: Fix race condition resulting in spurious interrupts
Paul Parsons
1
-44
/
+32
2011-07-21
mmc: tmio: Fix build error without CONFIG_MMC_SDHI
Paul Parsons
1
-3
/
+1
2011-07-21
mmc: dw_mmc: handle unaligned buffers and sizes
James Hogan
1
-57
/
+252
2011-07-21
mmc: dw_mmc: don't hard code fifo depth, fix usage
James Hogan
2
-6
/
+18
2011-07-21
mmc: dw_mmc: brackets in register access macros
James Hogan
1
-8
/
+8
2011-07-21
mmc: dw_mmc: convert card tasklet to workqueue
James Hogan
1
-19
/
+31
2011-07-21
mmc: dw_mmc: fix race with request and removal
James Hogan
1
-4
/
+11
2011-07-21
mmc: dw_mmc: clear TXDR/RXDR ints before enabling
James Hogan
1
-2
/
+3
2011-07-21
mmc: sdhi: Add write16_hook
Simon Horman
2
-0
/
+41
2011-07-21
mmc: tmio: Share register access functions
Simon Horman
3
-35
/
+36
2011-07-21
mmc: tmio: name 0xd8 as CTL_DMA_ENABLE
Simon Horman
1
-1
/
+1
2011-07-21
mmc: block: add checking of r/w command response
Russell King - ARM Linux
1
-1
/
+25
2011-07-21
mmc: block: improve error recovery from command channel errors
Russell King - ARM Linux
1
-48
/
+182
2011-07-21
mmc: block: allow get_card_status() to return error status
Russell King - ARM Linux
1
-24
/
+9
2011-07-21
mmc: dw_mmc: protect a sequence of request and request-done.
Seungwon Jeon
1
-2
/
+3
2011-07-21
mmc: dw_mmc: set the card_width bit per card.
Seungwon Jeon
1
-1
/
+1
2011-07-21
mmc: sdhci-pxa: move platform data to include/linux/platform_data
Zhangfei Gao
2
-2
/
+2
2011-07-21
mmc: host: delete obsolete sdhci-pxa.c
Zhangfei Gao
3
-316
/
+0
2011-07-21
mmc: host: split up sdhci-pxa, create sdhci-pxav2.c
Zhangfei Gao
3
-0
/
+258
2011-07-21
mmc: host: split up sdhci-pxa, create sdhci-pxav3.c
Zhangfei Gao
3
-0
/
+303
2011-07-21
mmc: sdhci: change sdhci-pltfm into a module
Shawn Guo
10
-87
/
+112
2011-07-21
mmc: sdhci: merge two sdhci-pltfm.h into one
Shawn Guo
3
-3
/
+5
2011-07-21
mmc: sdhci: make sdhci-of device drivers self registered
Shawn Guo
7
-54
/
+227
2011-07-21
mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data
Shawn Guo
5
-291
/
+37
2011-07-21
mmc: sdhci: make sdhci-pltfm device drivers self registered
Shawn Guo
8
-217
/
+313
2011-07-19
ARM: 6981/2: mmci: adjust calculation of f_min
Linus Walleij
1
-1
/
+9
[prev]
[next]