summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2022-04-26mmc: sdhci-omap: Use of_device_get_match_data() helperBean Huo
2022-04-26drivers: mmc: sdhci_am654: Add the quirk to set TESTCD bitVignesh Raghavendra
2022-04-26Merge branch 'fixes' into nextUlf Hansson
2022-04-26mmc: mmci: Break IRQ status loop when all zeroLinus Walleij
2022-04-26mmc: meson-gx: switch to device-managed dmam_alloc_coherent()Heiner Kallweit
2022-04-26mmc: sdhci-pci-gli: A workaround to allow GL9755 to enter ASPM L1.2Ben Chuang
2022-04-26mmc: sh_mmcif: move platform_data header to proper locationWolfram Sang
2022-04-26mmc: jz4740: Apply DMA engine limits to maximum segment sizeAidan MacDonald
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang
2022-04-26mmc: core: improve API to make clear that mmc_sw_reset is for cardsWolfram Sang
2022-04-26mmc: renesas_sdhi: remove superfluous specific M3W entryWolfram Sang
2022-04-26mmc: renesas_sdhi: R-Car V3H ES2.0 gained HS400 supportWolfram Sang
2022-04-26mmc: omap: Make it CCF clk API compatibleJanusz Krzysztofik
2022-04-26mmc: mmc_spi: parse speed mode optionsChristian Löhle
2022-04-26mmc: core: block: fix sloppy typing in mmc_blk_ioctl_multi_cmd()Sergey Shtylyov
2022-04-26mmc: renesas_sdhi: R-Car V3M also has no HS400Wolfram Sang
2022-04-26mmc: renesas_sdhi: Add missing checks for the presence of quirksGeert Uytterhoeven
2022-04-26mmc: mmci: stm32: use a buffer for unaligned DMA requestsYann Gautier
2022-04-26mmc: renesas_sdhi: style fix for proper function bodiesWolfram Sang
2022-04-26mmc: renesas_sdhi: make 'dmac_only_one_rx' a quirkWolfram Sang
2022-04-26mmc: renesas_sdhi: make 'fixed_addr_mode' a quirkWolfram Sang
2022-04-26mmc: renesas_sdhi: remove a stale commentWolfram Sang
2022-04-26mmc: renesas_sdhi: make setup selection more understandableWolfram Sang
2022-04-26mmc: renesas_sdhi: R-Car D3 also has no HS400Wolfram Sang
2022-04-26mmc: renesas_sdhi: remove outdated headersWolfram Sang
2022-04-26mmc: core: Set HS clock speed before sending HS CMD13Brian Norris
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann
2022-04-19dmaengine: imx: Move header to include/dma/Sascha Hauer
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: remove QUEUE_FLAG_DISCARDChristoph Hellwig
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang
2022-04-07mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang
2022-04-04mmc: renesas_sdhi: special 4tap settings only apply to HS400Wolfram Sang
2022-04-04mmc: core: Fixup support for writeback-cache for eMMC and SDMichael Wu
2022-04-04mmc: block: Check for errors after write on SPIChristian Löhle
2022-04-04mmc: mmci: stm32: correctly check all elements of sg listYann Gautier
2022-04-04Revert "mmc: sdhci-xenon: fix annoying 1.8V regulator warning"Pali Rohár
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-03-23Merge tag 'mmc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-15mmc: tmio: remove outdated members from host structWolfram Sang
2022-03-15mmc: mtk-sd: Silence delay phase calculation debug logAlexandre Bailon
2022-03-15mmc: davinci_mmc: Handle error for clk_enableJiasheng Jiang
2022-03-15mmc: sdhci-pci-gli: Add runtime PM for GL9763EBen Chuang
2022-03-15mmc: core: Drop HS400 caps unless 8-bit bus is supported tooUlf Hansson
2022-03-15mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson
2022-03-15mmc: core: Improve fallback to speed modes if eMMC HS200 failsUlf Hansson
2022-03-14Merge 5.17-rc8 into staging-nextGreg Kroah-Hartman