summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
AgeCommit message (Expand)Author
2018-01-18mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada
2018-01-18mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Masahiro Yamada
2018-01-18mmc: sh_mmcif: remove redundant initialization of 'opc'Colin Ian King
2018-01-17mmc: sdhci: Rework sdhci_enable_irq_wakeups()Adrian Hunter
2018-01-17mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter
2018-01-17mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter
2018-01-17mmc: sdhci-pci: Use device wakeup capability to determine MMC_PM_WAKE_SDIO_IR...Adrian Hunter
2018-01-17mmc: sdhci-pci: Stop calling sdhci_enable_irq_wakeups()Adrian Hunter
2018-01-16mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1Shawn Lin
2018-01-15Merge branch 'fixes' into nextUlf Hansson
2018-01-15mmc: sdhci-esdhc-imx: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau
2018-01-12mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CDMasahiro Yamada
2018-01-11sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko
2018-01-11mmc: tmio, renesas_sdhi: Remove unneeded NULL checkDan Carpenter
2018-01-11mmc: sdhci_f_sdh30: add ACPI supportArd Biesheuvel
2018-01-09mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspendMichael Trimarchi
2018-01-09mmc: sdhci-esdhc-imx: Changes the order of how clocks are being re-enabledMichael Trimarchi
2018-01-09mmc: sdhci-esdhc-imx: Manage sdhci_runtime_suspend_host error codeMichael Trimarchi
2018-01-04mmc:host:sdhci-pci:Addition of Arasan PCI Controller with integrated phy.Atul Garg
2018-01-04Merge branch 'fixes' into nextUlf Hansson
2018-01-04mmc: s3mci: mark debug_regs[] as staticArnd Bergmann
2017-12-21mmc: tmio: use io* accessors consistentlyWolfram Sang
2017-12-19mmc: sdhci-xenon: wait 5ms after set 1.8V signal enableZhoujie Wu
2017-12-19mmc: tmio: change bus_shift to unsigned intMasahiro Yamada
2017-12-19mmc: tmio,renesas_sdhi: move ssc_tappos to renesas_sdhi.hMasahiro Yamada
2017-12-19mmc: tmio, renesas_sdhi: move Renesas-specific DMA data to renesas_sdhi.hMasahiro Yamada
2017-12-19mmc: tmio, renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.hMasahiro Yamada
2017-12-19mmc: renesas_sdhi: remove always false conditionMasahiro Yamada
2017-12-18mmc: block: fix logical error to avoid memory leakLiu, Changcheng
2017-12-18Merge branch 'fixes' into nextUlf Hansson
2017-12-18mmc: avoid removing non-removable hosts during suspendDaniel Drake
2017-12-18mmc: android-goldfish: remove duplicate includesPravin Shedge
2017-12-18mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Masahiro Yamada
2017-12-18mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada
2017-12-18mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataMasahiro Yamada
2017-12-18mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Masahiro Yamada
2017-12-18mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada
2017-12-18mmc: renesas_sdhi: remove eprobe jump labelMasahiro Yamada
2017-12-18mmc: renesas_sdhi: remove wrong depends on to enable compile testMasahiro Yamada
2017-12-18mmc: tmio: use ioread* for repeated access to a registerWolfram Sang
2017-12-15mmc: renesas_sdhi: Add MODULE_LICENSEMasaharu Hayakawa
2017-12-15mmc: renesas_sdhi: consolidate DMAC CONFIG optionsMasahiro Yamada
2017-12-15mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav
2017-12-15mmc: sdhci-spear: Handle return value of platform_get_irqArvind Yadav
2017-12-15mmc: sdhci-acpi: Handle return value of platform_get_irqArvind Yadav
2017-12-15mmc: s3cmci: Fix platform_get_irq's error checkingArvind Yadav
2017-12-15mmc: meson-gx-mmc: Fix platform_get_irq's error checkingArvind Yadav
2017-12-11Merge branch 'fixes' into nextUlf Hansson
2017-12-11mmc: core: apply NO_CMD23 quirk to some specific cardsChristoph Fritz
2017-12-11Merge branch 'fixes' into nextUlf Hansson