summaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mmc: mmc_spi: Use write_or_read temporary variable in mmc_spi_data_do()Andy Shevchenko2021-12-141-8/+4
| * | | | | | mmc: mmc_spi: Convert 'multiple' to be boolean in mmc_spi_data_do()Andy Shevchenko2021-12-141-2/+2
| * | | | | | mmc: sdhci-esdhc-imx: Add sdhc support for i.MXRT seriesJesse Taube2021-12-141-0/+4
| * | | | | | mmc: dw_mmc: exynos: use common_capsJohn Keeping2021-12-141-4/+5
| * | | | | | mmc: dw_mmc: rockchip: use common_capsJohn Keeping2021-12-141-10/+1
| * | | | | | mmc: dw_mmc: hi3798cv200: use common_capsJohn Keeping2021-12-141-8/+1
| * | | | | | mmc: dw_mmc: add common capabilities to replace capsJohn Keeping2021-12-142-0/+6
| * | | | | | mmc: sdhci-pci: Add PCI ID for Intel ADLAdrian Hunter2021-12-142-0/+2
| * | | | | | mmc: dw_mmc: Allow lower TMOUT value than maximumMårten Lindahl2021-12-141-1/+28
| * | | | | | mmc: core: adjust polling interval for CMD1Huijin Park2021-12-141-29/+54
| * | | | | | mmc: core: change __mmc_poll_for_busy() parameter typeHuijin Park2021-12-145-8/+8
| * | | | | | mmc: dw_mmc: Avoid hung state if GEN_CMD transfer failsMårten Lindahl2021-12-141-1/+2
| * | | | | | mmc: omap_hsmmc: Revert special init for wl1251H. Nikolaus Schaller2021-12-141-36/+0
| * | | | | | mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmcH. Nikolaus Schaller2021-12-142-0/+20
| * | | | | | mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson2021-12-141-1/+3
| * | | | | | mmc: core: provide macro and table to match the device tree to apply quirksH. Nikolaus Schaller2021-12-143-0/+20
| * | | | | | mmc: core: allow to match the device tree to apply quirksJérôme Pouiller2021-12-142-0/+20
| * | | | | | mmc: core: rewrite mmc_fixup_device()Jérôme Pouiller2021-12-141-17/+24
| * | | | | | mmc: tmio: reinit card irqs in reset routineBiju Das2021-12-141-12/+3
* | | | | | | Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-01-112-8/+6
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki2022-01-102-8/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | / / | | | | | |_|_|/ / | | | | |/| | | / | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | mmc: mxc: Use the new PM macrosPaul Cercueil2021-12-171-4/+2
| | | * | | | | mmc: jz4740: Use the new PM macrosPaul Cercueil2021-12-171-4/+4
| | | | |/ / / | | | |/| | |
* | | | | | | Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-01-111-72/+6
|\ \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'Rafael J. Wysocki2022-01-101-72/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | / / / / / | | | | |/ / / / / | | | | | | / / / | | | | |_|/ / / | | | |/| | | |
| | * | | | | | mmc: sdhci-acpi: Use the new soc_intel_is_byt() helperHans de Goede2021-12-011-14/+3
| | * | | | | | mmc: sdhci-acpi: Remove special handling for GPD win/pocket devicesHans de Goede2021-12-011-58/+3
| | |/ / / / /
* | | | | | | Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2022-01-101-16/+65
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | mmc: sdhci-tegra: Add runtime PM and OPP supportDmitry Osipenko2021-12-161-16/+65
| | |/ / / / | |/| | | |
* | | | | | mmc: mmci: stm32: clear DLYB_CR after sending tuning commandYann Gautier2021-12-211-0/+2
| |_|_|_|/ |/| | | |
* | | | | mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commandsMartin Blumenstingl2021-12-201-0/+16
* | | | | mmc: core: Disable card detect during shutdownUlf Hansson2021-12-203-1/+16
| |_|_|/ |/| | |
* | | | mmc: sdhci-tegra: Fix switch to HS400ES modePrathamesh Shete2021-12-141-17/+26
| |_|/ |/| |
* | | mmc: mediatek: free the ext_csd when mmc_get_ext_csd successWenbin Mei2021-12-091-1/+3
* | | mmc: renesas_sdhi: initialize variable properly when tuningWolfram Sang2021-11-301-1/+1
| |/ |/|
* | mmc: spi: Add device-tree SPI IDsJon Hunter2021-11-231-0/+7
* | mmc: sdhci: Fix ADMA for PAGE_SIZE >= 64KiBAdrian Hunter2021-11-172-4/+21
* | mmc: sdhci-esdhc-imx: disable CMDQ supportTim Harvey2021-11-151-2/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* | Merge tag 'mmc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-11-0226-341/+551
|\ \
| * | Merge branch 'fixes' into nextUlf Hansson2021-10-281-5/+12
| |\|
| * | Merge branch 'fixes' into nextUlf Hansson2021-10-281-19/+19
| |\ \
| * | | mmc: dw_mmc: exynos: Fix spelling mistake "candiates" -> candidatesColin Ian King2021-10-281-10/+10
| * | | mmc: sdhci-esdhc-imx: add NXP S32G2 supportChester Lin2021-10-261-2/+15
| * | | Merge branch 'fixes' into nextUlf Hansson2021-10-263-9/+26
| |\ \ \
| * | | | mmc: dw_mmc: Drop use of ->init_card() callbackUlf Hansson2021-10-211-22/+17
| * | | | mmc: sdhci-omap: Fix build if CONFIG_PM_SLEEP is not setTony Lindgren2021-10-211-3/+4
| * | | | mmc: sdhci-omap: Remove forward declaration of sdhci_omap_context_save()Geert Uytterhoeven2021-10-211-2/+0
| * | | | mmc: mxs-mmc: disable regulator on error and in the remove functionChristophe JAILLET2021-10-191-0/+10