summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * mmc: rtsx_pci: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+8
| * mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+6
| * mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+3
| * mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+3
| * mmc: alcor: fix return value check of mmc_add_host()Yang Yingliang2022-12-071-1/+4
| * mmc: mtk-sd: add Inline Crypto Engine clock controlMengqi Zhang2022-12-071-0/+12
| * mmc: Remove duplicate words in commentsAdrian Hunter2022-12-076-7/+7
| * mmc: sdhci_am654: Use dev_err_probe() for mmc_of_parse() return codeMatthias Schiffer2022-12-071-1/+1
| * mmc: sdhci-pci: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-12-071-1/+2
| * mmc: sdhci-esdhc-imx: reset the tuning logic before execute tuningHaibo Chen2022-12-071-38/+44
| * mmc: sdhci-*: Convert drivers to new sdhci_and_cqhci_reset()Brian Norris2022-12-073-26/+6
| * mmc: sdhci-of-arasan: Add support for dynamic configurationSai Krishna Potthuri2022-12-071-0/+69
| * mmc: mediatek: add support for MT7986 SoCSam Shih2022-12-071-0/+14
| * mmc: host: Fix repeated words in commentswangjianli2022-12-073-3/+3
| * mmc: sdhci-esdhc-imx: improve imxrt1050 dataGiulio Benetti2022-12-071-1/+2
| * mmc: sdhci-brcmstb: Allow building with COMPILE_TESTBrian Norris2022-12-071-2/+2
| * mmc: wbsd: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-5/+5
| * mmc: au1xmmc: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-4/+4
| * mmc: tmio_mmc_core: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-2/+2
| * mmc: tmio_mmc_core: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter2022-12-073-14/+8
| * mmc: tifm_sd: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-8/+8
| * mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_bounce_block()Adrian Hunter2022-12-071-7/+2
| * mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_transfer_data()Adrian Hunter2022-12-071-3/+0
| * mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf...Adrian Hunter2022-12-071-5/+0
| * mmc: bcm2835: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-2/+2
| * mmc: bcm2835: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter2022-12-071-5/+0
| * mmc: bcm2835: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter2022-12-071-3/+0
| * mmc: sdhci: Replace kmap_atomic() with kmap_local_page()Adrian Hunter2022-12-071-2/+2
| * mmc: sdhci: Remove local_irq_{save,restore}() around sg_miter_{next,stop}()Adrian Hunter2022-12-071-10/+0
| * mmc: sdhci: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter2022-12-071-10/+6
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-122-3/+3
|\ \ | |/ |/|
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-182-3/+3
* | 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