summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: give read32/write32 functions more descriptive namesWolfram Sang2016-05-022-14/+13Star
* mmc: omap_hsmmc: Check if MMC slot name is passed in pdataTony Lindgren2016-05-021-1/+5
* mmc: sh_mobile_sdhi: remove obsolete support for sh7372Wolfram Sang2016-05-021-1/+0Star
* mmc: sh_mmcif: remove obsolete support for sh7372Wolfram Sang2016-05-021-2/+2
* mmc: sh_mobile_sdhi: simplify code for voltage switchingWolfram Sang2016-05-021-5/+1Star
* mmc: tmio: merge distributed include filesWolfram Sang2016-05-023-3/+55
* mmc: tmio: simplify irq handlerWolfram Sang2016-05-021-15/+8Star
* mmc: tmio: remove now unneeded seperate irq handlersWolfram Sang2016-05-022-32/+2Star
* mmc: sh_mobile_sdhi: remove obsolete irq_by_name registrationWolfram Sang2016-05-021-49/+8Star
* mmc: sh_mobile_sdhi: don't use array for DT configsWolfram Sang2016-05-021-7/+5Star
* mmc: sdhci: use IS_ENABLE(CONFIG_LEDS_CLASS) to enable LED struct membersMasahiro Yamada2016-05-021-1/+1
* mmc: sdhci: use IS_REACHABLE(CONFIG_LEDS_CLASS) to enable LED codeMasahiro Yamada2016-05-021-3/+1Star
* mmc: sdhci: Remove SDHCI_SDR104_NEEDS_TUNINGAdrian Hunter2016-05-022-7/+1Star
* mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host()Masahiro Yamada2016-05-021-11/+9Star
* mmc: sdhci-pltfm: move devm_ioremap_resource() upMasahiro Yamada2016-05-021-8/+5Star
* mmc: sdhci-pltfm: use devm_ioremap_resource()Masahiro Yamada2016-05-021-13/+3Star
* mmc: sdhci-pltfm: use devm_ioremap()Masahiro Yamada2016-05-021-2/+2
* mmc: sdhci-pltfm: use devm_request_mem_region()Masahiro Yamada2016-05-021-7/+4Star
* mmc: sdhci-pltfm: check return value of platform_get_irq()Masahiro Yamada2016-05-021-0/+5
* mmc: sdhci-pltfm: drop error message for too small MMIO resource sizeMasahiro Yamada2016-05-021-3/+0Star
* mmc: sdhci: Tidy together LED codeAdrian Hunter2016-05-021-33/+63
* mmc: sdhci: Fix error paths in sdhci_add_host()Adrian Hunter2016-05-021-9/+27
* mmc: sdhci: Remove redundant conditionAdrian Hunter2016-05-021-1/+1
* mmc: sdhci-acpi: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllersAdrian Hunter2016-05-021-1/+3
* mmc: sdhci-pci: Set MMC_CAP_AGGRESSIVE_PM for Broxton controllersAdrian Hunter2016-05-021-1/+3
* mmc: sdhci: Remove SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RSTLudovic Desroches2016-05-022-7/+0Star
* mmc: sdhci-of-at91: Implement specific ->set_clock() functionLudovic Desroches2016-05-021-2/+46
* mmc: sdhci: Introduce sdhci_calc_clk()Ludovic Desroches2016-05-022-12/+26
* mmc: sdhci: Move sdhci_runtime_pm_bus_off|on() to avoid pre-definitionUlf Hansson2016-05-021-28/+16Star
* mmc: sdhci-pic32: remove owner assignmentMasahiro Yamada2016-05-021-1/+0Star
* mmc: sdhci: Remove redundant runtime PM callsUlf Hansson2016-05-021-51/+4Star
* mmc: tmio: Remove redundant runtime PM callsUlf Hansson2016-05-021-19/+0Star
* mmc: sdhci-pci: Remove redundant runtime PM callsUlf Hansson2016-05-021-5/+0Star
* mmc: sdhci-acpi: Remove redundant runtime PM callsUlf Hansson2016-05-021-5/+0Star
* mmc: omap_hsmmc: Remove redundant runtime PM callsUlf Hansson2016-05-021-15/+0Star
* mmc: mediatek: Remove redundant runtime PM callsUlf Hansson2016-05-021-17/+2Star
* mmc: mmci: Remove redundant runtime PM callsUlf Hansson2016-05-021-20/+0Star
* mmc: atmel-mci: Remove redundant runtime PM callsUlf Hansson2016-05-021-9/+0Star
* mmc: davinci: prepare clockDavid Lechner2016-05-021-5/+5
* mmc: davinci: fix unwinding in probeDavid Lechner2016-05-021-60/+40Star
* mmc: dw_mmc: remove setup_clock callbackShawn Lin2016-05-022-11/+0Star
* mmc: dw_mmc-exynos: remove dw_mci_exynos_setup_clockShawn Lin2016-05-021-8/+0Star
* mmc: dw_mmc-rockchip: remove setup_clock for rockchipShawn Lin2016-05-021-8/+4Star
* mmc: dw_mmc: exynos: add the function for controlling SMUJaehoon Chung2016-05-021-2/+13
* mmc: dw_mmc: avoid using dmaengine_terminate_allShawn Lin2016-05-021-1/+1
* mmc: dw_mmc-rockchip: fix failing to mount partition with "discard"Shawn Lin2016-05-021-0/+9
* mmc: dw_mmc-rockchip: remove dw_mci_rockchip_pmopsShawn Lin2016-05-021-21/+1Star
* mmc: sh_mobile_sdhi: Add UHS-I mode supportWolfram Sang2016-05-021-0/+52
* mmc: tmio: stop clock when 0Hz is requestedWolfram Sang2016-05-021-24/+26
* mmc: tmio: always start clock after frequency calculationWolfram Sang2016-05-021-18/+16Star