summaryrefslogtreecommitdiff
path: root/drivers/mmc/host
AgeCommit message (Expand)AuthorFilesLines
2021-03-30mmc: via-sdmmc: remove unneeded variable 'ret'Yang Li1-2/+1
2021-03-30mmc: dw_mmc: simplify optional reset handlingPhilipp Zabel1-9/+5
2021-03-30mmc: sdhci-st: simplify optional reset handlingPhilipp Zabel1-12/+7
2021-03-30mmc: renesas_sdhi: use custom mask for TMIO_MASK_ALLWolfram Sang2-2/+3
2021-03-30mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K1-29/+31
2021-03-30mmc: sdhci-pci-o2micro: Add missing checks in sdhci_pci_o2_probeDinghao Liu1-0/+8
2021-03-30mmc: sdhci-pci-gli: Enable short circuit protection mechanism of GL9755Renius Chen1-0/+8
2021-03-30mmc: sdhci-esdhc-imx: validate pinctrl before use itPeng Fan1-1/+1
2021-03-30mmc: tmio: support custom irq masksWolfram Sang2-3/+6
2021-03-30mmc: uniphier-sd: Fix a resource leak in the remove functionChristophe JAILLET1-0/+1
2021-03-30mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()Christophe JAILLET1-1/+3
2021-03-30mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang1-9/+0
2021-03-30mmc: dw_mmc: Drop redundant call to ->card_event callbackUlf Hansson1-2/+0
2021-03-16mmc: sdhci-msm: Convert to use resource-managed OPP APIYangtao Li1-14/+5
2021-03-09mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variantsYann Gautier1-1/+9
2021-02-27Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+2
2021-02-23Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+1
2021-02-20sdhci: stop poking into swiotlb internalsChristoph Hellwig1-7/+2
2021-02-15mmc: sdhci-esdhc-imx: fix kernel panic when remove moduleFrank Li1-1/+2
2021-02-15mmc: host: Retire MMC_GOLDFISHRoman Kiryanov3-553/+0
2021-02-15mmc: cb710: Use new tasklet APIEmil Renner Berthing1-6/+6
2021-02-15mmc: sdhci-pci-o2micro: Bug fix for SDR104 HW tuning failureShirley Her1-0/+20
2021-02-08mmc: wbsd: Use new tasklet APIEmil Renner Berthing1-20/+15
2021-02-08mmc: via-sdmmc: Use new tasklet APIEmil Renner Berthing1-6/+3
2021-02-08mmc: uniphier-sd: Use new tasklet APIEmil Renner Berthing1-8/+6
2021-02-08mmc: tifm_sd: Use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-08mmc: s3cmci: Use new tasklet APIEmil Renner Berthing1-3/+3
2021-02-08mmc: omap: Use new tasklet APIEmil Renner Berthing1-4/+3
2021-02-08mmc: dw_mmc: Use new tasklet APIEmil Renner Berthing1-3/+3
2021-02-08mmc: au1xmmc: Use new tasklet APIEmil Renner Berthing1-8/+6
2021-02-08mmc: atmel-mci: Use new tasklet APIEmil Renner Berthing1-3/+3
2021-02-08mmc: cavium: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan1-3/+2
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2021-02-01Merge branch 'fixes' into nextUlf Hansson1-1/+6
2021-02-01mmc: mmci: Add support for probing bus voltage level translatorMarek Vasut1-5/+65
2021-02-01mmc: sdhci-msm: add Inline Crypto Engine supportEric Biggers2-4/+273
2021-02-01mmc: cqhci: add cqhci_host_ops::program_keyEric Biggers2-9/+17
2021-02-01mmc: cqhci: add support for inline encryptionEric Biggers5-3/+404
2021-02-01mmc: cqhci: initialize upper 64 bits of 128-bit task descriptorsEric Biggers1-10/+20
2021-02-01mmc: cqhci: rename cqhci.c to cqhci-core.cEric Biggers2-0/+1
2021-02-01mmc: sdhci-of-aspeed: Fix kunit-related build errorAndrew Jeffery2-6/+45
2021-02-01mmc: remove sirf prima/atlas driverArnd Bergmann3-248/+0
2021-02-01mmc: remove dw_mmc-zx driverArnd Bergmann4-276/+0
2021-02-01mmc: atmel-mci: Assign boolean values to a bool variableJiapeng Zhong1-23/+23
2021-02-01mmc: sdhci-iproc: Add ACPI bindings for the RPiJeremy Linton1-0/+18
2021-02-01mmc: sdhci-of-aspeed: Add KUnit tests for phase calculationsAndrew Jeffery3-0/+116
2021-02-01mmc: sdhci-of-aspeed: Add AST2600 bus clock supportAndrew Jeffery1-4/+33
2021-02-01mmc: sdhci-of-aspeed: Expose clock phase controlsAndrew Jeffery1-8/+208
2021-02-01mmc: omap_hsmmc: Simplify bool comparison and conversionYang Li1-9/+9
2021-02-01mmc: sdhci-pci-gli: Finetune HS400 RX delay for GL9763ERenius Chen1-0/+9