summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2015-01-20mmc: sh_mobile_sdhi: tidyup mmc_data->bus_shift for latest SoCKuninori Morimoto1-1/+4
2015-01-20mmc: sh_mobile_sdhi: remove .init/.cleanupKuninori Morimoto1-25/+1
2015-01-20mmc: tmio: enable SoC specific DMA buswidth settingsKuninori Morimoto2-2/+8
2015-01-20mmc: tmio: add .enable_dma on tmio_mmc_dmaKuninori Morimoto2-0/+5
2015-01-20mmc: tmio: tmio_mmc_data has .dma_rx_offsetKuninori Morimoto3-3/+2
2015-01-20mmc: tmio: tmio_mmc_data has .alignment_shiftKuninori Morimoto3-5/+4
2015-01-20mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto4-14/+15
2015-01-20mmc: tmio: tmio_mmc_host has .multi_io_quirkKuninori Morimoto3-4/+5
2015-01-20mmc: tmio: tmio_mmc_host has .clk_disableKuninori Morimoto3-3/+4
2015-01-20mmc: tmio: tmio_mmc_host has .clk_enableKuninori Morimoto3-4/+4
2015-01-20mmc: tmio: tmio_mmc_host has .write16_hookKuninori Morimoto3-3/+5
2015-01-20mmc: tmio: tmio_mmc_host has .dmaKuninori Morimoto3-15/+24
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto4-23/+51
2015-01-14mmc: sdhci: Set SDHCI_POWER_ON with external vmmcTim Kryger1-0/+6
2015-01-12mmc: sdhci-pci: Add support for Intel SPTAdrian Hunter2-0/+28
2015-01-12mmc: sdhci-acpi: Add ACPI HID INT344DAdrian Hunter1-0/+2
2015-01-12mmc: sdhci: Fix sleep in atomic after inserting SD cardKrzysztof Kozlowski1-2/+6
2015-01-12mmc: sdhci-pxav3: do the mbus window configuration after enabling clocksThomas Petazzoni1-8/+7
2015-01-12mmc: sdhci: Disable re-tuning for HS400Adrian Hunter1-0/+29
2015-01-12mmc: sdhci: Simplify use of tuning timerAdrian Hunter1-15/+8
2015-01-12mmc: sdhci: Add out_unlock to sdhci_execute_tuningAdrian Hunter1-3/+2
2015-01-12mmc: sdhci: Tuning should not change max_blk_countAdrian Hunter1-6/+3
2014-12-18Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-7/+0
2014-12-13mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macroLudovic Desroches1-1/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-29/+19
2014-12-08mmc: sdhci-msm: Convert to mmc_send_tuning()Ulf Hansson1-43/+7
2014-12-08mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()Ulf Hansson1-65/+3
2014-12-05MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki7-26/+16
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki3-3/+3
2014-12-02mmc: sdhci-acpi: Add two host capabilities for IntelAdrian Hunter1-2/+5
2014-12-02mmc: sdhci-pci: Add two host capabilities for BYTAdrian Hunter1-2/+8
2014-12-02mmc: sdhci-acpi: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESCAdrian Hunter1-1/+4
2014-12-02mmc: sdhci-pci: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC to BYTAdrian Hunter1-0/+3
2014-12-02mmc: atmel-mci: use probe deferring if dma controller is not ready yetludovic.desroches@atmel.com1-24/+24
2014-12-02mmc: atmel-mci: stop using specific initcallludovic.desroches@atmel.com1-13/+2
2014-12-02mmc: atmel-mci: remove __init/__exit attributesludovic.desroches@atmel.com1-5/+5
2014-12-02mmc: atmel-mci: remove useless DMA stuff for non-dt devicesludovic.desroches@atmel.com1-8/+0
2014-11-26mmc: omap_hsmmc: Fix UHS card with DDR50 supportUlf Hansson1-1/+3
2014-11-26mmc: mxs-mmc: Check for clk_prepare_enable() errorFabio Estevam1-3/+4
2014-11-26mmc: mxs-mmc: Propagate the real errorFabio Estevam1-1/+1
2014-11-26mmc: mxs-mmc: No need to do NULL check on 'iores'Fabio Estevam1-2/+2
2014-11-26mmc: dw_mmc: Add support for IMG PistachioAndrew Bresticker1-0/+6
2014-11-26mmc: mxs-mmc: Simplify PM hooksFabio Estevam1-8/+3
2014-11-26mmc: mxs-mmc: Register the irq with the device nameFabio Estevam1-1/+1
2014-11-26mmc: dw_mmc: avoid write to CDTHRCTL on older versionsJames Hogan1-0/+7
2014-11-26mmc: toshsd: move dereference below check for NULLDan Carpenter1-2/+2
2014-11-26mmc: atmel-mci: remove compat for non DT board when requesting dma chanludovic.desroches@atmel.com1-19/+1
2014-11-26mmc: dw_mmc: add support for the other bit of sdio interruptAddy Ke3-5/+19
2014-11-26mmc: mvsdio: Work around broken TX DMAAndrew Lunn1-1/+6