summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2022-01-27mmc: meson-mx-sdio: add IRQ checkSergey Shtylyov1-0/+5
2022-01-27mmc: meson-mx-sdhc: add IRQ checkSergey Shtylyov1-0/+5
2022-01-16mmc: sdhci-pci: Add PCI ID for Intel ADLAdrian Hunter2-0/+2
2021-12-29mmc: mmci: stm32: clear DLYB_CR after sending tuning commandYann Gautier1-0/+2
2021-12-29mmc: core: Disable card detect during shutdownUlf Hansson3-1/+16
2021-12-29mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commandsMartin Blumenstingl1-0/+16
2021-12-29mmc: sdhci-tegra: Fix switch to HS400ES modePrathamesh Shete1-17/+26
2021-12-14mmc: renesas_sdhi: initialize variable properly when tuningWolfram Sang1-1/+1
2021-12-14mmc: spi: Add device-tree SPI IDsJon Hunter1-0/+7
2021-12-01mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter2-4/+21
2021-12-01mmc: sdhci-esdhc-imx: disable CMDQ supportTim Harvey1-2/+0
2021-11-18mmc: moxart: Fix null pointer dereference on pointer hostColin Ian King1-6/+7
2021-11-18mmc: mxs-mmc: disable regulator on error and in the remove functionChristophe JAILLET1-0/+10
2021-11-18mmc: sdhci-omap: Fix context restoreTony Lindgren1-1/+14
2021-11-18mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configuredTony Lindgren1-1/+2
2021-11-18mmc: moxart: Fix reference count leaks in moxart_probeXin Xiong1-2/+14
2021-11-18mmc: dw_mmc: Dont wait for DRTO on Write RSP errorChristian Löhle1-1/+2
2021-11-18mmc: mtk-sd: Add wait dma stop done flowDerong Liu1-0/+5
2021-10-29mmc: tmio: reenable card irqs after the reset callbackWolfram Sang1-5/+12
2021-10-28mmc: mediatek: Move cqhci init behind ungate clockWenbin Mei1-19/+19
2021-10-26mmc: cqhci: clear HALT state after CQE enableWenbin Mei1-0/+3
2021-10-26mmc: vub300: fix control-message timeoutsJohan Hovold1-9/+9
2021-10-26mmc: dw_mmc: exynos: fix the finding clock sample valueJaehoon Chung1-0/+14
2021-10-19mmc: winbond: don't build on M68KRandy Dunlap1-1/+1
2021-10-19mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning ci...Haibo Chen1-0/+16
2021-10-14mmc: sdhci-pci: Read card detect from ACPI for Intel MerrifieldAndy Shevchenko1-5/+24
2021-10-12mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo1-0/+6
2021-10-08Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-10-07qcom_scm: hide Kconfig symbolArnd Bergmann1-1/+1
2021-10-06mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirkNeil Armstrong1-14/+59
2021-10-06mmc: sdhci-of-at91: replace while loop with read_poll_timeoutClaudiu Beznea1-11/+5
2021-10-06mmc: sdhci-of-at91: wait for calibration done before proceedClaudiu Beznea1-0/+6
2021-09-06mmc: renesas_sdhi: fix regression with hard reset on old SDHIsWolfram Sang1-0/+2
2021-09-06mmc: dw_mmc: Only inject fault before done/errorVincent Whitchurch1-3/+12
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-5/+1
2021-09-03mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-1/+1
2021-09-03mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig1-4/+0
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-6/+6
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+2
2021-09-01Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds31-266/+529
2021-08-31Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds5-85/+127
2021-08-27Merge branch 'fixes' into nextUlf Hansson1-2/+1
2021-08-27Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"Ulf Hansson1-2/+1
2021-08-25mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee1-24/+6
2021-08-25mmc: pwrseq: sd8787: fix compilation warningClaudiu Beznea1-3/+6
2021-08-25mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar1-2/+1
2021-08-25mmc: sdhci-esdhc-imx: Select the correct mode for auto tuningHaibo Chen1-0/+33
2021-08-25mmc: sdhci-esdhc-imx: Remove redundant code for manual tuningHaibo Chen1-11/+1
2021-08-24mmc: sdhci-tegra: Enable MMC_CAP2_ALT_GPT_TEGRADmitry Osipenko1-0/+9
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko4-0/+60