summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2025-10-19mmc: core: SPI mode remove cmd7Rex Chen1-1/+5
2025-10-15mmc: core: Fix variable shadowing in mmc_route_rpmb_frames()Bean Huo1-3/+3
2025-07-10mmc: core: sd: Apply BROKEN_SD_DISCARD quirk earlierAvri Altman1-6/+6
2025-06-27mmc: Add quirk to disable DDR50 tuningErick Shepherd3-8/+40
2025-02-17mmc: core: Respect quirk_max_rate for non-UHS SDIO cardShawn Lin1-0/+2
2024-12-14mmc: core: Add SD card quirk for broken poweroff notificationKeita Aihara3-1/+17
2024-12-14mmc: core: Further prevent card detect during shutdownUlf Hansson2-0/+5
2024-12-14mmc: core: Use GFP_NOIO in ACMD22Avri Altman1-0/+4
2024-12-14mmc: core: Adjust ACMD22 to SDUCAvri Altman1-6/+18
2024-12-14mmc: sd: SDUC Support RecognitionAvri Altman5-14/+25
2024-10-03mmc: core: Only set maximum DMA segment size if DMA is supportedGuenter Roeck1-1/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-13mmc: core: Use dev_err_probe for deferred regulatorsAlexander Stein1-2/+6
2024-09-03mmc: block: add RPMB dependencyJens Wiklander1-0/+1
2024-09-03mmc: core Convert UNSTUFF_BITS macro to inline functionAvri Altman3-127/+113
2024-09-03mmc: core: Convert simple_stroul to kstroulRiyan Dhiman1-3/+3
2024-09-03mmc: core: Calculate size from pointerRiyan Dhiman1-1/+1
2024-09-03mmc: core: Replace the argument of mmc_sd_switch() with definesChanwoo Lee2-7/+9
2024-08-26mmc: block: register RPMB partition with the RPMB subsystemJens Wiklander1-2/+240
2024-08-26mmc: core: apply SD quirks earlier during probeJonathan Bell2-9/+17
2024-08-20mmc: mmc_test: Fix NULL dereference on allocation failureDan Carpenter1-4/+5
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+5
2024-07-16Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-0/+5
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-5/+5
2024-06-20mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson5-0/+5
2024-06-19block: move the stable_writes flag to queue_limitsChristoph Hellwig1-2/+3
2024-06-19block: move the add_random flag to queue_limitsChristoph Hellwig1-2/+0
2024-06-19block: move the nonrot flag to queue_limitsChristoph Hellwig1-1/+0
2024-06-19block: move cache control settings out of queue->flagsChristoph Hellwig3-28/+29
2024-05-03mmc: core: Increase the timeout period of the ACMD41 commandFelix Qin1-1/+6
2024-05-03mmc: core: Convert to use __mmc_poll_for_busy() SD_APP_OP_COND tooUlf Hansson1-27/+51
2024-04-26mmc: slot-gpio: Use irq_handler_t typeAndy Shevchenko1-3/+2
2024-04-26mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede1-0/+20
2024-04-02mmc: sdio: store owner from modules with sdio_register_driver()Krzysztof Kozlowski1-3/+6
2024-04-02mmc: debugfs: add card entry for quirksRouven Czerwinski1-0/+1
2024-04-02mmc: debugfs: convert permissions to octalRouven Czerwinski1-3/+3
2024-04-02mmc: core: Convert sprintf/snprintf to sysfs_emitLi Zhijian1-4/+4
2024-04-02mmc: core: Remove unused of_gpio.hAndy Shevchenko1-1/+0
2024-03-25mmc: core: Avoid negative index with array accessMikko Rapeli1-1/+1
2024-03-25mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli1-1/+1
2024-03-13Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds10-28/+26
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-45/+52
2024-03-07mmc: core: make mmc_host_class constantRicardo B. Marliere1-1/+1
2024-03-07mmc: Merge branch fixes into nextUlf Hansson1-4/+6
2024-03-07mmc: core: Fix switch on gp3 partitionDominique Martinet1-4/+6
2024-03-05mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen1-3/+1
2024-02-27mmc: core: constify the struct device_type usageRicardo B. Marliere6-6/+6
2024-02-20mmc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig1-45/+52
2024-02-14mmc: Merge branch fixes into nextUlf Hansson1-0/+2
2024-02-14mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov1-0/+2