summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorLines
2025-01-22Merge tag 'mmc-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-6/+4
2024-12-23block: remove BLK_MQ_F_SHOULD_MERGEChristoph Hellwig-1/+1
2024-12-10mmc: core: don't include 'pm_wakeup.h' directlyWolfram Sang-2/+0
2024-12-10mmc: core: Introduce the MMC_RSP_R1B_NO_CRC responseAndy-ld Lu-4/+2
2024-12-10mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin-0/+2
2024-12-02mmc: core: Further prevent card detect during shutdownUlf Hansson-0/+5
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-85/+1605
2024-11-12mmc: pwrseq_simple: Handle !RESET_CONTROLLER properlyStefan Wahren-9/+11
2024-11-12mmc: core: Correction a warning caused by incorrect type in assignment for UH...Victor Shih-1/+1
2024-11-04mmc: core: Correct type in variable assignment for UHS-IIVictor Shih-27/+29
2024-10-30mmc: core: Fix error paths for UHS-II card init and re-initUlf Hansson-30/+25
2024-10-30mmc: core: Add error handling of sd_uhs2_power_up()Ulf Hansson-1/+3
2024-10-30mmc: core: Simplify sd_uhs2_power_up()Ulf Hansson-5/+1
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman-0/+4
2024-10-25mmc: pwrseq_simple: add support for one reset controlCatalin Popescu-9/+35
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih-37/+1071
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi-1/+54
2024-10-14mmc: core: Factor out some of the code in mmc_go_idle()Victor Shih-8/+17
2024-10-14mmc: core: Extend support for mmc regulators with a vqmmc2Ulf Hansson-0/+34
2024-10-14mmc: core: Announce successful insertion of an SD UHS-II cardUlf Hansson-1/+3
2024-10-14mmc: core: Prepare to support SD UHS-II cardsUlf Hansson-2/+312
2024-10-14mmc: core: Cleanup printing of speed mode at card insertionUlf Hansson-16/+20
2024-10-14mmc: core: Enable SDUCAvri Altman-2/+8
2024-10-14mmc: core: Prevent HSQ from enabling for SDUCAvri Altman-1/+1
2024-10-14mmc: core: Disable SDUC for mmc_testAvri Altman-0/+6
2024-10-14mmc: core: Adjust ACMD22 to SDUCAvri Altman-6/+18
2024-10-14mmc: core: Add Ext memory addressing for eraseAvri Altman-0/+12
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman-21/+34
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman-0/+8
2024-10-14mmc: core: Don't use close-ended rw for SDUCAvri Altman-1/+1
2024-10-14mmc: sd: Add Extension memory addressingAvri Altman-0/+16
2024-10-14mmc: sd: SDUC Support RecognitionAvri Altman-14/+25
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König-3/+3
2024-10-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara-1/+17
2024-10-03mmc: core: Only set maximum DMA segment size if DMA is supportedGuenter Roeck-1/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-13mmc: core: Use dev_err_probe for deferred regulatorsAlexander Stein-2/+6
2024-09-03mmc: block: add RPMB dependencyJens Wiklander-0/+1
2024-09-03mmc: core Convert UNSTUFF_BITS macro to inline functionAvri Altman-127/+113
2024-09-03mmc: core: Convert simple_stroul to kstroulRiyan Dhiman-3/+3
2024-09-03mmc: core: Calculate size from pointerRiyan Dhiman-1/+1
2024-09-03mmc: core: Replace the argument of mmc_sd_switch() with definesChanwoo Lee-7/+9
2024-08-26mmc: block: register RPMB partition with the RPMB subsystemJens Wiklander-2/+240
2024-08-26mmc: core: apply SD quirks earlier during probeJonathan Bell-9/+17
2024-08-20mmc: mmc_test: Fix NULL dereference on allocation failureDan Carpenter-4/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+5
2024-07-15Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-0/+5
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-5/+5
2024-06-20mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+5
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig-2/+3