summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mmc: sdhci-of-arasan: Skip Auto tuning for DDR50 mode in ZynqMP platformManish Narani2021-08-241-0/+4
| * | mmc: sdhci-of-arasan: Add "SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12" quirk.Manish Narani2021-08-241-0/+1
| * | mmc: sdhci-of-arasan: Modified SD default speed to 19MHz for ZynqMPManish Narani2021-08-241-0/+18
* | | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-301-0/+9
|\ \ \ | |_|/ |/| |
| * | mmc: sdhci-tegra: Enable MMC_CAP2_ALT_GPT_TEGRADmitry Osipenko2021-08-241-0/+9
* | | Revert "mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711"Ulf Hansson2021-08-271-2/+1
| |/ |/|
* | mmc: sdhci-iproc: Set SDHCI_QUIRK_CAP_CLOCK_BASE_BROKEN on BCM2711Nicolas Saenz Julienne2021-08-161-1/+2
* | mmc: sdhci-iproc: Cap min clock frequency on BCM2711Nicolas Saenz Julienne2021-08-161-0/+18
* | mmc: sdhci-msm: Update the software timeout value for sdhcShaik Sajida Bhanu2021-08-041-0/+18
* | mmc: mmci: stm32: Check when the voltage switch procedure should be doneChristophe Kerello2021-08-041-2/+5
* | mmc: dw_mmc: Fix hang on data CRC errorVincent Whitchurch2021-08-041-3/+3
|/
* mmc: jz4740: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-0/+2
* Merge tag 'mmc-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds2021-07-053-3/+22
|\
| * mmc: sdhci: Fix warning message when accessing RPMB in HS400 modeAl Cooper2021-07-022-0/+5
| * mmc: sdhci: Clear unused bounce buffer at DMA mmap error pathTakashi Iwai2021-06-291-1/+5
| * mmc: sdhci-of-arasan: Use clock-frequency property to update clk_xinRashmi A2021-06-291-2/+12
* | Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-021-17/+17
|\ \
| * | mmc: sdhci-of-aspeed: Remove some unnecessary casts from KUnit testsDavid Gow2021-06-231-17/+17
* | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2021-07-011-2/+2
|\ \ \ | |_|/ |/| |
| * | clkdev: remove CONFIG_CLKDEV_LOOKUPArnd Bergmann2021-06-081-2/+2
| |/
* | mmc: sdhci-iproc: Add support for the legacy sdhci controller on the BCM7211Al Cooper2021-06-153-1/+33