summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()Masahiro Yamada2018-01-181-6/+13
* mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada2018-01-184-27/+30
* mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Masahiro Yamada2018-01-183-10/+14
* mmc: sh_mmcif: remove redundant initialization of 'opc'Colin Ian King2018-01-181-1/+1
* mmc: sdhci: Rework sdhci_enable_irq_wakeups()Adrian Hunter2018-01-171-10/+15
* mmc: sdhci: Handle failure of enable_irq_wake()Adrian Hunter2018-01-172-9/+16
* mmc: sdhci: Stop exporting sdhci_enable_irq_wakeups()Adrian Hunter2018-01-172-3/+1
* mmc: sdhci-pci: Use device wakeup capability to determine MMC_PM_WAKE_SDIO_IR...Adrian Hunter2018-01-171-4/+7
* mmc: sdhci-pci: Stop calling sdhci_enable_irq_wakeups()Adrian Hunter2018-01-171-37/+21
* mmc: sdhci-of-arasan: Add CQHCI support for arasan,sdhci-5.1Shawn Lin2018-01-162-6/+132
* Merge branch 'fixes' into nextUlf Hansson2018-01-151-0/+14
|\
| * mmc: sdhci-esdhc-imx: Fix i.MX53 eSDHCv3 clockBenoît Thébaudeau2018-01-151-0/+14
* | mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CDMasahiro Yamada2018-01-121-1/+1
* | sdhci: Advertise 2.0v supply on SDIO host controllerAndy Shevchenko2018-01-112-0/+9
* | mmc: tmio, renesas_sdhi: Remove unneeded NULL checkDan Carpenter2018-01-111-1/+1
* | mmc: sdhci_f_sdh30: add ACPI supportArd Biesheuvel2018-01-112-19/+35
* | mmc: sdhci-esdhc-imx: Enable/Disable mmc clock during runtime suspendMichael Trimarchi2018-01-091-0/+4
* | mmc: sdhci-esdhc-imx: Changes the order of how clocks are being re-enabledMichael Trimarchi2018-01-091-7/+9
* | mmc: sdhci-esdhc-imx: Manage sdhci_runtime_suspend_host error codeMichael Trimarchi2018-01-091-0/+2
* | mmc:host:sdhci-pci:Addition of Arasan PCI Controller with integrated phy.Atul Garg2018-01-044-4/+340
* | Merge branch 'fixes' into nextUlf Hansson2018-01-041-2/+4
|\|
| * mmc: s3mci: mark debug_regs[] as staticArnd Bergmann2018-01-041-2/+4
* | mmc: tmio: use io* accessors consistentlyWolfram Sang2017-12-211-6/+6
* | mmc: sdhci-xenon: wait 5ms after set 1.8V signal enableZhoujie Wu2017-12-191-0/+7
* | mmc: tmio: change bus_shift to unsigned intMasahiro Yamada2017-12-191-1/+1
* | mmc: tmio,renesas_sdhi: move ssc_tappos to renesas_sdhi.hMasahiro Yamada2017-12-193-3/+3
* | mmc: tmio, renesas_sdhi: move Renesas-specific DMA data to renesas_sdhi.hMasahiro Yamada2017-12-194-9/+18
* | mmc: tmio, renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.hMasahiro Yamada2017-12-195-29/+33
* | mmc: renesas_sdhi: remove always false conditionMasahiro Yamada2017-12-191-2/+2
* | mmc: block: fix logical error to avoid memory leakLiu, Changcheng2017-12-181-0/+1
* | Merge branch 'fixes' into nextUlf Hansson2017-12-181-0/+3
|\|
| * mmc: renesas_sdhi: Add MODULE_LICENSEMasaharu Hayakawa2017-12-151-0/+3
* | mmc: avoid removing non-removable hosts during suspendDaniel Drake2017-12-181-0/+8
* | mmc: android-goldfish: remove duplicate includesPravin Shedge2017-12-181-2/+0
* | mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()Masahiro Yamada2017-12-181-8/+6
* | mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directlyMasahiro Yamada2017-12-183-9/+2
* | mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static dataMasahiro Yamada2017-12-182-4/+6
* | mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()Masahiro Yamada2017-12-181-7/+3
* | mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada2017-12-183-15/+8
* | mmc: renesas_sdhi: remove eprobe jump labelMasahiro Yamada2017-12-181-6/+4
* | mmc: renesas_sdhi: remove wrong depends on to enable compile testMasahiro Yamada2017-12-181-1/+0
* | mmc: tmio: use ioread* for repeated access to a registerWolfram Sang2017-12-181-4/+4
* | mmc: renesas_sdhi: consolidate DMAC CONFIG optionsMasahiro Yamada2017-12-152-8/+4
* | mmc: sunxi-mmc: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+5
* | mmc: sdhci-spear: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+4
* | mmc: sdhci-acpi: Handle return value of platform_get_irqArvind Yadav2017-12-151-0/+4
* | mmc: s3cmci: Fix platform_get_irq's error checkingArvind Yadav2017-12-151-1/+1
* | mmc: meson-gx-mmc: Fix platform_get_irq's error checkingArvind Yadav2017-12-151-1/+1
* | mmc: dt-bindings: add mmc support to MT7623 SoCSean Wang2017-12-151-0/+2
* | Merge branch 'fixes' into nextUlf Hansson2017-12-112-0/+10
|\|