summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
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
2024-04-26mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede
2024-04-02mmc: sdio: store owner from modules with sdio_register_driver()Krzysztof Kozlowski
2024-04-02mmc: debugfs: add card entry for quirksRouven Czerwinski
2024-04-02mmc: debugfs: convert permissions to octalRouven Czerwinski
2024-04-02mmc: core: Convert sprintf/snprintf to sysfs_emitLi Zhijian
2024-04-02mmc: core: Remove unused of_gpio.hAndy Shevchenko
2024-03-25mmc: core: Avoid negative index with array accessMikko Rapeli
2024-03-25mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli
2024-03-13Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-06mmc: core: make mmc_host_class constantRicardo B. Marliere
2024-03-06mmc: Merge branch fixes into nextUlf Hansson
2024-03-06mmc: core: Fix switch on gp3 partitionDominique Martinet
2024-03-05mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen
2024-02-27mmc: core: constify the struct device_type usageRicardo B. Marliere
2024-02-19mmc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig
2024-02-13mmc: Merge branch fixes into nextUlf Hansson
2024-02-13mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig
2024-02-13mmc: core: make sdio_bus_type constRicardo B. Marliere
2024-02-13mmc: core: make mmc_bus_type constRicardo B. Marliere
2024-02-13mmc: core: make mmc_rpmb_bus_type constRicardo B. Marliere
2024-02-13mmc: core Drop BLK_BOUNCE_HIGHLinus Walleij
2024-02-13mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-02-06mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-01-03mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz
2024-01-02mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang