summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: sdhci-of-sparx5: Add Sparx5 SoC eMMC driverLars Povlsen2020-09-073-0/+282
* mmc: via-sdmmc: Fix data race bugMadhuparna Bhowmik2020-09-071-0/+3
* mmc: sdhci: Add LTR support for some Intel BYT based controllersAdrian Hunter2020-09-071-0/+154
* mmc: test: remove ambiguity in test descriptionWolfram Sang2020-09-071-4/+4
* mmc: mmc_spi: fix timeout calculationTobias Schramm2020-09-071-2/+2
* mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár2020-09-074-3/+103
* mmc: sdio: Extend sdio_config_attr macro and use it also for modaliasPali Rohár2020-09-071-14/+6
* mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár2020-09-071-0/+8
* mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár2020-09-071-0/+3
* mmc: sdhci-esdhc-imx: Reset before sending tuning command for manual tuningHaibo Chen2020-09-071-0/+10
* mmc: Kconfig: Add RISCV and CSKY for MMC_DWGuo Ren2020-09-071-1/+1
* mmc: s3cmci: remove empty kerneldoc commentKrzysztof Kozlowski2020-09-071-3/+0
* mmc: sdhci_am654: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-09-071-1/+1
* 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-2315-23/+23
|/
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\
| * sched,mmc: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* | Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-08-0534-209/+968
|\ \
| * | 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: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda2020-07-132-1/+4
| * | | 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: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones2020-07-131-1/+1
| * | | mmc: atmel-mci: Provide 2 new and correct 1 existing property descriptionLee Jones2020-07-131-1/+3