index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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: 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
2011-07-15
Merge branch 'fixes-for-arnd' of git://git.pengutronix.de/git/imx/linux-2.6 i...
Arnd Bergmann
13
-28
/
+76
2011-07-14
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
3
-28
/
+56
2011-07-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
1
-27
/
+50
2011-07-13
mmc: core: Bus width testing needs to handle suspend/resume
Philip Rakity
1
-27
/
+50
2011-07-11
Merge branch 'master' into for-next
Jiri Kosina
13
-30
/
+86
2011-07-07
ARM i.MX dma: Fix burstsize settings
Sascha Hauer
1
-4
/
+4
2011-07-06
ARM: 6980/1: mmci: use StartBitErr to detect bad connections
Linus Walleij
2
-1
/
+6
2011-07-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
11
-27
/
+70
2011-06-26
mmc: queue: bring discard_granularity/alignment into line with SCSI
Adrian Hunter
1
-6
/
+1
2011-06-26
mmc: queue: append partition subname to queue thread name
Adrian Hunter
3
-5
/
+8
2011-06-26
mmc: core: make erase timeout calculation allow for gated clock
Adrian Hunter
1
-1
/
+1
2011-06-26
mmc: block: switch card to User Data Area when removing the block driver
Adrian Hunter
1
-0
/
+3
2011-06-26
mmc: sdio: reset card during power_restore
Daniel Drake
1
-0
/
+39
2011-06-26
mmc: sdhi: DMA slave ID 0 is invalid
Guennadi Liakhovetski
1
-1
/
+1
2011-06-26
mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handling
Guennadi Liakhovetski
1
-2
/
+2
[prev]
[next]