summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-021-1/+1
|\
| * ARM: pxa: split up mach/hardware.hArnd Bergmann2022-04-191-1/+1
* | Merge tag 'm68knommu-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-05-301-1/+1
|\ \
| * | m68k: coldfire: drop ISA_DMA_API supportArnd Bergmann2022-05-161-1/+1
* | | Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-05-251-1/+1
|\ \ \
| * \ \ Merge tag 'asoc-v5.19' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-05-231-1/+1
| |\ \ \
| | * | | dmaengine: imx: Move header to include/dma/Sascha Hauer2022-04-191-1/+1
| | | |/ | | |/|
* | | | mmc: sdhci-of-arasan: Add NULL check for data fieldSai Krishna Potthuri2022-05-161-0/+3
* | | | mmc: sdhci-brcmstb: Fix compiler warningUlf Hansson2022-05-061-1/+1
* | | | Merge branch 'fixes' into nextUlf Hansson2022-05-041-0/+42
|\ \ \ \ | | |_|/ | |/| |
| * | | mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHCShaik Sajida Bhanu2022-05-041-0/+42
* | | | mmc: sdhci-msm: Add compatible string check for sdx65Rohit Agarwal2022-05-041-0/+1
* | | | mmc: sdhci-msm: Add compatible string check for sm8150Bhupesh Sharma2022-05-041-0/+1
* | | | mmc: sdhci-msm: Add SoC specific compatiblesBhupesh Sharma2022-05-041-0/+23
* | | | mmc: sdhci-brcmstb: Enable Clock Gating to save powerAl Cooper2022-05-041-1/+34
* | | | mmc: sdhci-brcmstb: Re-organize flagsAl Cooper2022-05-041-16/+16
* | | | mmc: mmci: Remove custom ios handlerLinus Walleij2022-05-041-4/+0
* | | | mmc: atmel-mci: Simplify if(chan) and if(!chan)Wan Jiabing2022-05-041-5/+4
* | | | Merge branch 'fixes' into nextUlf Hansson2022-05-041-2/+3
|\| | |
| * | | mmc: sunxi-mmc: Fix DMA descriptors allocated above 32 bitsSamuel Holland2022-05-041-2/+3
| |/ /
* | | mmc: sdhci-omap: Use of_device_get_match_data() helperBean Huo2022-04-261-7/+2
* | | drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bitVignesh Raghavendra2022-04-261-1/+22
* | | mmc: mmci: Break IRQ status loop when all zeroLinus Walleij2022-04-261-0/+2
* | | mmc: meson-gx: switch to device-managed dmam_alloc_coherent()Heiner Kallweit2022-04-261-16/+5
* | | mmc: sdhci-pci-gli: A workaround to allow GL9755 to enter ASPM L1.2Ben Chuang2022-04-261-0/+10
* | | mmc: sh_mmcif: move platform_data header to proper locationWolfram Sang2022-04-261-1/+1
* | | mmc: jz4740: Apply DMA engine limits to maximum segment sizeAidan MacDonald2022-04-261-0/+20
* | | mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-267-7/+7
* | | mmc: renesas_sdhi: remove superfluous specific M3W entryWolfram Sang2022-04-261-1/+0
* | | mmc: renesas_sdhi: R-Car V3H ES2.0 gained HS400 supportWolfram Sang2022-04-261-1/+1
* | | mmc: omap: Make it CCF clk API compatibleJanusz Krzysztofik2022-04-261-9/+14
* | | mmc: mmc_spi: parse speed mode optionsChristian Löhle2022-04-261-0/+4
* | | mmc: renesas_sdhi: R-Car V3M also has no HS400Wolfram Sang2022-04-261-0/+1
* | | mmc: renesas_sdhi: Add missing checks for the presence of quirksGeert Uytterhoeven2022-04-261-2/+2
* | | mmc: mmci: stm32: use a buffer for unaligned DMA requestsYann Gautier2022-04-261-17/+71
* | | mmc: renesas_sdhi: style fix for proper function bodiesWolfram Sang2022-04-261-2/+4
* | | mmc: renesas_sdhi: make 'dmac_only_one_rx' a quirkWolfram Sang2022-04-262-17/+12
* | | mmc: renesas_sdhi: make 'fixed_addr_mode' a quirkWolfram Sang2022-04-262-10/+12
* | | mmc: renesas_sdhi: remove a stale commentWolfram Sang2022-04-261-4/+0
* | | mmc: renesas_sdhi: make setup selection more understandableWolfram Sang2022-04-261-2/+2
* | | mmc: renesas_sdhi: R-Car D3 also has no HS400Wolfram Sang2022-04-261-6/+7
* | | mmc: renesas_sdhi: remove outdated headersWolfram Sang2022-04-261-2/+0
|/ /
* | mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang2022-04-071-2/+2
* | mmc: renesas_sdhi: special 4tap settings only apply to HS400Wolfram Sang2022-04-041-2/+2
* | mmc: mmci: stm32: correctly check all elements of sg listYann Gautier2022-04-041-3/+3
* | Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"Pali Rohár2022-04-041-10/+0
|/
* Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-11/+9
|\
| * mmc: rtsx: Fix build errors/warnings for unused variableUlf Hansson2022-03-011-6/+0
| * mmc: rtsx: Let MMC core handle runtime PMKai-Heng Feng2022-02-221-18/+0
| * Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman2022-02-143-3/+10
| |\