summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds8 days15-93/+196
|\
| * mmc: sdhci-msm: Correctly set the load for the regulatorYuanjie Yang14 days1-2/+51
| * mmc: hi3798mv200: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski2025-01-131-6/+2
| * mmc: Use of_property_present() for non-boolean propertiesRob Herring (Arm)2025-01-132-5/+5
| * mmc: sdhci-msm: convert to use custom crypto profileEric Biggers2024-12-193-41/+94
| * mmc: crypto: add mmc_from_crypto_profile()Eric Biggers2024-12-191-4/+1
| * mmc: Merge branch fixes into nextUlf Hansson2024-12-191-8/+8
| |\
| * | mmc: mtk-sd: Limit getting top_base to SoCs that require itChen-Yu Tsai2024-12-181-4/+11
| * | mmc: sdhci-acpi: Use devm_platform_ioremap_resource()Andy Shevchenko2024-12-181-14/+3
| * | mmc: sdhci-acpi: Remove not so useful error messageAndy Shevchenko2024-12-181-3/+0
| * | mmc: Merge branch fixes into nextUlf Hansson2024-12-102-1/+2
| |\ \
| * | | mmc: bcm2835: add suspend/resume pm supportStefan Wahren2024-12-101-0/+20
| * | | mmc: core: don't include 'pm_wakeup.h' directlyWolfram Sang2024-12-102-2/+0
| * | | mmc: mtk-sd: Add support for ignoring cmd response CRCAndy-ld Lu2024-12-101-2/+4
| * | | mmc: core: Introduce the MMC_RSP_R1B_NO_CRC responseAndy-ld Lu2024-12-101-4/+2
| * | | mmc: core: Drop the MMC_RSP_R1_NO_CRC responseUlf Hansson2024-12-103-6/+0
| * | | mmc: sdhci-esdhc-imx: enable 'SDHCI_QUIRK_NO_LED' quirk for S32GCiprian Marian Costea2024-12-101-0/+1
| * | | mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin2024-12-101-0/+2
* | | | Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linuxLinus Torvalds10 days1-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig2024-12-231-1/+1
| | |/ | |/|
* / | mmc: sdhci-msm: fix crypto key evictionEric Biggers2024-12-191-8/+8
|/ /
* | mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()Joe Hattori2024-12-101-0/+2
* | mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirkPrathamesh Shete2024-12-101-1/+0
|/
* mmc: core: Further prevent card detect during shutdownUlf Hansson2024-12-022-0/+5
* mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tabletHans de Goede2024-12-022-0/+73
* Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-11-20103-387/+4158
|\
| * mmc: Merge branch fixes into nextUlf Hansson2024-11-122-5/+5
| |\
| * | mmc: pwrseq_simple: Handle !RESET_CONTROLLER properlyStefan Wahren2024-11-121-9/+11
| * | mmc: mtk-sd: Fix MMC_CAP2_CRYPTO flag settingAndy-ld Lu2024-11-121-1/+2
| * | mmc: mtk-sd: Fix error handle of probe functionAndy-ld Lu2024-11-121-4/+5
| * | mmc: core: Correction a warning caused by incorrect type in assignment for UH...Victor Shih2024-11-121-1/+1
| * | mmc: sdhci-esdhc-imx: Update esdhc sysctl dtocv bitmaskJosua Mayer2024-11-041-3/+3
| * | mmc: sdhci-esdhc-imx: Implement emmc hardware resetJosua Mayer2024-11-041-0/+13
| * | mmc: core: Correct type in variable assignment for UHS-IIVictor Shih2024-11-041-27/+29
| * | mmc: sdhci-uhs2: correction a warning caused by incorrect type in argumentVictor Shih2024-11-041-1/+1
| * | mmc: sdhci-uhs2: Remove unnecessary variablesVictor Shih2024-10-311-25/+0
| * | mmc: sdhci-uhs2: Correct incorrect type in argumentVictor Shih2024-10-311-1/+2
| * | mmc: sdhci: Make MMC_SDHCI_UHS2 config symbol invisibleGeert Uytterhoeven2024-10-301-1/+1
| * | mmc: sdhci-uhs2: Remove unnecessary NULL checkBen Chuang2024-10-301-1/+1
| * | mmc: core: Fix error paths for UHS-II card init and re-initUlf Hansson2024-10-301-30/+25
| * | mmc: core: Add error handling of sd_uhs2_power_up()Ulf Hansson2024-10-301-1/+3
| * | mmc: core: Simplify sd_uhs2_power_up()Ulf Hansson2024-10-301-5/+1
| * | mmc: bcm2835: Introduce proper clock handlingStefan Wahren2024-10-281-11/+18
| * | mmc: bcm2835: Fix type of current clock speedStefan Wahren2024-10-281-1/+1
| * | mmc: Merge branch fixes into nextUlf Hansson2024-10-281-14/+24
| |\ \
| * | | mmc: core: Use GFP_NOIO in ACMD22Avri Altman2024-10-251-0/+4
| * | | mmc: pwrseq_simple: add support for one reset controlCatalin Popescu2024-10-251-9/+35
| * | | mmc: mtk-sd: add support for mt7988Frank Wunderlich2024-10-251-0/+1
| * | | mmc: mtk-sd: Add support for MT8196Andy-ld Lu2024-10-251-19/+126
| * | | mmc: mtk-sd: Add stop_dly_sel and pop_en_cnt to platform dataAndy-ld Lu2024-10-251-2/+19