summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2023-06-19mmc: usdhi60rol0: fix deferred probingSergey Shtylyov1-2/+4
2023-06-19mmc: sunxi: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: sh_mmcif: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: sdhci-spear: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: sdhci-acpi: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: owl: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: omap_hsmmc: fix deferred probingSergey Shtylyov1-2/+4
2023-06-19mmc: omap: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: mvsdio: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: mtk-sd: fix deferred probingSergey Shtylyov1-1/+1
2023-06-19mmc: meson-gx: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: bcm2835: fix deferred probingSergey Shtylyov1-2/+2
2023-06-19mmc: litex_mmc: set PROBE_PREFER_ASYNCHRONOUSJisheng Zhang1-0/+1
2023-06-14mmc: meson-gx: remove redundant mmc_request_done() call from irq contextMartin Hundebøll1-8/+2
2023-06-13mmc: mmci: stm32: fix max busy timeout calculationChristophe Kerello1-1/+2
2023-06-12mmc: sdhci-msm: Disable broken 64-bit DMA on MSM8916Stephan Gerhold1-0/+3
2023-05-24mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling orderMarek Vasut1-8/+26
2023-05-24mmc: vub300: fix invalid response handlingDeren Wu1-0/+3
2023-05-09mmc: sdhci-esdhc-imx: make "no-mmc-hs400" worksHaibo Chen1-8/+10
2023-05-09mmc: sdhci-cadence: Fix an error handling path in sdhci_cdns_probe()Christophe JAILLET1-3/+5
2023-05-09mmc: block: ensure error propagation for non-blkChristian Loehle1-0/+5
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2023-04-17mmc: vub300: remove unreachable codeBo Liu1-2/+0
2023-04-17mmc: sdhci-cadence: Support mmc hardware resetBrad Larson1-0/+27
2023-04-17mmc: sdhci-cadence: Add AMD Pensando Elba SoC supportBrad Larson2-0/+99
2023-04-17mmc: sdhci-cadence: Support device specific init during probeBrad Larson1-9/+23
2023-04-17mmc: sdhci-cadence: Enable device specific override of writel()Brad Larson1-5/+13
2023-04-17mmc: core: Remove unused macro mmc_req_rel_wrBean Huo1-2/+0
2023-04-17mmc: sdhci-of-arasan: Skip setting clock delay for 400KHzSai Krishna Potthuri1-1/+1
2023-04-17mmc: sdhci-of-arasan: Add support for eMMC5.1 on Xilinx Versal Net platformSwati Agarwal1-0/+235
2023-04-04mmc: sdhci_am654: Add support for PM suspend/resumeAswath Govindraju1-16/+131
2023-04-03mmc: core: remove unnecessary (void*) conversionsYu Zhe2-4/+4
2023-03-24mmc: Merge branch fixes into nextUlf Hansson1-2/+0
2023-03-24mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for dataGeorgii Kruglov1-13/+11
2023-03-24mmc: core: Log about empty non-removable slotsMarc Gonzalez1-0/+5
2023-03-24mmc: sdricoh_cs: remove unused sdricoh_readw functionTom Rix1-8/+0
2023-03-24mmc: sdhci-of-arasan: Remove Intel Thunder Bay SOC supportA, Rashmi1-28/+1
2023-03-23mmc: sdhci_am654: Set HIGH_SPEED_ENA for SDR12 and SDR25Bhavya Kapoor1-2/+0
2023-03-23mmc: usdhi6rol0: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-23mmc: sdhci-of-aspeed: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-23mmc: owl-mmc: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-23mmc: omap: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-23mmc: jz4740: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-23mmc: dw_mmc-pltfm: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-03-23mmc: sdhci: drop useless sdhci_get_compatibility() !OF stubKrzysztof Kozlowski1-4/+0
2023-03-23mmc: meson-gx: use new helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-16/+2
2023-03-23mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+41
2023-03-23mmc: meson-gx: simplify usage of mmc_regulator_set_ocrHeiner Kallweit1-4/+2
2023-03-23mmc: sdhci-pci-o2micro: Fix SDR50 mode timing issueFred1-14/+16
2023-03-23mmc: Use of_property_read_bool() for boolean propertiesRob Herring7-25/+23