summaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee2022-07-134-13/+13
* mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1REugen Hristev2022-07-121-2/+7
* mmc: core: Replace with already defined values for readabilityChanWoo Lee2022-07-121-1/+1
* mmc: tmio: avoid glitches when resettingWolfram Sang2022-07-124-23/+42
* mmc: renesas_sdhi: Fix typo'sLad Prabhakar2022-07-121-2/+2
* mmc: renesas_sdhi: Get the reset handle early in the probeLad Prabhakar2022-07-121-4/+4
* mmc: sdhci-of-esdhc: Fixup use of of_find_compatible_node()Liang He2022-07-121-2/+4
* mmc: sdhci-pci-gli: Fix build error unused-functionRen Zhijie2022-07-121-25/+25
* mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capabilityAlexander Stein2022-07-121-1/+1
* mmc: host: Improve I/O read/write performance for GL9763EJason Lai2022-07-121-0/+34
* mmc: sdhci-st: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-3/+2
* mmc: sdhci-of-arasan: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-3/+2
* mmc: dw_mmc: rockchip: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-1/+3
* mmc: dw_mmc: hi3789cv200: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-1/+3
* mmc: dw_mmc: exynos: Obviously always return success in remove callbackUwe Kleine-König2022-07-121-1/+3
* mmc: sdhci-brcmstb: Initialize base_clk to NULL in sdhci_brcmstb_probe()Nathan Chancellor2022-07-121-1/+1
* mmc: mmci: Fix typo in commentXiang wangx2022-07-121-1/+1
* mmc: debugfs: Fix file release memory leakWei Yongjun2022-07-121-0/+1
* mmc: renesas_sdhi: add R-Car Gen4 fallback compatibility stringWolfram Sang2022-07-121-0/+1
* mmc: cqhci: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-121-1/+8
* mmc: debugfs: Add debug fs error state entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+23
* mmc: debugfs: Add debug fs entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+56
* mmc: sdhci: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-122-15/+47
* mmc: core: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-121-1/+9
* mmc: mtk-sd: fix typoFabien Parent2022-07-121-1/+1
* mmc: mxcmmc: Silence a clang warningFabio Estevam2022-07-121-1/+1
* mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switchMiaoqian Lin2022-07-121-0/+1
* mmc: sdhci-brcmstb: Add ability to increase max clock rate for 72116b0Kamal Dasu2022-07-121-1/+68
* mmc: sdhci-of-dwcmshc: add support for rk3588Yifeng Zhao2022-07-121-18/+103
* mmc: sdhci-of-dwcmshc: rename rk3568 to rk35xxSebastian Reichel2022-07-121-23/+23
* mmc: sdhci-of-dwcmshc: add reset call back for rockchip SocsYifeng Zhao2022-07-121-1/+25
* mmc: mediatek: wait dma stop bit reset to 0Mengqi Zhang2022-06-151-8/+12
* mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncingChevron Li2022-06-141-0/+2
* Merge tag 'mmc-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2022-06-072-2/+4
|\
| * mmc: block: Fix CQE recovery reset successAdrian Hunter2022-06-011-2/+1
| * mmc: sdhci-pci-gli: Fix GL9763E runtime PM when the system resumes from suspendBen Chuang2022-05-311-0/+3
* | Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-031-1/+1
|\ \
| * | ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+1
* | | Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-301-1/+1
|\ \ \ | |_|/ |/| |
| * | m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann2022-05-161-1/+1
* | | Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-261-1/+1
|\ \ \
| * \ \ Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-05-231-1/+1
| |\ \ \
| | * | | dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
| | | |/ | | |/|
* | | | Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-05-2429-148/+335
|\ \ \ \
| * | | | mmc: sdhci-of-arasan: Add NULL check for data fieldSai Krishna Potthuri2022-05-161-0/+3
| * | | | mmc: core: Support zeroout using TRIM for eMMCVincent Whitchurch2022-05-102-4/+24
| * | | | mmc: sdhci-brcmstb: Fix compiler warningUlf Hansson2022-05-061-1/+1
| * | | | Merge branch 'fixes' into nextUlf Hansson2022-05-041-0/+42
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | mmc: sdhci-msm: Add compatible string check for sdx65Rohit Agarwal2022-05-041-0/+1
| * | | | mmc: sdhci-msm: Add compatible string check for sm8150Bhupesh Sharma2022-05-041-0/+1