summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2023-12-08mmc: block: Be sure to wait while busy in CQE error recoveryAdrian Hunter1-0/+2
2023-12-08mmc: block: Do not lose cache flush during CQE error recoveryAdrian Hunter1-0/+2
2023-12-08mmc: block: Retry commands in CQE error recoveryAdrian Hunter1-2/+5
2023-11-28mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo4-6/+17
2023-11-20Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet1-1/+1
2023-09-27mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman1-1/+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
2023-08-15mmc: pwrseq: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-08-15mmc: pwrseq: sd8787: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-08-15mmc: pwrseq_simple: Convert to platform remove callback returning voidYangtao Li1-4/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+2
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-08-11mmc: core: Cleanup mmc_sd_num_wr_blocks() functionVictor Shih1-9/+1
2023-08-09mmc: remove unnecessary set_drvdata() functionYang Yingliang1-1/+0
2023-08-09mmc: Merge branch fixes into nextUlf Hansson1-3/+4
2023-08-09mmc: core: propagate removable attribute to driver coreThomas Weißschuh1-0/+3
2023-08-08mmc: block: Fix in_flight[issue_type] value errorYibin Ding1-3/+4
2023-06-30mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"Ulf Hansson1-11/+4
2023-06-29Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-32/+77
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-6/+6
2023-06-20mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut3-8/+37
2023-06-20mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko1-0/+7
2023-06-19mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko1-0/+7
2023-06-13mmc: core: Allow mmc_start_host() synchronously detect a cardDennis Zhou1-4/+11
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-4/+4
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2
2023-06-12mmc: block: ioctl: do write error check for spiChristian Loehle1-0/+6
2023-06-12mmc: core: Remove unnecessary error checks and change return typeYeqi Fu1-18/+7
2023-06-12mmc: block: Suppress empty whitespaces in printsFlorian Fainelli1-2/+2
2023-05-24mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling orderMarek Vasut1-8/+26
2023-05-09mmc: block: ensure error propagation for non-blkChristian Loehle1-0/+5
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-5/+5
2023-04-17mmc: core: Remove unused macro mmc_req_rel_wrBean Huo1-2/+0
2023-04-03mmc: core: remove unnecessary (void*) conversionsYu Zhe2-4/+4
2023-03-24mmc: core: Log about empty non-removable slotsMarc Gonzalez1-0/+5
2023-03-23mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+41
2023-03-23mmc: core: Allow invalid regulator in mmc_regulator_set_ocr()Heiner Kallweit1-0/+3
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen1-5/+5
2023-02-27Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds7-13/+65
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-7/+6
2023-02-17mmc: core: fix return value check in devm_mmc_alloc_host()Yang Yingliang1-3/+3
2023-02-15mmc: core: support setting card detect interrupt from driversHeiner Kallweit1-1/+16
2023-02-15mmc: core: Align to common busy polling behaviour for mmc ioctlsUlf Hansson2-8/+18
2023-02-14mmc: Merge branch fixes into nextUlf Hansson2-15/+14