summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm2016-03-161-0/+6
* mmc: tegra: Disable UHS-I modes for tegra114Jon Hunter2016-03-161-1/+11
* mmc: sdhci-pltfm: remove priv variable from sdhci_pltfm_hostJisheng Zhang2016-02-291-1/+0
* mmc: sdhci-pxav2: remove unnecessary assignment of pltfm_host->privJisheng Zhang2016-02-291-1/+0
* mmc: sdhci-tegra: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-14/+7
* mmc: sdhci-st: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-20/+20
* mmc: sdhci-pxav3: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-12/+8
* mmc: sdhci-of-esdhc: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-10/+9
* mmc: sdhci-of-at91: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-18/+15
* mmc: sdhci-of-arasan: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-16/+12
* mmc: sdhci-of-arasan: fix clk issue in sdhci_arasan_remove()Jisheng Zhang2016-02-291-1/+4
* mmc: sdhci-msm: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-8/+4
* mmc: sdhci-msm: factorise sdhci_msm_pdata outisde of sdhci_msm_hostJisheng Zhang2016-02-291-7/+8
* mmc: sdhci-esdhc-imx: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-21/+17
* mmc: sdhci-bcm2835: use sdhci_pltfm_init for private allocationJisheng Zhang2016-02-291-11/+3
* mmc: mediatek: add SD write protect supportChaotian Jing2016-02-291-0/+2
* mmc: sdhi: Add r8a7795 supportWolfram Sang2016-02-293-14/+36
* mmc: sdhci: further code simplicationRussell King2016-02-291-11/+10
* mmc: sdhci: consolidate the DMA/ADMA size/address quicksRussell King2016-02-291-32/+16
* mmc: sdhci: prepare DMA address/size quirk handling consolidationRussell King2016-02-291-13/+15
* mmc: sdhci: cleanup DMA un-mappingRussell King2016-02-291-11/+3
* mmc: sdhci: clean up host cookie handlingRussell King2016-02-292-8/+8
* mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()Russell King2016-02-291-2/+1
* mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()Russell King2016-02-291-4/+4
* mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()Russell King2016-02-291-39/+23
* mmc: sdhci: move sdhci_pre_dma_transfer()Russell King2016-02-291-27/+25
* mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()Russell King2016-02-291-22/+7
* mmc: sdhci: avoid walking SG list for writesRussell King2016-02-291-20/+22
* mmc: sdhci: clean up coding style in sdhci_adma_table_pre()Russell King2016-02-291-20/+9
* mmc: sdhci: allocate alignment and DMA descriptor buffer togetherRussell King2016-02-291-36/+20
* mmc: sdhci: fix data timeout (part 2)Russell King2016-02-291-2/+13
* mmc: sdhci: fix data timeout (part 1)Russell King2016-02-291-1/+1
* mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()Russell King2016-02-291-8/+7
* mmc: sdhci-pxav3: fix higher speed mode capabilitiesRussell King2016-02-291-2/+4
* mmc: sdhci: plug DMA mapping leak on errorRussell King2016-02-291-0/+16
* mmc: sdhci: avoid unnecessary mapping/unmapping of align bufferRussell King2016-02-291-36/+18
* mmc: sdhci: fix command response CRC error handlingRussell King2016-02-291-0/+17
* mmc: sdhci: clean up command error handlingRussell King2016-02-291-6/+6
* mmc: sdhci: move initialisation of command error memberRussell King2016-02-291-2/+3
* MAINTAINERS: mmc: Add Adrian Hunter as the maintainer for SDHCIUlf Hansson2016-02-291-3/+5
* mmc: sdhci: Allow CAPS check for SDHCI_CAN_64BIT to use overridden capsAl Cooper2016-02-291-1/+1
* mmc: sdhci-pic32: Add PIC32 SDHCI host controller driverAndrei Pistirica2016-02-293-0/+269
* dt/bindings: mmc: Add bindings for PIC32 SDHCI host controllerAndrei Pistirica2016-02-291-0/+29
* mmc: dw_mmc: fix num_slots settingShawn Lin2016-02-291-13/+10
* mmc: dw_mmc: remove repetitive clear interruptShawn Lin2016-02-291-1/+0
* mmc: dw_mmc: fix err handle of dw_mci_probeShawn Lin2016-02-291-2/+4
* mmc: dw_mmc: remove DW_MCI_QUIRK_BROKEN_CARD_DETECTION quirkShawn Lin2016-02-292-28/+11
* mmc: dw_mmc: remove struct block_settingsShawn Lin2016-02-291-8/+0
* mmc: dw_mmc: add hw_reset supportShawn Lin2016-02-292-0/+32
* mmc: dw_mmc: remove the prepare_command hookJaehoon Chung2016-02-295-50/+15