index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci-msm: factorise sdhci_msm_pdata outisde of sdhci_msm_host
Jisheng Zhang
2016-02-29
1
-7
/
+8
*
mmc: sdhci-esdhc-imx: use sdhci_pltfm_init for private allocation
Jisheng Zhang
2016-02-29
1
-21
/
+17
*
mmc: sdhci-bcm2835: use sdhci_pltfm_init for private allocation
Jisheng Zhang
2016-02-29
1
-11
/
+3
*
mmc: mediatek: add SD write protect support
Chaotian Jing
2016-02-29
1
-0
/
+2
*
mmc: sdhi: Add r8a7795 support
Wolfram Sang
2016-02-29
2
-14
/
+35
*
mmc: sdhci: further code simplication
Russell King
2016-02-29
1
-11
/
+10
*
mmc: sdhci: consolidate the DMA/ADMA size/address quicks
Russell King
2016-02-29
1
-32
/
+16
*
mmc: sdhci: prepare DMA address/size quirk handling consolidation
Russell King
2016-02-29
1
-13
/
+15
*
mmc: sdhci: cleanup DMA un-mapping
Russell King
2016-02-29
1
-11
/
+3
*
mmc: sdhci: clean up host cookie handling
Russell King
2016-02-29
2
-8
/
+8
*
mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()
Russell King
2016-02-29
1
-2
/
+1
*
mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()
Russell King
2016-02-29
1
-4
/
+4
*
mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()
Russell King
2016-02-29
1
-39
/
+23
*
mmc: sdhci: move sdhci_pre_dma_transfer()
Russell King
2016-02-29
1
-27
/
+25
*
mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()
Russell King
2016-02-29
1
-22
/
+7
*
mmc: sdhci: avoid walking SG list for writes
Russell King
2016-02-29
1
-20
/
+22
*
mmc: sdhci: clean up coding style in sdhci_adma_table_pre()
Russell King
2016-02-29
1
-20
/
+9
*
mmc: sdhci: allocate alignment and DMA descriptor buffer together
Russell King
2016-02-29
1
-36
/
+20
*
mmc: sdhci: fix data timeout (part 2)
Russell King
2016-02-29
1
-2
/
+13
*
mmc: sdhci: fix data timeout (part 1)
Russell King
2016-02-29
1
-1
/
+1
*
mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()
Russell King
2016-02-29
1
-8
/
+7
*
mmc: sdhci-pxav3: fix higher speed mode capabilities
Russell King
2016-02-29
1
-2
/
+4
*
mmc: sdhci: plug DMA mapping leak on error
Russell King
2016-02-29
1
-0
/
+16
*
mmc: sdhci: avoid unnecessary mapping/unmapping of align buffer
Russell King
2016-02-29
1
-36
/
+18
*
mmc: sdhci: fix command response CRC error handling
Russell King
2016-02-29
1
-0
/
+17
*
mmc: sdhci: clean up command error handling
Russell King
2016-02-29
1
-6
/
+6
*
mmc: sdhci: move initialisation of command error member
Russell King
2016-02-29
1
-2
/
+3
*
mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden caps
Al Cooper
2016-02-29
1
-1
/
+1
*
mmc: sdhci-pic32: Add PIC32 SDHCI host controller driver
Andrei Pistirica
2016-02-29
3
-0
/
+269
*
mmc: dw_mmc: fix num_slots setting
Shawn Lin
2016-02-29
1
-13
/
+10
*
mmc: dw_mmc: remove repetitive clear interrupt
Shawn Lin
2016-02-29
1
-1
/
+0
*
mmc: dw_mmc: fix err handle of dw_mci_probe
Shawn Lin
2016-02-29
1
-2
/
+4
*
mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirk
Shawn Lin
2016-02-29
1
-25
/
+10
*
mmc: dw_mmc: add hw_reset support
Shawn Lin
2016-02-29
2
-0
/
+32
*
mmc: dw_mmc: remove the prepare_command hook
Jaehoon Chung
2016-02-29
5
-50
/
+15
*
mmc: core: report tuning command execution failure reason
Russell King
2016-02-29
1
-1
/
+2
*
mmc: block: shut up "retrying because a re-tune was needed" message
Russell King
2016-02-29
1
-2
/
+2
*
mmc: core: improve mmc_of_parse_voltage() to return better status
Russell King
2016-02-29
1
-4
/
+5
*
mmc: core: shut up "voltage-ranges unspecified" pr_info()
Russell King
2016-02-29
1
-2
/
+6
*
mmc: tmio: disable clock before changing it
Wolfram Sang
2016-02-29
1
-0
/
+2
*
mmc: tmio: refactor set_clock a little
Wolfram Sang
2016-02-29
1
-6
/
+9
*
mmc: sdhi: use faster clock handling on RCar Gen2
Wolfram Sang
2016-02-29
1
-1
/
+1
*
mmc: tmio: remove stale comments
Wolfram Sang
2016-02-29
1
-3
/
+0
*
mmc: tmio: add flag to reduce delay after changing clock status
Wolfram Sang
2016-02-29
1
-3
/
+4
*
mmc: sdhi: error message on ENOMEM is superfluous
Wolfram Sang
2016-02-29
1
-3
/
+1
*
mmc: sdhi: Add EXT_ACC register busy check
Shinobu Uehara
2016-02-29
1
-0
/
+1
*
mmc: tmio_dma: remove debug messages with little information
Wolfram Sang
2016-02-29
1
-11
/
+0
*
mmc: block: don't use the OR operation for flag of data
Jaehoon Chung
2016-02-29
1
-3
/
+3
*
mmc: sunxi-mmc: remove the MMC_DATA_STREAM flag
Jaehoon Chung
2016-02-29
1
-5
/
+0
*
mmc: s3cmci: remove the MMC_DATA_STREAM flag
Jaehoon Chung
2016-02-29
1
-2
/
+1
[next]