summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2024-02-13mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov
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
2024-01-02mmc: core: Add wp_grp_size sysfs nodeLin Gui
2024-01-02mmc: mmc_test: Add re-tuning testAdrian Hunter
2023-12-11Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman
2023-12-08tty: mmc: sdio: use u8 for flagJiri Slaby (SUSE)
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-12-08tty: mmc: sdio_uart: switch sdio_in() to return u8Jiri Slaby (SUSE)
2023-12-07mmc: Merge branch fixes into nextUlf Hansson
2023-12-07mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven
2023-12-07mmc: Merge branch fixes into nextUlf Hansson
2023-12-07mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz
2023-12-07mmc: core: Use mrq.sbc in close-ended ffuAvri Altman
2023-12-07mmc: core: Remove packed command leftoversAvri Altman
2023-11-14mmc: block: Retry commands in CQE error recoveryAdrian Hunter
2023-11-14mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter
2023-11-14mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter
2023-11-03Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet
2023-11-03mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo
2023-10-10mmc: debugfs: Allow host caps to be modifiedVincent Whitchurch
2023-10-10mmc: core: Always reselect card typeVincent Whitchurch
2023-09-27mmc: Merge branch fixes into nextUlf Hansson
2023-09-27mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman
2023-09-27mmc: Merge branch fixes into nextUlf Hansson
2023-09-27mmc: core: Allow dynamical updates of the number of requests for hsqWenchao Chen
2023-09-26mmc: core: Fix error propagation for some ioctl commandsUlf Hansson
2023-09-26mmc: core: sdio: hold retuning if sdio in 1-bit modeHaibo Chen
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-25mmc: core: Add host specific tuning support for SD HS modeWenchao Chen
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-15mmc: pwrseq: Convert to platform remove callback returning voidYangtao Li
2023-08-15mmc: pwrseq: sd8787: Convert to platform remove callback returning voidYangtao Li
2023-08-15mmc: pwrseq_simple: Convert to platform remove callback returning voidYangtao Li
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-11mmc: core: Cleanup mmc_sd_num_wr_blocks() functionVictor Shih
2023-08-09mmc: remove unnecessary set_drvdata() functionYang Yingliang
2023-08-09mmc: Merge branch fixes into nextUlf Hansson
2023-08-09mmc: core: propagate removable attribute to driver coreThomas Weißschuh
2023-08-08mmc: block: Fix in_flight[issue_type] value errorYibin Ding
2023-06-30mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"Ulf Hansson
2023-06-28Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-20mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut
2023-06-20mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko
2023-06-19mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko
2023-06-13mmc: core: Allow mmc_start_host() synchronously detect a cardDennis Zhou