summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-of-dwcmshc: fix error return code in dwcmshc_probe()Wei Yongjun2021-03-301-1/+3
* mmc: sdhci-of-dwcmshc: add ACPI support for BlueField-3 SoCLiming Sun2021-03-301-14/+36
* mmc: sdhci-pci: Add PCI IDs for Intel LKFAdrian Hunter2021-03-302-0/+4
* mmc: tmio: always flag retune when resetting and a card is presentWolfram Sang2021-03-301-2/+3
* mmc: tmio: restore bus width when resettingTakeshi Saito2021-03-301-15/+17
* mmc: cavium: Use '"%s...", __func__' to print function nameBean Huo2021-03-301-2/+1
* mmc: sdhci-acpi: Add device ID for the AMDI0041 variant of the AMD eMMC contr...James Young2021-03-301-0/+2
* dt-bindings: mmc: Add compatible for Mediatek MT8195Seiya Wang2021-03-301-0/+1
* mmc: renesas_sdhi: do hard reset if possibleWolfram Sang2021-03-303-1/+19
* mmc: renesas_sdhi: break SCC reset into own functionWolfram Sang2021-03-301-10/+14
* mmc: tmio: abort DMA before resetWolfram Sang2021-03-301-2/+2
* mmc: sdhci-of-dwcmshc: add rockchip platform supportShawn Lin2021-03-301-8/+253
* dt-bindings: mmc: sdhci-of-dwcmhsc: Add rockchip supportShawn Lin2021-03-301-0/+24
* dt-bindings: mmc: sdhci-of-dwcmhsc: Convert to yaml fileShawn Lin2021-03-302-20/+63
* mmc: sdhci-esdhc-imx: Use device_get_match_data()Fabio Estevam2021-03-301-3/+1
* mmc: sdhci-esdhc-imx: Remove non-DT stubFabio Estevam2021-03-302-10/+1
* memstick: Remove useless else branchJoey Pabalan2021-03-301-11/+10
* mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson2021-03-305-94/+59
* mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00Jisheng Zhang2021-03-301-1/+1
* mmc: sdhci: Use "mmc" directly rather than "host->mmc"Jisheng Zhang2021-03-301-17/+16
* mmc: sdhci-pci: Avoid comma separated statementsJisheng Zhang2021-03-301-1/+1
* mmc: via-sdmmc: remove unneeded variable 'ret'Yang Li2021-03-301-2/+1
* mmc: dw_mmc: simplify optional reset handlingPhilipp Zabel2021-03-301-9/+5
* mmc: sdhci-st: simplify optional reset handlingPhilipp Zabel2021-03-301-12/+7
* memstick: core: Assign error code of mspro_block_resume()Jia-Ju Bai2021-03-301-1/+2
* 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
* dt-bindings: mmc: fsl-imx-esdhc: add clock bindingsPeng Fan2021-03-301-0/+11
* dt-bindings: mmc: fsl-imx-esdhc: add pinctrl bindingsPeng Fan2021-03-301-0/+9
* 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-302-87/+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
* Linux 5.12-rc5v5.12-rc5Linus Torvalds2021-03-291-1/+1
* Merge tag 'perf-tools-fixes-for-v5.12-2020-03-28' of git://git.kernel.org/pub...Linus Torvalds2021-03-2811-45/+105
|\
| * perf test: Change to use bash for daemon testLeo Yan2021-03-261-1/+1
| * perf record: Fix memory leak in vDSO found using ASANNamhyung Kim2021-03-241-0/+2