summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li2021-03-091-6/+5
* mmc: core: Fix partition switch time for eMMCAdrian Hunter2021-03-091-4/+11
* mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variantsYann Gautier2021-03-091-1/+9
* Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-7/+2
|\
| * sdhci: stop poking into swiotlb internalsChristoph Hellwig2021-02-201-7/+2
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-02-221-3/+1
|\ \
| * | amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | | Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-02-2262-1363/+1746
|\ \ \
| * | | mmc: sdhci-esdhc-imx: fix kernel panic when remove moduleFrank Li2021-02-151-1/+2
| * | | mmc: host: Retire MMC_GOLDFISHRoman Kiryanov2021-02-153-553/+0
| * | | mmc: cb710: Use new tasklet APIEmil Renner Berthing2021-02-151-6/+6
| * | | mmc: sdhci-pci-o2micro: Bug fix for SDR104 HW tuning failureShirley Her2021-02-151-0/+20
| * | | mmc: mmc_test: use erase_arg for mmc_erase commandYann Gautier2021-02-121-1/+1
| * | | mmc: wbsd: Use new tasklet APIEmil Renner Berthing2021-02-081-20/+15
| * | | mmc: via-sdmmc: Use new tasklet APIEmil Renner Berthing2021-02-081-6/+3
| * | | mmc: uniphier-sd: Use new tasklet APIEmil Renner Berthing2021-02-081-8/+6
| * | | mmc: tifm_sd: Use new tasklet APIEmil Renner Berthing2021-02-081-4/+3
| * | | mmc: s3cmci: Use new tasklet APIEmil Renner Berthing2021-02-081-3/+3
| * | | mmc: omap: Use new tasklet APIEmil Renner Berthing2021-02-081-4/+3
| * | | mmc: dw_mmc: Use new tasklet APIEmil Renner Berthing2021-02-081-3/+3
| * | | mmc: au1xmmc: Use new tasklet APIEmil Renner Berthing2021-02-081-8/+6
| * | | mmc: atmel-mci: Use new tasklet APIEmil Renner Berthing2021-02-081-3/+3
| * | | mmc: cavium: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan2021-02-081-3/+2
| * | | mmc: queue: Remove unused defineChanWoo Lee2021-02-082-3/+0
| * | | mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu2021-02-081-3/+3
| * | | Merge branch 'fixes' into nextUlf Hansson2021-02-012-1/+12
| |\ \ \
| * | | | mmc: core: Exclude unnecessary header fileChanWoo Lee2021-02-011-1/+0
| * | | | mmc: mmci: Add support for probing bus voltage level translatorMarek Vasut2021-02-011-5/+65
| * | | | mmc: sdhci-msm: add Inline Crypto Engine supportEric Biggers2021-02-012-4/+273
| * | | | mmc: cqhci: add cqhci_host_ops::program_keyEric Biggers2021-02-012-9/+17
| * | | | mmc: cqhci: add support for inline encryptionEric Biggers2021-02-015-3/+404
| * | | | mmc: cqhci: initialize upper 64 bits of 128-bit task descriptorsEric Biggers2021-02-011-10/+20
| * | | | mmc: cqhci: rename cqhci.c to cqhci-core.cEric Biggers2021-02-012-0/+1
| * | | | mmc: core: Add basic support for inline encryptionEric Biggers2021-02-018-0/+107
| * | | | mmc: sdhci-of-aspeed: Fix kunit-related build errorAndrew Jeffery2021-02-012-6/+45
| * | | | mmc: remove sirf prima/atlas driverArnd Bergmann2021-02-013-248/+0
| * | | | mmc: remove dw_mmc-zx driverArnd Bergmann2021-02-014-276/+0
| * | | | mmc: atmel-mci: Assign boolean values to a bool variableJiapeng Zhong2021-02-011-23/+23
| * | | | mmc: sdhci-iproc: Add ACPI bindings for the RPiJeremy Linton2021-02-011-0/+18
| * | | | mmc: test: clean up mmc_test_cleanup()Yue Hu2021-02-011-19/+5
| * | | | mmc: test: remove the shutdown functionYue Hu2021-02-011-5/+0
| * | | | mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu2021-02-013-4/+4
| * | | | mmc: sdhci-of-aspeed: Add KUnit tests for phase calculationsAndrew Jeffery2021-02-013-0/+116
| * | | | mmc: sdhci-of-aspeed: Add AST2600 bus clock supportAndrew Jeffery2021-02-011-4/+33
| * | | | mmc: sdhci-of-aspeed: Expose clock phase controlsAndrew Jeffery2021-02-011-8/+208
| * | | | mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery2021-02-011-0/+44
| * | | | mmc: omap_hsmmc: Simplify bool comparison and conversionYang Li2021-02-011-9/+9
| * | | | mmc: core: convert comma to semicolonZheng Yongjun2021-02-011-4/+4
| * | | | mmc: sdhci-pci-gli: Finetune HS400 RX delay for GL9763ERenius Chen2021-02-011-0/+9
| * | | | mmc: sdhci-of-arasan: Use dev_err_probe() to avoid spamming logsMuhammad Husaini Zulkifli2021-02-011-8/+6