summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2024-11-20Merge tag 'mmc-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2024-11-12mmc: pwrseq_simple: Handle !RESET_CONTROLLER properlyStefan Wahren
2024-11-12mmc: core: Correction a warning caused by incorrect type in assignment for UH...Victor Shih
2024-11-04mmc: core: Correct type in variable assignment for UHS-IIVictor Shih
2024-10-30mmc: core: Fix error paths for UHS-II card init and re-initUlf Hansson
2024-10-30mmc: core: Add error handling of sd_uhs2_power_up()Ulf Hansson
2024-10-30mmc: core: Simplify sd_uhs2_power_up()Ulf Hansson
2024-10-25mmc: core: Use GFP_NOIO in ACMD22Avri Altman
2024-10-25mmc: pwrseq_simple: add support for one reset controlCatalin Popescu
2024-10-24mmc: core: Support UHS-II card control and accessVictor Shih
2024-10-22mmc: block: attach partitions fwnode if found in mmc-cardChristian Marangi
2024-10-14mmc: core: Factor out some of the code in mmc_go_idle()Victor Shih
2024-10-14mmc: core: Extend support for mmc regulators with a vqmmc2Ulf Hansson
2024-10-14mmc: core: Announce successful insertion of an SD UHS-II cardUlf Hansson
2024-10-14mmc: core: Prepare to support SD UHS-II cardsUlf Hansson
2024-10-14mmc: core: Cleanup printing of speed mode at card insertionUlf Hansson
2024-10-14mmc: core: Enable SDUCAvri Altman
2024-10-14mmc: core: Prevent HSQ from enabling for SDUCAvri Altman
2024-10-14mmc: core: Disable SDUC for mmc_testAvri Altman
2024-10-14mmc: core: Adjust ACMD22 to SDUCAvri Altman
2024-10-14mmc: core: Add Ext memory addressing for eraseAvri Altman
2024-10-14mmc: core: Allow mmc erase to carry large addressesAvri Altman
2024-10-14mmc: core: Add open-ended Ext memory addressingAvri Altman
2024-10-14mmc: core: Don't use close-ended rw for SDUCAvri Altman
2024-10-14mmc: sd: Add Extension memory addressingAvri Altman
2024-10-14mmc: sd: SDUC Support RecognitionAvri Altman
2024-10-14mmc: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara
2024-10-03mmc: core: Only set maximum DMA segment size if DMA is supportedGuenter Roeck
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-13mmc: core: Use dev_err_probe for deferred regulatorsAlexander Stein
2024-09-03mmc: block: add RPMB dependencyJens Wiklander
2024-09-03mmc: core Convert UNSTUFF_BITS macro to inline functionAvri Altman
2024-09-03mmc: core: Convert simple_stroul to kstroulRiyan Dhiman
2024-09-03mmc: core: Calculate size from pointerRiyan Dhiman
2024-09-03mmc: core: Replace the argument of mmc_sd_switch() with definesChanwoo Lee
2024-08-26mmc: block: register RPMB partition with the RPMB subsystemJens Wiklander
2024-08-26mmc: core: apply SD quirks earlier during probeJonathan Bell
2024-08-20mmc: mmc_test: Fix NULL dereference on allocation failureDan Carpenter
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-15Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-20mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig
2024-05-03mmc: core: Increase the timeout period of the ACMD41 commandFelix Qin
2024-05-03mmc: core: Convert to use __mmc_poll_for_busy() SD_APP_OP_COND tooUlf Hansson
2024-04-26mmc: slot-gpio: Use irq_handler_t typeAndy Shevchenko