summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: mmc_spi: Fix mmc_spi_dma_alloc() return type for !HAS_DMAGeert Uytterhoeven2020-09-141-1/+1
* mmc: sdhci-of-esdhc: Don't walk device-tree on every interruptChris Packham2020-09-071-3/+7
* mmc: mmc_spi: Allow the driver to be built when CONFIG_HAS_DMA is unsetUlf Hansson2020-09-072-35/+53
* mmc: sdhci-msm: Add retries when all tuning phases are found validDouglas Anderson2020-09-071-1/+17
* mmc: sdhci-acpi: Clear amd_sdhci_host on resetRaul E Rangel2020-09-071-7/+24
* Merge tag 'mmc-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulf...Linus Torvalds2020-08-314-15/+130
|\
| * sdhci: tegra: Add missing TMCLK for data timeoutSowjanya Komatineni2020-08-281-2/+51
| * sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra186Sowjanya Komatineni2020-08-281-1/+0
| * sdhci: tegra: Remove SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK for Tegra210Sowjanya Komatineni2020-08-281-1/+0
| * mmc: mediatek: add optional module reset propertyWenbin Mei2020-08-241-0/+13
| * mmc: sdhci-pci: Fix SDHCI_RESET_ALL for CQHCI for Intel GLK-based controllersAdrian Hunter2020-08-211-1/+9
| * mmc: sdhci-acpi: Fix HS400 tuning for AMDI0040Raul E Rangel2020-08-211-10/+57
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2414-22/+22
|/
* Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-08-0526-175/+905
|\
| * mmc: mediatek: make function msdc_cqe_disable() staticWei Yongjun2020-08-051-1/+1
| * mmc: mediatek: command queue supportChun-Hung Wu2020-07-242-0/+116
| * mmc: mediatek: refine msdc timeout apiChun-Hung Wu2020-07-241-10/+22
| * mmc: mediatek: add MT6779 MMC driver supportChun-Hung Wu2020-07-241-0/+13
| * mmc: sdhci-pci-o2micro: Add HW tuning for SDR104 modeshirley her2020-07-241-4/+29
| * mmc: sdhci-pci-o2micro: Bug fix for O2 host controller Seabird1shirley her2020-07-241-0/+6
| * mmc: via-sdmmc: use generic power managementVaibhav Gupta2020-07-241-25/+8
| * mmc: sdhci-cadence: do not use hardware tuning for SD modeMasahiro Yamada2020-07-241-61/+62
| * mmc: sdhci-pci-gli: Set SDR104's clock to 205MHz and enable SSC for GL975xBen Chuang2020-07-241-2/+218
| * mmc: cqhci: Fix a print format for the task descriptorBen Chuang2020-07-241-1/+1
| * mmc: sdhci-of-arasan: fix timings allocation codeManish Narani2020-07-241-11/+14
| * mmc: sdhci: Fix a potential uninitialized variableDan Carpenter2020-07-241-1/+1
| * Merge branch 'fixes' into nextUlf Hansson2020-07-131-1/+1
| |\
| * | mmc: sdhci: Fix potential null pointer access while accessing vqmmcVeerabhadrarao Badiganti2020-07-131-5/+7
| * | mmc: sdhci-msm: Set IO pins in low power state during suspendVeerabhadrarao Badiganti2020-07-131-0/+17
| * | mmc: sdhci-iproc: Do not define 'struct acpi_device_id' when !CONFIG_ACPILee Jones2020-07-131-0/+2
| * | mmc: dw_mmc-exynos: remove redundant initialization of variable 'found'Colin Ian King2020-07-131-1/+1
| * | mmc: cqhci: Demote faux kerneldoc header down to basic comment blockLee Jones2020-07-131-1/+1
| * | mmc: sdhci-msm: Demote faux kerneldoc header down to basic comment blockLee Jones2020-07-131-1/+1
| * | mmc: sdhci-of-arasan: Correct formatting and provide missing function arg(s)Lee Jones2020-07-131-1/+2
| * | mmc: rtsx_usb_sdmmc: Remove set but unused variable 'err'Lee Jones2020-07-131-3/+2
| * | mmc: rtsx_pci_sdmmc: Remove set but unused variable 'err'Lee Jones2020-07-131-2/+2
| * | mmc: dw_mmc-exynos: Add kerneldoc descriptions of for 'dev' argsLee Jones2020-07-131-0/+2
| * | mmc: atmel-mci: Provide 2 new and correct 1 existing property descriptionLee Jones2020-07-131-1/+3
| * | mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function headerLee Jones2020-07-131-2/+1
| * | mmc: sdhci-s3c: Provide documentation for missing struct propertiesLee Jones2020-07-131-0/+4
| * | mmc: sdhci-msm: Make function sdhci_msm_dump_vendor_regs() staticHulk Robot2020-07-131-1/+1
| * | mmc: renesas_sdhi_internal_dmac: Fix dma unmapping in error casesYoshihiro Shimoda2020-07-131-0/+12
| * | mmc: renesas_sdhi_internal_dmac: clean up the code for dma completeYoshihiro Shimoda2020-07-131-5/+13
| * | mmc: tmio: core: Add end operation into tmio_mmc_dma_opsYoshihiro Shimoda2020-07-132-0/+11
| * | mmc: sdhci-msm: Use internal voltage controlVeerabhadrarao Badiganti2020-07-131-9/+197
| * | mmc: sdhci: Allow platform controlled voltage switchingVijay Viswanath2020-07-132-13/+20
| * | mmc: sdhci-acpi: For amd device set driver type as MMC_SET_DRIVER_TYPE_AAkshu Agrawal2020-07-131-0/+1
| * | mmc: sdhci-esdhc-imx: dump internal IC debug status during errorHaibo Chen2020-07-131-0/+39
| * | mmc: sdhci_am654: Add support for clkbuf_sel propertyFaiz Abbas2020-07-131-0/+11
| * | mmc: sdhci_am654: Update delay chain configurationFaiz Abbas2020-07-131-1/+9