aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-04mmc: tmio: Fix error handling when issuing CMD23Masaharu Hayakawa1-1/+1
2018-04-04mmc: jz4740: Fix race condition in IRQ mask updateAlex Smith1-1/+1
2018-04-03Merge tag 'mmc-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds19-208/+791
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-699/+0
2018-03-26mmc: remove bfin_sdh driverArnd Bergmann3-699/+0
2018-03-22mmc: renesas_sdhi: replace EXT_ACC with HOST_MODEMasaharu Hayakawa1-3/+3
2018-03-21Merge branch 'fixes' into nextUlf Hansson1-1/+1
2018-03-21mmc: sdhci-acpi: Fix IRQ 0Adrian Hunter1-1/+1
2018-03-16Merge branch 'fixes' into nextUlf Hansson1-2/+4
2018-03-16mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occursEvgeniy Didin1-2/+4
2018-03-15Merge branch 'fixes' into nextUlf Hansson1-1/+7
2018-03-15mmc: sunxi: Set our device drvdata earlierMaxime Ripard1-1/+1
2018-03-15mmc: sunxi: Move the reset deassertion before enabling the clocksMaxime Ripard1-18/+18
2018-03-15mmc: sunxi: Move resources management to separate functionsMaxime Ripard1-60/+82
2018-03-15mmc: dw_mmc: add support for hi3798cv200 specific extensions of dw-mshctianshuliang4-0/+218
2018-03-15mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433Jaehoon Chung1-1/+7
2018-03-15mmc: renesas_sdhi: fix WP detectionWolfram Sang2-4/+0
2018-03-15mmc: dw_mmc-rockchip: correct property names in debugJohn Keeping1-2/+2
2018-03-15mmc: dw_mmc: remove the deprecated "num-slots"Jaehoon Chung3-7/+0
2018-03-15mmc: dw_mmc: remove the deprecated "clock-freq-min-max" propertyJaehoon Chung1-11/+4
2018-03-05Merge branch 'fixes' into nextUlf Hansson1-3/+6
2018-03-05mmc: mediatek: add support for MT7622 SoCSean Wang1-0/+12
2018-03-05mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeupAdrian Hunter1-4/+19
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for SDIO card interruptAdrian Hunter1-2/+7
2018-03-05mmc: sdhci: Do not unnecessarily enable wakeup for card detect interruptAdrian Hunter1-1/+9
2018-03-05mmc: sdhci-pci: Get rid of glk_cqe_enable()Adrian Hunter1-19/+1
2018-03-05mmc: ushc: Remove bogus check of usb_submit_urbShawn Lin1-2/+0
2018-03-05mmc: dw_mmc: update kernel-doc comments for dw_mciAlexey Roslyakov1-10/+9
2018-03-05mmc: dw_mmc: Remove prev_state and state assignment for STATE_SENDING_CMDShawn Lin1-1/+0
2018-03-05mmc: dw_mmc: Convert to use DEFINE_SHOW_ATTRIBUTEShawn Lin1-26/+2
2018-03-05mmc: tmio: remove useless TMIO_MASK_CMD handling in tmio_mmc_host_probe()Masahiro Yamada1-3/+0
2018-03-05mmc: tmio: clear force_pio flag before starting data transferMasahiro Yamada1-3/+1
2018-03-05mmc: tmio: move TMIO_MASK_{READOP, WRITEOP} handling to correct placeMasahiro Yamada3-20/+10
2018-03-05mmc: tmio: fix never-detected card insertion bugMasahiro Yamada1-4/+8
2018-03-05mmc: tmio: support IP-builtin card detection logicMasahiro Yamada1-1/+12
2018-03-05mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsEvgeniy Didin1-3/+6
2018-03-05mmc: tmio: deprecate "toshiba, mmc-wrprotect-disable" DT propertyMasahiro Yamada1-0/+5
2018-03-05mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLEMasahiro Yamada1-3/+2
2018-03-05mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada1-3/+3
2018-03-05mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada2-11/+11
2018-03-05mmc: sdhci-iproc: Disable preset values for BCM2835Stefan Wahren1-0/+1
2018-03-05mmc: sh_mmcif: remove some cruftWolfram Sang1-8/+0
2018-03-05mmc: sdhci_omap: Fix sdhci-omap quirksKishon Vijay Abraham I1-2/+2
2018-03-05mmc: sdhci_omap: Add support to set IODELAY valuesKishon Vijay Abraham I1-0/+148
2018-03-05mmc: sdhci-omap: Workaround for Errata i802Kishon Vijay Abraham I1-0/+13
2018-03-05mmc: sdhci-omap: Add tuning supportKishon Vijay Abraham I1-0/+130
2018-03-05mmc: sdhci-omap: Add custom set_uhs_signaling sdhci_host opsKishon Vijay Abraham I1-1/+22
2018-03-05mmc: sdhci-omap: Add card_busy host opsKishon Vijay Abraham I1-0/+52
2018-03-05mmc: sdhci-omap: Update 'power_mode' outside sdhci_omap_init_74_clocksKishon Vijay Abraham I1-2/+8
2018-02-27mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin1-0/+4