index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
mmc: block: add member in mmc queue struct to hold request data
Per Forlin
2011-07-20
3
-128
/
+141
*
|
|
|
|
|
|
mmc: mmc_test: test to measure how sg_len affect performance
Per Forlin
2011-07-20
1
-12
/
+139
*
|
|
|
|
|
|
mmc: mmc_test: add test for non-blocking transfers
Per Forlin
2011-07-20
1
-8
/
+310
*
|
|
|
|
|
|
mmc: mmc_test: add debugfs file to list all tests
Per Forlin
2011-07-20
1
-1
/
+38
*
|
|
|
|
|
|
mmc: mmci: implement pre_req() and post_req()
Per Forlin
2011-07-20
2
-13
/
+142
*
|
|
|
|
|
|
mmc: omap_hsmmc: add support for pre_req and post_req
Per Forlin
2011-07-20
1
-4
/
+83
*
|
|
|
|
|
|
mmc: core: add non-blocking mmc request function
Per Forlin
2011-07-20
1
-10
/
+103
*
|
|
|
|
|
|
mmc: kconfig: remove EXPERIMENTAL from the DMA selection of atmel-mci
Nicolas Ferre
2011-07-20
1
-4
/
+3
*
|
|
|
|
|
|
mmc: atmel-mci: add suspend/resume support
Nicolas Ferre
2011-07-20
1
-0
/
+63
*
|
|
|
|
|
|
mmc: sdhci-pci: allow 8-bit bus width for Intel Medfield eMMCs
Adrian Hunter
2011-07-20
1
-5
/
+16
*
|
|
|
|
|
|
mmc: sdhci-pci: add 8-bit bus width support for mrst hc0
Major Lee
2011-07-20
1
-0
/
+33
*
|
|
|
|
|
|
mmc: dw_mmc: reset FIFO after an error
James Hogan
2011-07-20
1
-1
/
+11
*
|
|
|
|
|
|
mmc: dw_mmc: handle "no CRC status" error
James Hogan
2011-07-20
1
-4
/
+15
*
|
|
|
|
|
|
mmc: dw_mmc: remove unnecessary error messages
James Hogan
2011-07-20
1
-4
/
+0
*
|
|
|
|
|
|
mmc: dw_mmc: fix stop when fallen back to PIO
James Hogan
2011-07-20
1
-1
/
+5
*
|
|
|
|
|
|
mmc: sdhci-s3c: Fix return value in sdhci_s3c_suspend/resume()
Wonil Choi
2011-07-20
1
-4
/
+2
*
|
|
|
|
|
|
mmc: sdhci: specify maximum discard timeout
Adrian Hunter
2011-07-20
1
-0
/
+5
*
|
|
|
|
|
|
mmc: queue: let host controllers specify maximum discard timeout
Adrian Hunter
2011-07-20
2
-10
/
+99
*
|
|
|
|
|
|
mmc: sdhci-esdhc-imx: remove "WP" from flag ESDHC_FLAG_GPIO_FOR_CD_WP
Shawn Guo
2011-07-20
1
-4
/
+4
*
|
|
|
|
|
|
mmc: sdhci-esdhc-imx: SDHCI_CARD_PRESENT does not get cleared
Shawn Guo
2011-07-20
1
-1
/
+1
*
|
|
|
|
|
|
mmc: sdhci: fix interrupt storm from card detection
Shawn Guo
2011-07-20
1
-4
/
+25
*
|
|
|
|
|
|
mmc: tmio: Fix race condition resulting in spurious interrupts
Paul Parsons
2011-07-20
1
-44
/
+32
*
|
|
|
|
|
|
mmc: tmio: Fix build error without CONFIG_MMC_SDHI
Paul Parsons
2011-07-20
1
-3
/
+1
*
|
|
|
|
|
|
mmc: dw_mmc: handle unaligned buffers and sizes
James Hogan
2011-07-20
1
-57
/
+252
*
|
|
|
|
|
|
mmc: dw_mmc: don't hard code fifo depth, fix usage
James Hogan
2011-07-20
2
-6
/
+18
*
|
|
|
|
|
|
mmc: dw_mmc: brackets in register access macros
James Hogan
2011-07-20
1
-8
/
+8
*
|
|
|
|
|
|
mmc: dw_mmc: convert card tasklet to workqueue
James Hogan
2011-07-20
1
-19
/
+31
*
|
|
|
|
|
|
mmc: dw_mmc: fix race with request and removal
James Hogan
2011-07-20
1
-4
/
+11
*
|
|
|
|
|
|
mmc: dw_mmc: clear TXDR/RXDR ints before enabling
James Hogan
2011-07-20
1
-2
/
+3
*
|
|
|
|
|
|
mmc: sdhi: Add write16_hook
Simon Horman
2011-07-20
2
-0
/
+41
*
|
|
|
|
|
|
mmc: tmio: Share register access functions
Simon Horman
2011-07-20
3
-35
/
+36
*
|
|
|
|
|
|
mmc: tmio: name 0xd8 as CTL_DMA_ENABLE
Simon Horman
2011-07-20
1
-1
/
+1
*
|
|
|
|
|
|
mmc: block: add checking of r/w command response
Russell King - ARM Linux
2011-07-20
1
-1
/
+25
*
|
|
|
|
|
|
mmc: block: improve error recovery from command channel errors
Russell King - ARM Linux
2011-07-20
1
-48
/
+182
*
|
|
|
|
|
|
mmc: block: allow get_card_status() to return error status
Russell King - ARM Linux
2011-07-20
1
-24
/
+9
*
|
|
|
|
|
|
mmc: dw_mmc: protect a sequence of request and request-done.
Seungwon Jeon
2011-07-20
1
-2
/
+3
*
|
|
|
|
|
|
mmc: dw_mmc: set the card_width bit per card.
Seungwon Jeon
2011-07-20
1
-1
/
+1
*
|
|
|
|
|
|
mmc: sdhci-pxa: move platform data to include/linux/platform_data
Zhangfei Gao
2011-07-20
2
-2
/
+2
*
|
|
|
|
|
|
mmc: host: delete obsolete sdhci-pxa.c
Zhangfei Gao
2011-07-20
3
-316
/
+0
*
|
|
|
|
|
|
mmc: host: split up sdhci-pxa, create sdhci-pxav2.c
Zhangfei Gao
2011-07-20
3
-0
/
+258
*
|
|
|
|
|
|
mmc: host: split up sdhci-pxa, create sdhci-pxav3.c
Zhangfei Gao
2011-07-20
3
-0
/
+303
*
|
|
|
|
|
|
mmc: sdhci: change sdhci-pltfm into a module
Shawn Guo
2011-07-20
10
-87
/
+112
*
|
|
|
|
|
|
mmc: sdhci: merge two sdhci-pltfm.h into one
Shawn Guo
2011-07-20
3
-3
/
+5
*
|
|
|
|
|
|
mmc: sdhci: make sdhci-of device drivers self registered
Shawn Guo
2011-07-20
7
-54
/
+227
*
|
|
|
|
|
|
mmc: sdhci: eliminate sdhci_of_host and sdhci_of_data
Shawn Guo
2011-07-20
5
-291
/
+37
*
|
|
|
|
|
|
mmc: sdhci: make sdhci-pltfm device drivers self registered
Shawn Guo
2011-07-20
8
-217
/
+313
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
2011-07-13
1
-27
/
+50
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
mmc: core: Bus width testing needs to handle suspend/resume
Philip Rakity
2011-07-13
1
-27
/
+50
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
ARM: 6980/1: mmci: use StartBitErr to detect bad connections
Linus Walleij
2011-07-06
2
-1
/
+6
|
/
/
/
/
*
|
|
|
mmc: queue: bring discard_granularity/alignment into line with SCSI
Adrian Hunter
2011-06-25
1
-6
/
+1
[prev]
[next]