summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2022-03-07mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDUlf Hansson
2022-02-28mmc: meson: Fix usage of meson_mmc_post_req()Rong Chen
2022-02-08mmc: block: fix read single on recovery logicChristian Löhle
2022-01-31moxart: fix potential use-after-free on remove pathGreg Kroah-Hartman
2022-01-24mmc: core: Wait for command setting 'Power Off Notification' bit to completeAndrey Skvortsov
2022-01-24mmc: sh_mmcif: Check for null res pointerJiasheng Jiang
2022-01-24mmc: sdhci-of-esdhc: Check for error num after setting maskJiasheng Jiang
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-18Merge tag 'pm-5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-01-15bitmap: unify find_bit operationsYury Norov
2022-01-14Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-01-12Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-01-12PM: core: Remove static qualifier in DEFINE_SIMPLE_DEV_PM_OPS macroPaul Cercueil
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-11Merge branches 'clk-x86', 'clk-stm', 'clk-amlogic' and 'clk-allwinner' into c...Stephen Boyd
2022-01-11Merge tag 'mmc-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2022-01-10Merge tag 'pm-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-01-10Merge tag 'acpi-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-01-10Merge branches 'pm-cpuidle', 'pm-core' and 'pm-sleep'Rafael J. Wysocki
2022-01-10Merge tag 'drivers-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2022-01-10Merge branches 'acpi-x86', 'acpi-pmic' and 'acpi-dptf'Rafael J. Wysocki
2021-12-28mmc: pwrseq: Use bitmap_free() to free bitmapChristophe JAILLET
2021-12-28mmc: au1xmmc: propagate errors from platform_get_irq()Sergey Shtylyov
2021-12-28mmc: sdhci-pci-o2micro: Restore the SD clock's base clock frequencyFred Ai
2021-12-28mmc: sdhci-pci-o2micro: Improve card input timing at SDR104/HS200 modeFred Ai
2021-12-28mmc: mtk-sd: Assign src_clk parent to src_clk_cg for legacy DTsAngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Fix usage of devm_clk_get_optional()AngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Take action for no-sdio device-tree parameterAngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Use BIT() and GENMASK() macros to describe fieldsAngeloGioacchino Del Regno
2021-12-28mmc: mtk-sd: Use readl_poll_timeout instead of open-coded pollingAngeloGioacchino Del Regno
2021-12-21mmc: jz4740: Support using a bi-directional DMA channelPaul Cercueil
2021-12-21mmc: dw_mmc: Do not wait for DTO in case of errorMårten Lindahl
2021-12-21mmc: dw_mmc: Add driver callbacks for data read timeoutMårten Lindahl
2021-12-21mmc: dw_mmc-exynos: Add support for ARTPEC-8Mårten Lindahl
2021-12-21mmc: meson-mx-sdio: add IRQ checkSergey Shtylyov
2021-12-21mmc: meson-mx-sdhc: add IRQ checkSergey Shtylyov
2021-12-21mmc: dw_mmc: clean up a debug messageDan Carpenter
2021-12-21mmc: sdhci-pci-gli: GL975[50]: Issue 8/16-bit MMIO reads as 32-bit reads.Hector Martin
2021-12-21mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platformsHector Martin
2021-12-21mmc: core: Fix blk_status_t handlingJoel Stanley
2021-12-21mmc: mmci: add hs200 support for stm32 sdmmcYann Gautier
2021-12-21mmc: mmci: increase stm32 sdmmcv2 clock max freqYann Gautier
2021-12-21mmc: mmci: Add support for sdmmc variant revision v2.2Yann Gautier
2021-12-21Merge branch 'fixes' into nextUlf Hansson
2021-12-21mmc: mmci: stm32: clear DLYB_CR after sending tuning commandYann Gautier
2021-12-20mmc: meson-mx-sdhc: Drop unused MESON_SDHC_NUM_BUILTIN_CLKS macroMartin Blumenstingl
2021-12-20Merge branch 'fixes' into nextUlf Hansson
2021-12-20mmc: meson-mx-sdhc: Set MANUAL_STOP for multi-block SDIO commandsMartin Blumenstingl
2021-12-20mmc: core: Disable card detect during shutdownUlf Hansson
2021-12-17mmc: mxc: Use the new PM macrosPaul Cercueil