summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-17mmc: core: remove redundant memset of mmc_decode_cidShawn Lin1-2/+0
2016-03-17mmc: of_mmc_spi: fix unused warningBrian Norris1-2/+0
2016-03-17mmc: sdhci-of-arasan: add phy support for sdhci-of-arasanShawn Lin1-1/+56
2016-03-17mmc: sdhci-of-arasan: fix missing sdhci_pltfm_free for err handlingShawn Lin1-7/+8
2016-03-17mmc: sdhci-of-arasan: remove disable clk_ahb from sdhci_arasan_resumeShawn Lin1-1/+0
2016-03-17mmc: sdhci: Fix override of timeout clk wrt max_busy_timeoutAdrian Hunter1-3/+3
2016-03-17mmc: mmci: Remove unnecessary header fileWang Hongcheng1-1/+0
2016-03-17mmc: sdhci-acpi: add QCOM controllersPhilip Elcan1-0/+15
2016-03-17mmc: tegra: implement memcomp pad calibrationLucas Stach1-3/+44
2016-03-17mmc: mediatek: Use mmc_regulator_set_vqmmc in start_signal_voltage_switchNicolas Boichat1-12/+5
2016-03-17mmc: mediatek: Change signal voltage error to dev_dbg()Nicolas Boichat1-1/+1
2016-03-17mmc: sh_mmcif, tmio: Use ARCH_RENESASSimon Horman1-2/+2
2016-03-17mmc: tegra: properly disable card clockLucas Stach1-1/+1
2016-03-16mmc: mmc_spi: Add Card Detect comments and fix CD GPIO caseMagnus Damm1-0/+6
2016-03-16mmc: tegra: Disable UHS-I modes for tegra114Jon Hunter1-1/+11
2016-02-29mmc: sdhci-pltfm: remove priv variable from sdhci_pltfm_hostJisheng Zhang1-1/+0
2016-02-29mmc: sdhci-pxav2: remove unnecessary assignment of pltfm_host->privJisheng Zhang1-1/+0
2016-02-29mmc: sdhci-tegra: use sdhci_pltfm_init for private allocationJisheng Zhang1-14/+7
2016-02-29mmc: sdhci-st: use sdhci_pltfm_init for private allocationJisheng Zhang1-20/+20
2016-02-29mmc: sdhci-pxav3: use sdhci_pltfm_init for private allocationJisheng Zhang1-12/+8
2016-02-29mmc: sdhci-of-esdhc: use sdhci_pltfm_init for private allocationJisheng Zhang1-10/+9
2016-02-29mmc: sdhci-of-at91: use sdhci_pltfm_init for private allocationJisheng Zhang1-18/+15
2016-02-29mmc: sdhci-of-arasan: use sdhci_pltfm_init for private allocationJisheng Zhang1-16/+12
2016-02-29mmc: sdhci-of-arasan: fix clk issue in sdhci_arasan_remove()Jisheng Zhang1-1/+4
2016-02-29mmc: sdhci-msm: use sdhci_pltfm_init for private allocationJisheng Zhang1-8/+4
2016-02-29mmc: sdhci-msm: factorise sdhci_msm_pdata outisde of sdhci_msm_hostJisheng Zhang1-7/+8
2016-02-29mmc: sdhci-esdhc-imx: use sdhci_pltfm_init for private allocationJisheng Zhang1-21/+17
2016-02-29mmc: sdhci-bcm2835: use sdhci_pltfm_init for private allocationJisheng Zhang1-11/+3
2016-02-29mmc: mediatek: add SD write protect supportChaotian Jing1-0/+2
2016-02-29mmc: sdhi: Add r8a7795 supportWolfram Sang2-14/+35
2016-02-29mmc: sdhci: further code simplicationRussell King1-11/+10
2016-02-29mmc: sdhci: consolidate the DMA/ADMA size/address quicksRussell King1-32/+16
2016-02-29mmc: sdhci: prepare DMA address/size quirk handling consolidationRussell King1-13/+15
2016-02-29mmc: sdhci: cleanup DMA un-mappingRussell King1-11/+3
2016-02-29mmc: sdhci: clean up host cookie handlingRussell King2-8/+8
2016-02-29mmc: sdhci: always unmap a mapped data transfer in sdhci_post_req()Russell King1-2/+1
2016-02-29mmc: sdhci: pass the cookie into sdhci_pre_dma_transfer()Russell King1-4/+4
2016-02-29mmc: sdhci: factor out sdhci_pre_dma_transfer() from sdhci_adma_table_pre()Russell King1-39/+23
2016-02-29mmc: sdhci: move sdhci_pre_dma_transfer()Russell King1-27/+25
2016-02-29mmc: sdhci: factor out common DMA cleanup in sdhci_finish_data()Russell King1-22/+7
2016-02-29mmc: sdhci: avoid walking SG list for writesRussell King1-20/+22
2016-02-29mmc: sdhci: clean up coding style in sdhci_adma_table_pre()Russell King1-20/+9
2016-02-29mmc: sdhci: allocate alignment and DMA descriptor buffer togetherRussell King1-36/+20
2016-02-29mmc: sdhci: fix data timeout (part 2)Russell King1-2/+13
2016-02-29mmc: sdhci: fix data timeout (part 1)Russell King1-1/+1
2016-02-29mmc: sdhci: further fix for DMA unmapping in sdhci_post_req()Russell King1-8/+7
2016-02-29mmc: sdhci-pxav3: fix higher speed mode capabilitiesRussell King1-2/+4
2016-02-29mmc: sdhci: plug DMA mapping leak on errorRussell King1-0/+16
2016-02-29mmc: sdhci: avoid unnecessary mapping/unmapping of align bufferRussell King1-36/+18
2016-02-29mmc: sdhci: fix command response CRC error handlingRussell King1-0/+17