summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | mmc: mtk-sd: Add wait dma stop done flowDerong Liu2021-10-121-0/+5
| * | | | | | | mmc: sdhci: Change the code to check auto_cmd23ChanWoo Lee2021-10-121-1/+1
* | | | | | | | Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-16/+17
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-15/+16
| * | | | | | | blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers2021-10-211-1/+1
| |/ / / / / /
* | | | | | / mmc: tmio: reenable card irqs after the reset callbackWolfram Sang2021-10-281-5/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | mmc: mediatek: Move cqhci init behind ungate clockWenbin Mei2021-10-281-19/+19
| |_|_|_|/ |/| | | |
* | | | | mmc: cqhci: clear HALT state after CQE enableWenbin Mei2021-10-261-0/+3
* | | | | mmc: vub300: fix control-message timeoutsJohan Hovold2021-10-261-9/+9
* | | | | mmc: dw_mmc: exynos: fix the finding clock sample valueJaehoon Chung2021-10-261-0/+14
| |_|_|/ |/| | |
* | | | mmc: winbond: don't build on M68KRandy Dunlap2021-10-191-1/+1
* | | | mmc: sdhci-esdhc-imx: clear the buffer_read_ready to reset standard tuning ci...Haibo Chen2021-10-191-0/+16
| |_|/ |/| |
* | | mmc: sdhci-pci: Read card detect from ACPI for Intel MerrifieldAndy Shevchenko2021-10-141-5/+24
| |/ |/|
* | mmc: sdhci: Map more voltage level to SDHCI_POWER_330Shawn Guo2021-10-121-0/+6
|/
* Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-10-081-1/+1
|\
| * qcom_scm: hide Kconfig symbolArnd Bergmann2021-10-071-1/+1
* | mmc: meson-gx: do not use memcpy_to/fromio for dram-access-quirkNeil Armstrong2021-10-061-14/+59
* | mmc: sdhci-of-at91: replace while loop with read_poll_timeoutClaudiu Beznea2021-10-061-11/+5
* | mmc: sdhci-of-at91: wait for calibration done before proceedClaudiu Beznea2021-10-061-0/+6
* | mmc: renesas_sdhi: fix regression with hard reset on old SDHIsWolfram Sang2021-09-061-0/+2
* | mmc: dw_mmc: Only inject fault before done/errorVincent Whitchurch2021-09-061-3/+12
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-5/+1
|\
| * mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig2021-09-031-1/+1
| * mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_dataChristoph Hellwig2021-09-031-4/+0
* | Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-08-3120-166/+416
|\ \
| * | Merge branch 'fixes' into nextUlf Hansson2021-08-271-2/+1
| |\|
| * | mmc: sdhci-esdhc-imx: Select the correct mode for auto tuningHaibo Chen2021-08-251-0/+33
| * | mmc: sdhci-esdhc-imx: Remove redundant code for manual tuningHaibo Chen2021-08-251-11/+1
| * | mmc: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-242-10/+10
| * | mmc: usdhi6rol0: Implement card_busy functionMÃ¥rten Lindahl2021-08-241-0/+10
| * | mmc: sdhci: Correct the tuning command handle for PIO modeHaibo Chen2021-08-241-2/+8
| * | mmc: renesas_sdhi: Refactor renesas_sdhi_probe()Yoshihiro Shimoda2021-08-244-96/+141
| * | mmc: moxart: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-241-0/+1
| * | mmc: dw_mmc: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-241-0/+1
| * | mmc: sdhci: Fix issue with uninitialized dma_slave_configTony Lindgren2021-08-241-0/+1
| * | mmc: sdhci-msm: Use maximum possible data timeout valueSahitya Tummala2021-08-241-0/+3
| * | mmc: sdhci: Introduce max_timeout_count variable in sdhci_hostSarthak Garg2021-08-242-7/+10
| * | mmc: rtsx_pci: Fix long reads when clock is prescaledThomas Hebb2021-08-241-13/+23
| * | mmc: core: Store pointer to bio_crypt_ctx in mmc_requestEric Biggers2021-08-241-2/+5
| * | mmc: sdhci-esdhc-imx: Remove unneeded mmc-esdhc-imx.h headerFabio Estevam2021-08-241-1/+32
| * | mmc: dw_mmc: Add data CRC error injectionVincent Whitchurch2021-08-242-0/+80
| * | mmc: mmc_spi: Simplify busy loop in mmc_spi_skip()Andy Shevchenko2021-08-241-11/+4
| * | mmc: mmci: De-assert reset on probeLinus Walleij2021-08-241-0/+3
| * | mmc: usdhi6rol0: use proper DMAENGINE API for terminationWolfram Sang2021-08-241-2/+2
| * | mmc: sh_mmcif: use proper DMAENGINE API for terminationWolfram Sang2021-08-241-2/+2
| * | mmc: renesas_sdhi_sys_dmac: use proper DMAENGINE API for terminationWolfram Sang2021-08-241-2/+2
| * | mmc: arasan: Fix the issue in reading tap values from DTSai Krishna Potthuri2021-08-241-2/+4
| * | mmc: sdhci-of-arasan: Modify data type of the clk_phase arrayManish Narani2021-08-241-1/+1
| * | mmc: sdhci-of-arasan: Use appropriate type of division macroManish Narani2021-08-241-1/+1
| * | mmc: sdhci-of-arasan: Check return value of non-void funtionsManish Narani2021-08-241-3/+15