aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2022-12-07mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()Yang Yingliang
2022-12-07mmc: rtsx_pci: fix return value check of mmc_add_host()Yang Yingliang
2022-12-07mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang
2022-12-07mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang
2022-12-07mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang
2022-12-07mmc: alcor: fix return value check of mmc_add_host()Yang Yingliang
2022-12-07mmc: mtk-sd: add Inline Crypto Engine clock controlMengqi Zhang
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter
2022-12-07mmc: sdhci_am654: Use dev_err_probe() for mmc_of_parse() return codeMatthias Schiffer
2022-12-07mmc: sdhci-pci: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris
2022-12-07mmc: sdhci-esdhc-imx: reset the tuning logic before execute tuningHaibo Chen
2022-12-07mmc: sdhci-*: Convert drivers to new sdhci_and_cqhci_reset()Brian Norris
2022-12-07mmc: sdhci-of-arasan: Add support for dynamic configurationSai Krishna Potthuri
2022-12-07mmc: mediatek: add support for MT7986 SoCSam Shih
2022-12-07mmc: host: Fix repeated words in commentswangjianli
2022-12-07mmc: sdhci-esdhc-imx: improve imxrt1050 dataGiulio Benetti
2022-12-07mmc: sdhci-brcmstb: Allow building with COMPILE_TESTBrian Norris
2022-12-07mmc: wbsd: Replace kmap_atomic() with kmap_local_page()Adrian Hunter
2022-12-07mmc: au1xmmc: Replace kmap_atomic() with kmap_local_page()Adrian Hunter
2022-12-07mmc: tmio_mmc_core: Replace kmap_atomic() with kmap_local_page()Adrian Hunter
2022-12-07mmc: tmio_mmc_core: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter
2022-12-07mmc: tifm_sd: Replace kmap_atomic() with kmap_local_page()Adrian Hunter
2022-12-07mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_bounce_block()Adrian Hunter
2022-12-07mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_transfer_data()Adrian Hunter
2022-12-07mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf...Adrian Hunter
2022-12-07mmc: bcm2835: Replace kmap_atomic() with kmap_local_page()Adrian Hunter
2022-12-07mmc: bcm2835: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter
2022-12-07mmc: bcm2835: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter
2022-12-07mmc: sdhci: Replace kmap_atomic() with kmap_local_page()Adrian Hunter
2022-12-07mmc: sdhci: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter
2022-12-07mmc: sdhci: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter
2022-12-01mmc: sdhci-sprd: Fix no reset data and command after voltage switchWenchao Chen
2022-11-29mmc: sdhci: Fix voltage switch delayAdrian Hunter
2022-11-29mmc: mtk-sd: Fix missing clk_disable_unprepare in msdc_of_clock_parse()Gaosheng Cui
2022-11-25mmc: mmc_test: Fix removal of debugfs fileYe Bin
2022-11-21mmc: sdhci-esdhc-imx: correct CQHCI exit halt state checkSebastian Falbesoner
2022-11-18mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16mmc: sdhci-pci: Fix possible memory leak caused by missing pci_dev_put()Xiongfeng Wang
2022-11-16mmc: sdhci-pci-o2micro: fix card detect fail issue caused by CD# debounce tim...Chevron Li
2022-11-16mmc: core: properly select voltage range without power cycleYann Gautier
2022-11-09mmc: sdhci-esdhc-imx: use the correct host caps for MMC_CAP_8_BIT_DATAHaibo Chen
2022-11-07mmc: sdhci_am654: Fix SDHCI_RESET_ALL for CQHCIBrian Norris
2022-11-07mmc: sdhci-tegra: Fix SDHCI_RESET_ALL for CQHCIBrian Norris
2022-11-07mms: sdhci-esdhc-imx: Fix SDHCI_RESET_ALL for CQHCIBrian Norris
2022-11-07mmc: sdhci-brcmstb: Fix SDHCI_RESET_ALL for CQHCIBrian Norris
2022-11-07mmc: sdhci-of-arasan: Fix SDHCI_RESET_ALL for CQHCIBrian Norris
2022-11-07mmc: cqhci: Provide helper for resetting both SDHCI and CQHCIBrian Norris
2022-10-26mmc: sdhci_am654: 'select', not 'depends' REGMAP_MMIOBrian Norris
2022-10-24mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch