summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-07mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz1-3/+4
2023-12-07mmc: core: Use mrq.sbc in close-ended ffuAvri Altman1-3/+43
2023-12-07mmc: core: Remove packed command leftoversAvri Altman1-5/+0
2023-11-14mmc: block: Retry commands in CQE error recoveryAdrian Hunter1-2/+5
2023-11-14mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter1-0/+2
2023-11-14mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-11-03Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet1-1/+1
2023-11-03mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo4-6/+17
2023-10-10mmc: debugfs: Allow host caps to be modifiedVincent Whitchurch1-2/+49
2023-10-10mmc: core: Always reselect card typeVincent Whitchurch1-1/+6
2023-09-27mmc: Merge branch fixes into nextUlf Hansson1-1/+1
2023-09-27mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman1-1/+1
2023-09-27mmc: Merge branch fixes into nextUlf Hansson2-12/+27
2023-09-27mmc: core: Allow dynamical updates of the number of requests for hsqWenchao Chen1-5/+1
2023-09-26mmc: core: Fix error propagation for some ioctl commandsUlf Hansson1-11/+20
2023-09-26mmc: core: sdio: hold retuning if sdio in 1-bit modeHaibo Chen1-1/+7
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2023-08-25mmc: core: Add host specific tuning support for SD HS modeWenchao Chen4-3/+15
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman1-3/+4