summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-tegra: Issue CMD and DAT resets togetherPrathamesh Shete2022-12-313-1/+9
* mmc: renesas_sdhi: better reset from HS400 modeWolfram Sang2022-12-311-1/+1
* mmc: renesas_sdhi: add quirk for broken register layoutWolfram Sang2022-12-312-1/+4
* mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi2022-12-311-0/+3
* mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei2022-12-311-3/+8
* mmc: renesas_sdhi: alway populate SCC pointerWolfram Sang2022-12-311-5/+7
* mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+3
* mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+11
* mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+3
* mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+3
* mmc: omap_hsmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+3
* mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-3/+6
* mmc: litex_mmc: ensure `host->irq == 0` if pollingGabriel Somlo2022-12-311-0/+1
* mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+5
* mmc: vub300: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-3/+8
* mmc: toshsd: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+5
* mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+10
* mmc: rtsx_pci: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+8
* mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+6
* mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+3
* mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+3
* mmc: alcor: fix return value check of mmc_add_host()Yang Yingliang2022-12-311-1/+4
* mmc: sdhci-sprd: Fix no reset data and command after voltage switchWenchao Chen2022-12-011-1/+3
* mmc: sdhci: Fix voltage switch delayAdrian Hunter2022-11-292-7/+56
* mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()Gaosheng Cui2022-11-291-4/+2
* mmc: mmc_test: Fix removal of debugfs fileYe Bin2022-11-251-1/+2
* mmc: sdhci-esdhc-imx: correct CQHCI exit halt state checkSebastian Falbesoner2022-11-211-1/+1
* mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle2022-11-181-2/+7
* mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang2022-11-161-0/+2
* mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce tim...Chevron Li2022-11-161-0/+7
* mmc: core: properly select voltage range without power cycleYann Gautier2022-11-161-1/+7
* mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATAHaibo Chen2022-11-091-2/+2
* mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-3/+4
* mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCIBrian Norris2022-11-071-1/+2
* mmc: cqhci: Provide helper for resetting both SDHCI and CQHCIBrian Norris2022-11-071-0/+24
* mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIOBrian Norris2022-10-261-1/+2
* mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch2022-10-241-0/+1
* mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma2022-10-171-1/+2
* mmc: sdhci-pci-core: Disable ES for ASUS BIOS on Jasper LakePatrick Thompson2022-10-171-3/+11
* mmc: sdhci-esdhc-imx: Propagate ESDHC_FLAG_HS400* only on 8bit busSascha Hauer2022-10-171-6/+8
* mmc: queue: Cancel recovery work on cleanupChristian Löhle2022-10-171-0/+7
* mmc: block: Remove error check of hw_reset on resetChristian Löhle2022-10-171-18/+26
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-162-3/+3
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-112-3/+3
* | Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-10-136-6/+37
|\ \ | |/ |/|
| * mmc: sdhci-sprd: Fix minimum clock limitWenchao Chen2022-10-111-1/+1
| * mmc: sdhci-tegra: Use actual clock rate for SW tuning correctionPrathamesh Shete2022-10-071-1/+1