summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | mmc: sdhci-st: simplify optional reset handlingPhilipp Zabel2021-03-301-12/+7
| * | mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio2021-03-303-10/+9
| * | mmc: block: Fix error path in mmc_blk_probe()Ulf Hansson2021-03-301-7/+15
| * | mmc: block: Simplify logging during probe about added partitionsUlf Hansson2021-03-301-16/+9
| * | mmc: block: Drop use of unlikely() in mmc_blk_probe()Ulf Hansson2021-03-301-1/+1
| * | mmc: renesas_sdhi: use custom mask for TMIO_MASK_ALLWolfram Sang2021-03-302-2/+3
| * | mmc: sdhci: Check for reset prior to DMA address unmapPradeep P V K2021-03-301-29/+31
| * | mmc: sdhci-pci-o2micro: Add missing checks in sdhci_pci_o2_probeDinghao Liu2021-03-301-0/+8
| * | mmc: sdhci-pci-gli: Enable short circuit protection mechanism of GL9755Renius Chen2021-03-301-0/+8
| * | mmc: sdhci-esdhc-imx: validate pinctrl before use itPeng Fan2021-03-301-1/+1
| * | mmc: tmio: support custom irq masksWolfram Sang2021-03-302-3/+6
| * | mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee2021-03-301-0/+6
| * | mmc: uniphier-sd: Fix a resource leak in the remove functionChristophe JAILLET2021-03-301-0/+1
| * | mmc: uniphier-sd: Fix an error handling path in uniphier_sd_probe()Christophe JAILLET2021-03-301-1/+3
| * | mmc: tmio: remove workaround for NON_REMOVABLEWolfram Sang2021-03-301-9/+0
| * | mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}Yue Hu2021-03-301-30/+9
| * | mmc: dw_mmc: Drop redundant call to ->card_event callbackUlf Hansson2021-03-301-2/+0
| * | mmc: core: Drop reference counting of the bus_opsUlf Hansson2021-03-301-85/+4
| * | mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson2021-03-302-21/+2
| * | mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang2021-03-301-1/+1
* | | Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-04-261-14/+5
|\ \ \ | |_|/ |/| |
| * | Merge branch 'opp/linux-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Rafael J. Wysocki2021-04-121-14/+5
| |\ \ | | |/ | |/|
| | * mmc: sdhci-msm: Convert to use resource-managed OPP APIYangtao Li2021-03-161-14/+5
* | | mmc: meson-gx: replace WARN_ONCE with dev_warn_once about scatterlist size al...Neil Armstrong2021-04-191-2/+3
|/ /
* | 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
| |\ \ \