aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-07mmc: s3cmci: Cast driver data through longKrzysztof Kozlowski1-1/+1
2020-09-07mmc: s3cmci: Use proper printk format for iomem pointerKrzysztof Kozlowski1-1/+1
2020-09-07mmc: davinci: Fix -Wpointer-to-int-cast on compile testKrzysztof Kozlowski1-1/+1
2020-09-07mmc: sdhci-brcmstb: Simplify with optional clock and dev_err_probe()Krzysztof Kozlowski1-7/+5
2020-09-07mmc: sdhci-of-sparx5: Use proper printk format for dma_addr_tKrzysztof Kozlowski1-2/+2
2020-09-07mmc: dw_mmc: Simplify with dev_err_probe()Krzysztof Kozlowski1-6/+3
2020-09-07mmc: sdhci-tegra: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+2
2020-09-07mmc: sdhci-of-arasan: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+3
2020-09-07mmc: meson: Simplify with dev_err_probe()Krzysztof Kozlowski1-11/+5
2020-09-07mmc: jz4740: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2020-09-07mmc: dw_mmc-zx: Simplify with dev_err_probe()Krzysztof Kozlowski1-8/+3
2020-09-07mmc: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+2
2020-09-07mmc: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+1
2020-09-07mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer1-1/+25
2020-09-07mmc: meson-gx: use wrapper to avoid accessing internal varsWolfram Sang1-1/+1
2020-09-07mmc: sdhci-iproc: Enable eMMC DDR 3.3V support for bcm2711Stefan Wahren1-0/+1
2020-09-07mmc: mediatek: add pre_enable() and post_disable() hook functionChun-Hung Wu1-0/+22
2020-09-07mmc: cqhci: add new cqhci_host_ops pre_enable() and post_disable()Chun-Hung Wu2-0/+8
2020-09-07mmc: sdhci-msm: Enable restore_dll_config flag for sc7180 targetVeerabhadrarao Badiganti1-0/+1
2020-09-07mmc: tmio: remove indirection of 'execute_tuning' callbackWolfram Sang3-26/+4
2020-09-07mmc: tmio: don't reset whole IP core when tuning failsWolfram Sang2-24/+25
2020-09-07mmc: tmio: factor out common parts of the reset routineWolfram Sang3-26/+7
2020-09-07mmc: tmio: remove indirection of 'hw_reset' callbackWolfram Sang3-12/+3
2020-09-07Revert "mmc: tmio: fix reset operation"Wolfram Sang1-16/+13
2020-09-07mmc: renesas_sdhi: move wrong 'hw_reset' to 'reset'Wolfram Sang1-6/+13
2020-09-07mmc: sdhci_am654: Add workaround for card detect debounce timerFaiz Abbas1-0/+24
2020-09-07mmc: sdhci-msm: enable compile-testing on !ARMAlex Dewar1-1/+1
2020-09-07mmc: sdhci-esdhc-imx: remove unused codeHaibo Chen1-3/+1
2020-09-07mmc: sd: Use kobj_to_dev() instead of container_of()Tian Tao1-1/+1
2020-09-07mmc: sdhci-of-sparx5: Add Sparx5 SoC eMMC driverLars Povlsen3-0/+282
2020-09-07mmc: via-sdmmc: Fix data race bugMadhuparna Bhowmik1-0/+3
2020-09-07mmc: sdhci: Add LTR support for some Intel BYT based controllersAdrian Hunter1-0/+154
2020-09-07mmc: test: remove ambiguity in test descriptionWolfram Sang1-4/+4
2020-09-07mmc: mmc_spi: fix timeout calculationTobias Schramm1-2/+2
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár4-3/+103
2020-09-07mmc: sdio: Extend sdio_config_attr macro and use it also for modaliasPali Rohár1-14/+6
2020-09-07mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár1-0/+8
2020-09-07mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár1-0/+3
2020-09-07mmc: sdhci-esdhc-imx: Reset before sending tuning command for manual tuningHaibo Chen1-0/+10
2020-09-07mmc: Kconfig: Add RISCV and CSKY for MMC_DWGuo Ren1-1/+1
2020-09-07mmc: s3cmci: remove empty kerneldoc commentKrzysztof Kozlowski1-3/+0
2020-09-07mmc: sdhci_am654: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-09-07mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter1-17/+22
2020-09-07mmc: sdhci-of-esdhc: Don't walk device-tree on every interruptChris Packham1-3/+7
2020-09-07mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unsetUlf Hansson2-35/+53
2020-09-07mmc: sdhci-msm: Add retries when all tuning phases are found validDouglas Anderson1-1/+17
2020-09-07mmc: sdhci-acpi: Clear amd_sdhci_host on resetRaul E Rangel1-7/+24
2020-08-31Merge tag 'mmc-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-15/+130
2020-08-28sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni1-2/+51
2020-08-28sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186Sowjanya Komatineni1-1/+0