summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | mmc: mmc_test: Fix removal of debugfs fileYe Bin2022-11-251-1/+2
* | mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle2022-11-181-2/+7
* | mmc: core: properly select voltage range without power cycleYann Gautier2022-11-161-1/+7
|/
* mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch2022-10-241-0/+1
* mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma2022-10-171-1/+2
* mmc: queue: Cancel recovery work on cleanupChristian Löhle2022-10-171-0/+7
* mmc: block: Remove error check of hw_reset on resetChristian Löhle2022-10-171-18/+26
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-161-2/+2
|\
| * treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* | Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-10-133-1/+17
|\ \ | |/ |/|