aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-27Merge tag 'soc-drivers-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2025-03-26Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds3-5/+8
2025-03-25Merge tag 'mmc-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds17-86/+355
2025-03-25Merge tag 'gpio-updates-for-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-2/+1
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2025-03-21mmc: core: Remove redundant null checkAvri Altman1-1/+1
2025-03-20mmc: host: Wait for Vdd to settle on card power offErick Shepherd1-1/+5
2025-03-19Merge tag 'qcom-drivers-for-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/driversArnd Bergmann1-1/+1
2025-03-19mmc: Merge branch fixes into nextUlf Hansson1-0/+10
2025-03-19mmc: omap: Fix memory leak in mmc_omap_new_slotMiaoqian Lin1-6/+13
2025-03-19mmc: renesas_sdhi: fix error code in renesas_sdhi_probe()Dan Carpenter1-0/+1
2025-03-19mmc: sdhci-pxav3: set NEED_RSP_BUSY capabilityKarel Balej1-0/+1
2025-03-19mmc: sdhci-omap: Disable MMC_CAP_AGGRESSIVE_PM for eMMC/SDUlf Hansson1-2/+2
2025-03-17mmc: sdhci-brcmstb: add cqhci suspend/resume to PM opsKamal Dasu1-0/+10
2025-03-17tty: mmc: sdio: use bool for cts and remove parenthesesJiri Slaby (SUSE)1-1/+1
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-1/+1
2025-03-12mmc: Merge branch fixes into nextUlf Hansson1-1/+3
2025-03-12mmc: renesas_sdhi: Add support for RZ/G3E SoCBiju Das3-0/+141
2025-03-12mmc: core: Trim trailing whitespace from card product namesDragan Simic2-1/+9
2025-03-12mmc: atmel-mci: Add missing clk_disable_unprepare()Gu Bowen1-1/+3
2025-03-11mmc: dw_mmc: add exynos7870 DW MMC supportKaustabh Chakraborty1-1/+40
2025-03-11mmc: dw_mmc: add a quirk for accessing 64-bit FIFOs in two halvesKaustabh Chakraborty2-2/+119
2025-03-11mmc: sdhci: Disable SD card clock before changing parametersErick Shepherd1-2/+7
2025-03-11mmc: sdhci-of-dwcmshc: Change to dwcmshc_phy_init for reusing codesJaehoon Chung1-57/+15
2025-03-11mmc: slot-gpio: Remove unused mmc_gpio_set_cd_isrDr. David Alan Gilbert1-12/+0
2025-02-24Merge tag 'v6.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into HEADBartosz Golaszewski2-41/+20
2025-02-18mmc: dw_mmc: Switch to use hrtimer_setup()Nam Cao1-2/+1
2025-02-17mmc: pwrseq_simple: use gpiod_multi_set_value_cansleepDavid Lechner1-2/+1
2025-02-14mmc: sdhci-msm: fix dev reference leaked through of_qcom_ice_getTudor Ambarus1-1/+1
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers2-4/+7
2025-02-03mmc: mtk-sd: Fix register settings for hs400(es) modeAndy-ld Lu1-11/+20
2025-02-03Revert "mmc: sdhci_am654: Add sdhci_am654_start_signal_voltage_switch"Josua Mayer1-30/+0
2025-01-22Merge tag 'mmc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds15-93/+196
2025-01-20Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-01-17mmc: sdhci-msm: Correctly set the load for the regulatorYuanjie Yang1-2/+51
2025-01-13mmc: hi3798mv200: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-6/+2
2025-01-13mmc: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2-5/+5
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig1-1/+1
2024-12-19mmc: sdhci-msm: convert to use custom crypto profileEric Biggers3-41/+94
2024-12-19mmc: crypto: add mmc_from_crypto_profile()Eric Biggers1-4/+1
2024-12-19mmc: Merge branch fixes into nextUlf Hansson1-8/+8
2024-12-19mmc: sdhci-msm: fix crypto key evictionEric Biggers1-8/+8
2024-12-18mmc: mtk-sd: Limit getting top_base to SoCs that require itChen-Yu Tsai1-4/+11
2024-12-18mmc: sdhci-acpi: Use devm_platform_ioremap_resource()Andy Shevchenko1-14/+3
2024-12-18mmc: sdhci-acpi: Remove not so useful error messageAndy Shevchenko1-3/+0
2024-12-10mmc: Merge branch fixes into nextUlf Hansson2-1/+2
2024-12-10mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori1-0/+2
2024-12-10mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete1-1/+0
2024-12-10mmc: bcm2835: add suspend/resume pm supportStefan Wahren1-0/+20
2024-12-10mmc: core: don't include 'pm_wakeup.h' directlyWolfram Sang2-2/+0