summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-25mmc: moxart: remove unneeded check for drvdataKrzysztof Kozlowski1-12/+11
2020-09-25mmc: renesas_sdhi: drop local flag for tuningWolfram Sang2-4/+1
2020-09-25mmc: rtsx_usb_sdmmc: simplify the return expression of sd_change_phase()Qinglang Miao1-6/+1
2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang1-0/+10
2020-09-24mmc: mediatek: Drop pointer to mmc_host from msdc_hostAmey Narkhede1-20/+25
2020-09-24dt-bindings: mmc: owl: add compatible string actions,s700-mmcAmit Singh Tomar1-1/+5
2020-09-14mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang1-4/+4
2020-09-14Merge branch 'fixes' into nextUlf Hansson1-1/+1
2020-09-14mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMAGeert Uytterhoeven1-1/+1
2020-09-11mmc: sdhci-msm: Unconditionally call dev_pm_opp_of_remove_table()Viresh Kumar1-9/+5
2020-09-09mmc: renesas_sdhi: support manual calibrationWolfram Sang2-2/+155
2020-09-09mmc: tmio: add generic hook to fixup after a completed requestWolfram Sang2-0/+4
2020-09-08mmc: Drop COMPILE_TEST Kconfig option for MMC_S3CUlf Hansson1-1/+1
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that are newer than 5.4Douglas Anderson5-0/+5
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v5.4Douglas Anderson5-0/+6
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.19Douglas Anderson5-0/+5
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.14Douglas Anderson8-0/+8
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.9Douglas Anderson2-0/+2
2020-09-07mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson44-0/+44
2020-09-07mmc: host: Enable compile testing of multiple driversKrzysztof Kozlowski1-19/+21
2020-09-07mmc: host: Drop unneeded MMC dependency in KconfigKrzysztof Kozlowski1-2/+2
2020-09-07mmc: renesas_sdhi: Drop local dma_parmsRobin Murphy1-4/+0
2020-09-07mmc: omap-hsmmc: remove redundant null checkXu Wang1-12/+6
2020-09-07Merge branch 'fixes' into nextUlf Hansson6-63/+123
2020-09-07mmc: core: simplify an expressionWolfram Sang1-1/+1
2020-09-07mmc: renesas_sdhi: keep SCC clock active when tuningWolfram Sang1-2/+6
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang2-0/+10
2020-09-07mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang1-6/+6
2020-09-07mmc: sdhci-msm: Prefer asynchronous probeDouglas Anderson1-0/+1
2020-09-07mmc: s3cmci: Drop unused variables in dbg_dumpregsKrzysztof Kozlowski1-4/+2
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-07dt-bindings: mmc: document alias supportMatthias Schiffer1-0/+4
2020-09-07mmc: meson-gx: use wrapper to avoid accessing internal varsWolfram Sang1-1/+1
2020-09-07dt-bindings: mmc: mmc-pwreq-simple: Accept more than one reset GPIOKrzysztof Kozlowski1-0/+2
2020-09-07dt-bindings: mmc: fsl-imx-esdhc: Fix i.MX 8 compatible matchingKrzysztof Kozlowski2-18/+21
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