summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2021-03-30mmc: sdhci-pci: Avoid comma separated statementsJisheng Zhang
2021-03-30mmc: via-sdmmc: remove unneeded variable 'ret'Yang Li
2021-03-30mmc: dw_mmc: simplify optional reset handlingPhilipp Zabel
2021-03-30mmc: sdhci-st: simplify optional reset handlingPhilipp Zabel
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio
2021-03-30mmc: block: Fix error path in mmc_blk_probe()Ulf Hansson
2021-03-30mmc: block: Simplify logging during probe about added partitionsUlf Hansson
2021-03-30mmc: block: Drop use of unlikely() in mmc_blk_probe()Ulf Hansson
2021-03-30mmc: renesas_sdhi: use custom mask for TMIO_MASK_ALLWolfram Sang
2021-03-30mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K
2021-03-30mmc: sdhci-pci-o2micro: Add missing checks in sdhci_pci_o2_probeDinghao Liu
2021-03-30mmc: sdhci-pci-gli: Enable short circuit protection mechanism of GL9755Renius Chen
2021-03-30mmc: sdhci-esdhc-imx: validate pinctrl before use itPeng Fan
2021-03-30mmc: tmio: support custom irq masksWolfram Sang
2021-03-30mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee
2021-03-30mmc: uniphier-sd: Fix a resource leak in the remove functionChristophe JAILLET
2021-03-30mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()Christophe JAILLET
2021-03-30mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang
2021-03-30mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}Yue Hu
2021-03-30mmc: dw_mmc: Drop redundant call to ->card_event callbackUlf Hansson
2021-03-30mmc: core: Drop reference counting of the bus_opsUlf Hansson
2021-03-30mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson
2021-03-30mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang
2021-03-16mmc: sdhci-msm: Convert to use resource-managed OPP APIYangtao Li
2021-03-09mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li
2021-03-09mmc: core: Fix partition switch time for eMMCAdrian Hunter
2021-03-09mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variantsYann Gautier
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-20sdhci: stop poking into swiotlb internalsChristoph Hellwig
2021-02-15mmc: sdhci-esdhc-imx: fix kernel panic when remove moduleFrank Li
2021-02-15mmc: host: Retire MMC_GOLDFISHRoman Kiryanov
2021-02-15mmc: cb710: Use new tasklet APIEmil Renner Berthing
2021-02-15mmc: sdhci-pci-o2micro: Bug fix for SDR104 HW tuning failureShirley Her
2021-02-12mmc: mmc_test: use erase_arg for mmc_erase commandYann Gautier
2021-02-08mmc: wbsd: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: via-sdmmc: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: uniphier-sd: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: tifm_sd: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: s3cmci: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: omap: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: dw_mmc: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: au1xmmc: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: atmel-mci: Use new tasklet APIEmil Renner Berthing
2021-02-08mmc: cavium: Replace spin_lock_irqsave with spin_lock in hard IRQXiaofei Tan
2021-02-08mmc: queue: Remove unused defineChanWoo Lee
2021-02-08mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu
2021-02-02amba: Make the remove callback return voidUwe Kleine-König