summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-07mmc: f-sdh30: Add quirks for broken timeout clock capabilityKunihiko Hayashi1-0/+3
2022-12-07mmc: f-sdh30: Add support for non-removable mediaKunihiko Hayashi2-0/+10
2022-12-07mmc: f-sdh30: Add compatible string for Socionext F_SDH30_E51Kunihiko Hayashi1-1/+3
2022-12-07dt-bindings: sdhci-fujitsu: Add compatible string for F_SDH30_E51Kunihiko Hayashi1-2/+4
2022-12-07mmc: f-sdh30: Add reset control supportKunihiko Hayashi1-1/+16
2022-12-07dt-bindings: mmc: Convert sdhci-fujitsu to JSON schemaKunihiko Hayashi2-32/+55
2022-12-07mmc: mtk-sd: fix two spelling mistakes in commentYu Zhe1-2/+2
2022-12-07dt-bindings: mmc: sdhci-msm: Document the SM8550 compatibleAbel Vesa1-0/+1
2022-12-07dt-bindings: mmc: sdhci-msm: Document SM8350 SDHCIKonrad Dybcio1-0/+1
2022-12-07dt-bindings: mmc: sdhci-msm: Document the SM6375 compatibleKonrad Dybcio1-0/+1
2022-12-07mmc: mmci: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-07mmc: wbsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+11
2022-12-07mmc: via-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-07mmc: meson-gx: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-07mmc: omap_hsmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-07mmc: atmel-mci: fix return value check of mmc_add_host()Yang Yingliang1-3/+6
2022-12-07dt-bindings: mmc: rockchip-dw-mshc: Add power-domains propertyJagan Teki1-0/+3
2022-12-07dt-bindings: mmc: sdhci-of-dwcmhsc: Add reset supportSebastian Reichel1-0/+11
2022-12-07mmc: litex_mmc: ensure `host->irq == 0` if pollingGabriel Somlo1-0/+1
2022-12-07mmc: wmt-sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2022-12-07mmc: vub300: fix return value check of mmc_add_host()Yang Yingliang1-3/+8
2022-12-07mmc: toshsd: fix return value check of mmc_add_host()Yang Yingliang1-1/+5
2022-12-07mmc: rtsx_usb_sdmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+10
2022-12-07mmc: rtsx_pci: fix return value check of mmc_add_host()Yang Yingliang1-1/+8
2022-12-07mmc: pxamci: fix return value check of mmc_add_host()Yang Yingliang1-1/+6
2022-12-07mmc: mxcmmc: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-07mmc: moxart: fix return value check of mmc_add_host()Yang Yingliang1-1/+3
2022-12-07mmc: alcor: fix return value check of mmc_add_host()Yang Yingliang1-1/+4
2022-12-07mmc: mtk-sd: add Inline Crypto Engine clock controlMengqi Zhang1-0/+12
2022-12-07dt-bindings: mmc: mtk-sd: add Inline Crypto Engine clockMengqi Zhang1-0/+22
2022-12-07dt-bindings: mmc: sdhci-msm: Document compatible for MSM8976AngeloGioacchino Del Regno1-0/+1
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter6-7/+7
2022-12-07mmc: sdhci_am654: Use dev_err_probe() for mmc_of_parse() return codeMatthias Schiffer1-1/+1
2022-12-07mmc: sdhci-pci: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris1-1/+2
2022-12-07mmc: sdhci-esdhc-imx: reset the tuning logic before execute tuningHaibo Chen1-38/+44
2022-12-07mmc: sdhci-*: Convert drivers to new sdhci_and_cqhci_reset()Brian Norris3-26/+6
2022-12-07mmc: sdhci-of-arasan: Add support for dynamic configurationSai Krishna Potthuri1-0/+69
2022-12-07mmc: mediatek: add support for MT7986 SoCSam Shih1-0/+14
2022-12-07dt-bindings: mmc: Add support for Mediatek MT7986Sam Shih1-0/+26
2022-12-07dt-bindings: mmc: mtk-sd: Set clocks based on compatibleNĂ­colas F. R. A. Prado1-30/+93
2022-12-07mmc: host: Fix repeated words in commentswangjianli3-3/+3
2022-12-07mmc: sdhci-esdhc-imx: improve imxrt1050 dataGiulio Benetti1-1/+2
2022-12-07mmc: sdhci-brcmstb: Allow building with COMPILE_TESTBrian Norris1-2/+2
2022-12-07mmc: wbsd: Replace kmap_atomic() with kmap_local_page()Adrian Hunter1-5/+5
2022-12-07mmc: au1xmmc: Replace kmap_atomic() with kmap_local_page()Adrian Hunter1-4/+4
2022-12-07mmc: tmio_mmc_core: Replace kmap_atomic() with kmap_local_page()Adrian Hunter1-2/+2
2022-12-07mmc: tmio_mmc_core: Remove local_irq_{save,restore}() around k[un]map_atomic()Adrian Hunter3-14/+8
2022-12-07mmc: tifm_sd: Replace kmap_atomic() with kmap_local_page()Adrian Hunter1-8/+8
2022-12-07mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_bounce_block()Adrian Hunter1-7/+2
2022-12-07mmc: tifm_sd: Remove local_irq_{save,restore}() around tifm_sd_transfer_data()Adrian Hunter1-3/+0