summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * mmc: core: Add SD card quirk for broken discardAvri Altman2022-10-063-1/+17
* | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-2/+2
|\ \ | |/ |/|
| * Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-28/+18
| |\
| * | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* | | mmc: Merge branch fixes into nextUlf Hansson2022-09-211-1/+2
|\ \ \
| * | | mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris2022-09-211-1/+2
| | |/ | |/|
* / | mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit2022-09-143-5/+5
|/ /
* | mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failureAdrian Hunter2022-08-221-26/+16
* | mmc: core: Fix UHS-I SD 1.8V workaround branchAdrian Hunter2022-08-221-3/+3
|/
* Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-08-048-31/+135
|\
| * mmc: core: Add support for SDIO wakeup interruptAxe Yang2022-07-261-0/+14
| * mmc: core: quirks: Add of_node_put() when breaking out of loopLiang He2022-07-211-1/+3
| * mmc: block: Add single read for 4k sector cardsChristian Loehle2022-07-131-14/+14