summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2018-03-05mmc: tmio: move TMIO_MASK_{READOP, WRITEOP} handling to correct placeMasahiro Yamada
2018-03-05mmc: tmio: fix never-detected card insertion bugMasahiro Yamada
2018-03-05mmc: tmio: support IP-builtin card detection logicMasahiro Yamada
2018-03-05mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systemsEvgeniy Didin
2018-03-05mmc: tmio: deprecate "toshiba, mmc-wrprotect-disable" DT propertyMasahiro Yamada
2018-03-05mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLEMasahiro Yamada
2018-03-05mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada
2018-03-05mmc: renesas_sdhi: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flagMasahiro Yamada
2018-03-05mmc: sdhci-iproc: Disable preset values for BCM2835Stefan Wahren
2018-03-05mmc: core: optimize mmc_calc_max_discardSergio Valverde
2018-03-05mmc: sh_mmcif: remove some cruftWolfram Sang
2018-03-05mmc: sdhci_omap: Fix sdhci-omap quirksKishon Vijay Abraham I
2018-03-05mmc: sdhci_omap: Add support to set IODELAY valuesKishon Vijay Abraham I
2018-03-05mmc: sdhci-omap: Workaround for Errata i802Kishon Vijay Abraham I
2018-03-05mmc: sdhci-omap: Add tuning supportKishon Vijay Abraham I
2018-03-05mmc: sdhci-omap: Add custom set_uhs_signaling sdhci_host opsKishon Vijay Abraham I
2018-03-05mmc: sdhci-omap: Add card_busy host opsKishon Vijay Abraham I
2018-03-05mmc: sdhci-omap: Update 'power_mode' outside sdhci_omap_init_74_clocksKishon Vijay Abraham I
2018-02-27mmc: core: Avoid hanging to claim host for mmc via some nested callsUlf Hansson
2018-02-27mmc: dw_mmc: Avoid accessing registers in runtime suspended stateShawn Lin
2018-02-27mmc: dw_mmc: Fix out-of-bounds access for slot's capsShawn Lin
2018-02-27mmc: dw_mmc: Factor out dw_mci_init_slot_capsShawn Lin
2018-02-27mmc: dw_mmc-k3: Fix out-of-bounds access through DT aliasGeert Uytterhoeven
2018-02-27mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllersAdrian Hunter
2018-02-14mmc: bcm2835: Don't overwrite max frequency unconditionallyPhil Elwell
2018-02-14Revert "mmc: meson-gx: include tx phase in the tuning process"Jerome Brunet
2018-02-09Merge tag 'kbuild-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-02-05Merge tag 'mmc-v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds
2018-02-05mmc: meson-gx-mmc: Explicitly include pinctr/consumer.hThierry Reding
2018-02-02mmc: kconfig: Remove blank help textUlf Magnusson
2018-01-31mmc: MMC_SDHI_{SYS,INTERNAL}_DMAC should depend on HAS_DMAGeert Uytterhoeven
2018-01-31mmc: sdhci: Implement an SDHCI-specific bounce bufferLinus Walleij
2018-01-29Merge tag 'mmc-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2018-01-24mmc: mmci: fix error return code in mmci_probe()Wei Yongjun
2018-01-22mmc: davinci: suppress error message on EPROBE_DEFERDavid Lechner
2018-01-22mmc: davinci: dont' use module_platform_driver_probe()David Lechner
2018-01-22mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functionsArnd Bergmann
2018-01-18mmc: mmci: Add STM32 variantPatrice Chotard
2018-01-18mmc: mmci: Add support for setting pad type via pinctrlPatrice Chotard
2018-01-18mmc: mmci: Don't pretend all variants to have OPENDRAIN bitPatrice Chotard
2018-01-18mmc: mmci: Don't pretend all variants to have MCI_STARBITERR flagPatrice Chotard
2018-01-18mmc: mmci: Don't pretend all variants to have MMCIMASK1 registerPatrice Chotard
2018-01-18mmc: tmio: refactor .get_ro hookMasahiro Yamada
2018-01-18mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada
2018-01-18mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentMasahiro Yamada
2018-01-18mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()Masahiro Yamada
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