aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-3/+1
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds62-1363/+1746
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5
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-12mmc: mmc_test: use erase_arg for mmc_erase commandYann Gautier1-1/+1
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-08mmc: queue: Remove unused defineChanWoo Lee2-3/+0
2021-02-08mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu1-3/+3
2021-02-02amba: Make the remove callback return voidUwe Kleine-König1-3/+1
2021-02-01Merge branch 'fixes' into nextUlf Hansson2-1/+12
2021-02-01mmc: core: Exclude unnecessary header fileChanWoo Lee1-1/+0
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: core: Add basic support for inline encryptionEric Biggers8-0/+107
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: test: clean up mmc_test_cleanup()Yue Hu1-19/+5
2021-02-01mmc: test: remove the shutdown functionYue Hu1-5/+0
2021-02-01mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu3-4/+4
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: core: Add helper for parsing clock phase propertiesAndrew Jeffery1-0/+44
2021-02-01mmc: omap_hsmmc: Simplify bool comparison and conversionYang Li1-9/+9
2021-02-01mmc: core: convert comma to semicolonZheng Yongjun1-4/+4
2021-02-01mmc: sdhci-pci-gli: Finetune HS400 RX delay for GL9763ERenius Chen1-0/+9
2021-02-01mmc: sdhci-of-arasan: Use dev_err_probe() to avoid spamming logsMuhammad Husaini Zulkifli1-8/+6
2021-02-01mmc: sdhci-of-arasan: Add structure device pointer in probe functionMuhammad Husaini Zulkifli1-17/+17
2021-02-01mmc: sdhci-of-arasan: Convert to use np instead of pdev->dev.of_nodeMuhammad Husaini Zulkifli1-5/+3
2021-02-01mmc: sdhci-of-arasan: use of_device_get_match_data()Muhammad Husaini Zulkifli1-3/+1
2021-02-01mmc: sdhci-pci-gli: Enlarge ASPM L1 entry delay of GL9763ERenius Chen1-0/+10