summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: block: Fix in_flight[issue_type] value errorYibin Ding2023-08-081-3/+4
* 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
| |\
| * | mmc: core: add devm_mmc_alloc_hostHeiner Kallweit2023-02-131-0/+26
| * | mmc: core: Imply IOSCHED_BFQLinus Walleij2023-02-021-0/+1
| * | mmc: pwrseq_sd8787: Allow being built-in irrespective of dependenciesLukas Wunner2023-01-231-1/+1
| * | mmc: sdio: Spelling s/compement/complement/Geert Uytterhoeven2023-01-231-1/+1
| * | mmc: pwrseq_simple: include deferred probe reasonsTom Fitzhenry2023-01-231-2/+2
* | | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-02-242-4/+4
|\ \ \
| * | | driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2023-01-272-4/+4
| |/ /
* | | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-7/+6
|\ \ \ | |_|/ |/| |
| * | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-3/+3
| * | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-2/+2
| * | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-4/+3
| |/
* / mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2023-02-142-15/+14
|/
* Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-12-138-35/+28
|\
| * mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei2022-12-071-3/+8
| * mmc: core: refactor debugfs codeYe Bin2022-12-073-8/+15
| * mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee2022-12-071-2/+1
| * mmc: core: Remove non-data R1B ioctl workaroundChristian Löhle2022-12-071-13/+0
| * mmc: pwrseq: Use device_match_of_node()ye xingchen2022-12-071-1/+1
| * mmc: Remove duplicate words in commentsAdrian Hunter2022-12-072-3/+3
| * mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf...Adrian Hunter2022-12-071-5/+0
* | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-2/+2
|\ \ | |/ |/|
| * treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2