summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "mmc: core: Capture correct oemid-bits for eMMC cards"Dominique Martinet2023-11-031-1/+1
* mmc: Add quirk MMC_QUIRK_BROKEN_CACHE_FLUSH for Micron eMMC Q2J54ABean Huo2023-11-034-6/+17
* mmc: debugfs: Allow host caps to be modifiedVincent Whitchurch2023-10-101-2/+49
* mmc: core: Always reselect card typeVincent Whitchurch2023-10-101-1/+6
* mmc: Merge branch fixes into nextUlf Hansson2023-09-271-1/+1
|\
| * mmc: core: Capture correct oemid-bits for eMMC cardsAvri Altman2023-09-271-1/+1
* | mmc: Merge branch fixes into nextUlf Hansson2023-09-272-12/+27
|\|
| * mmc: core: Fix error propagation for some ioctl commandsUlf Hansson2023-09-261-11/+20
| * mmc: core: sdio: hold retuning if sdio in 1-bit modeHaibo Chen2023-09-261-1/+7
* | mmc: core: Allow dynamical updates of the number of requests for hsqWenchao Chen2023-09-271-5/+1
|/
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-2/+2
|\
| * Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-201-3/+4
| |\
| * | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+2
| * | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* | | mmc: core: Add host specific tuning support for SD HS modeWenchao Chen2023-08-254-3/+15
* | | mmc: pwrseq: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* | | mmc: pwrseq: sd8787: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* | | mmc: pwrseq_simple: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* | | mmc: core: Cleanup mmc_sd_num_wr_blocks() functionVictor Shih2023-08-111-9/+1
* | | mmc: remove unnecessary set_drvdata() functionYang Yingliang2023-08-091-1/+0
* | | mmc: Merge branch fixes into nextUlf Hansson2023-08-091-3/+4
|\ \ \ | | |/ | |/|
| * | mmc: block: Fix in_flight[issue_type] value errorYibin Ding2023-08-081-3/+4
| |/
* / mmc: core: propagate removable attribute to driver coreThomas Weißschuh2023-08-091-0/+3
|/
* mmc: Revert "mmc: core: Allow mmc_start_host() synchronously detect a card"Ulf Hansson2023-06-301-11/+4
* Merge tag 'mmc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-06-285-32/+77
|\
| * mmc: Add MMC_QUIRK_BROKEN_SD_CACHE for Kingston Canvas Go Plus from 11/2019Marek Vasut2023-06-203-8/+37
| * mmc: core: disable TRIM on Kingston EMMC04G-M627Robert Marko2023-06-201-0/+7
| * mmc: core: disable TRIM on Micron MTFC4GACAJCN-1MRobert Marko2023-06-191-0/+7
| * mmc: core: Allow mmc_start_host() synchronously detect a cardDennis Zhou2023-06-131-4/+11
| * mmc: block: ioctl: do write error check for spiChristian Loehle2023-06-121-0/+6
| * mmc: core: Remove unnecessary error checks and change return typeYeqi Fu2023-06-121-18/+7
| * mmc: block: Suppress empty whitespaces in printsFlorian Fainelli2023-06-121-2/+2
* | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-6/+6
|\ \ | |/ |/|
| * block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig2023-06-121-4/+4
| * block: remove the unused mode argument to ->releaseChristoph Hellwig2023-06-121-1/+1
| * block: pass a gendisk to ->openChristoph Hellwig2023-06-121-2/+2
* | mmc: pwrseq: sd8787: Fix WILC CHIP_EN and RESETN toggling orderMarek Vasut2023-05-241-8/+26
* | mmc: block: ensure error propagation for non-blkChristian Loehle2023-05-091-0/+5
|/
* Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-04-271-5/+5
|\
| * tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen2023-03-171-5/+5
* | mmc: core: Remove unused macro mmc_req_rel_wrBean Huo2023-04-171-2/+0
* | mmc: core: remove unnecessary (void*) conversionsYu Zhe2023-04-032-4/+4
* | mmc: core: Log about empty non-removable slotsMarc Gonzalez2023-03-241-0/+5
* | mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit2023-03-231-0/+41
* | mmc: core: Allow invalid regulator in mmc_regulator_set_ocr()Heiner Kallweit2023-03-231-0/+3
|/
* Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2023-02-277-13/+65
|\
| * mmc: core: fix return value check in devm_mmc_alloc_host()Yang Yingliang2023-02-171-3/+3
| * mmc: core: support setting card detect interrupt from driversHeiner Kallweit2023-02-151-1/+16
| * mmc: core: Align to common busy polling behaviour for mmc ioctlsUlf Hansson2023-02-152-8/+18
| * mmc: Merge branch fixes into nextUlf Hansson2023-02-142-15/+14
| |\