summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2021-05-12mmc: sdhci-brcmstb: Remove CQE quirkAl Cooper
2021-05-12mmc: sdhci-pci: Add PCI IDs for Intel LKFAdrian Hunter
2021-05-12mmc: sdhci-esdhc-imx: validate pinctrl before use itPeng Fan
2021-05-12mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson
2021-05-12mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee
2021-05-12mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang
2021-05-12mmc: block: Issue a cache flush only when it's enabledAvri Altman
2021-05-12mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman
2021-05-12mmc: sdhci-tegra: Add required callbacks to set/clear CQE_EN bitAniruddha Tvs Rao
2021-05-12mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based contr...Adrian Hunter
2021-05-12mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K
2021-05-12mmc: uniphier-sd: Fix a resource leak in the remove functionChristophe JAILLET
2021-05-12mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()Christophe JAILLET
2021-03-17mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li
2021-03-17mmc: core: Fix partition switch time for eMMCAdrian Hunter
2021-03-17mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variantsYann Gautier
2021-03-17mmc: sdhci-iproc: Add ACPI bindings for the RPiJeremy Linton
2021-03-17mmc: mediatek: fix race condition between msdc_request_timeout and irqChaotian Jing
2021-03-17mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()'Christophe JAILLET
2021-03-11mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKENJisheng Zhang
2021-03-04mmc: sdhci-pci-o2micro: Bug fix for SDR104 HW tuning failureShirley Her
2021-03-04mmc: sdhci-esdhc-imx: fix kernel panic when remove moduleFrank Li
2021-03-04mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to 128-bytesTakeshi Saito
2021-03-04mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probeChristophe JAILLET
2021-03-04mmc: sdhci-sprd: Fix some resource leaks in the remove functionChristophe JAILLET
2021-03-04mmc: owl-mmc: Fix a resource leak in an error handling path and in the remove...Christophe JAILLET
2021-02-01mmc: sdhci-pltfm: Fix linking err for sdhci-brcmstbUlf Hansson
2021-02-01mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang
2021-01-15mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne
2021-01-13mmc: sdhci-brcmstb: Fix mmc timeout errors on S5 suspendAl Cooper
2021-01-11mmc: sdhci-xenon: fix 1.8v regulator stabilizationAlex Leibovich
2021-01-11mmc: sdhci-of-dwcmshc: fix rpmb accessJisheng Zhang
2020-12-15Merge tag 'mmc-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-12-15Merge tag 'char-misc-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-11mmc: sdhci-xenon: introduce ACPI supportMarcin Wojtas
2020-12-11mmc: sdhci-xenon: use clk only with DTMarcin Wojtas
2020-12-11mmc: sdhci-xenon: switch to device_* APIMarcin Wojtas
2020-12-11mmc: sdhci-xenon: use match data for controllers variantsMarcin Wojtas
2020-12-09misc: rtsx: rts5249 support runtime PMRicky Wu
2020-12-04Merge branch 'fixes' into nextUlf Hansson
2020-12-04mmc: mediatek: mark PM functions as __maybe_unusedArnd Bergmann
2020-12-04mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo
2020-12-04mmc: renesas_sdhi: populate hook for longer busy_waitWolfram Sang
2020-12-04mmc: tmio: add hook for custom busy_wait calculationWolfram Sang
2020-12-04mmc: tmio: set max_busy_timeoutWolfram Sang
2020-12-04Merge branch 'fixes' into nextUlf Hansson
2020-12-04mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFFWolfram Sang
2020-12-04mmc: sdhci-pci-gli: Disable slow mode in HS400 mode for GL9763EBen Chuang
2020-12-04mmc: sdhci: Use more concise device_property_read_u64Jeremy Linton
2020-11-24mmc: mxc: Convert the driver to DT-onlyFabio Estevam