summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-13block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig1-1/+1
2024-02-13mmc: core: make sdio_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core: make mmc_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core: make mmc_rpmb_bus_type constRicardo B. Marliere1-1/+1
2024-02-13mmc: core Drop BLK_BOUNCE_HIGHLinus Walleij1-2/+0
2024-02-13mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2-8/+9
2024-02-06mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein1-1/+5
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+9
2024-01-03mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz1-2/+1
2024-01-02mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang1-2/+7
2024-01-02mmc: core: Add wp_grp_size sysfs nodeLin Gui1-1/+15
2024-01-02mmc: mmc_test: Add re-tuning testAdrian Hunter1-6/+27
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2-2/+9
2023-12-08tty: mmc: sdio: use u8 for flagJiri Slaby (SUSE)1-2/+1
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)1-1/+1
2023-12-08tty: mmc: sdio_uart: switch sdio_in() to return u8Jiri Slaby (SUSE)1-11/+8
2023-12-07mmc: Merge branch fixes into nextUlf Hansson1-0/+1
2023-12-07mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven1-0/+1
2023-12-07mmc: Merge branch fixes into nextUlf Hansson1-3/+4