summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
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
2023-02-14mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang2-15/+14
2023-02-14mmc: core: add devm_mmc_alloc_hostHeiner Kallweit1-0/+26
2023-02-02mmc: core: Imply IOSCHED_BFQLinus Walleij1-0/+1
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman2-4/+4
2023-01-23mmc: pwrseq_sd8787: Allow being built-in irrespective of dependenciesLukas Wunner1-1/+1
2023-01-23mmc: sdio: Spelling s/compement/complement/Geert Uytterhoeven1-1/+1
2023-01-23mmc: pwrseq_simple: include deferred probe reasonsTom Fitzhenry1-2/+2
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-3/+3
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-4/+3
2022-12-14Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds8-35/+28
2022-12-13Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-12-07mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei1-3/+8
2022-12-07mmc: core: refactor debugfs codeYe Bin3-8/+15
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee1-2/+1
2022-12-07mmc: core: Remove non-data R1B ioctl workaroundChristian Löhle1-13/+0
2022-12-07mmc: pwrseq: Use device_match_of_node()ye xingchen1-1/+1
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter2-3/+3
2022-12-07mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf...Adrian Hunter1-5/+0
2022-11-25mmc: mmc_test: Fix removal of debugfs fileYe Bin1-1/+2
2022-11-18mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle1-2/+7
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-11-16mmc: core: properly select voltage range without power cycleYann Gautier1-1/+7
2022-10-24mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch1-0/+1
2022-10-17mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma1-1/+2
2022-10-17mmc: queue: Cancel recovery work on cleanupChristian Löhle1-0/+7
2022-10-17mmc: block: Remove error check of hw_reset on resetChristian Löhle1-18/+26
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-10-13Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-1/+17
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2022-10-06mmc: core: Add SD card quirk for broken discardAvri Altman3-1/+17
2022-09-21mmc: Merge branch fixes into nextUlf Hansson1-1/+2
2022-09-21mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris1-1/+2
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit3-5/+5
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman1-28/+18
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-08-22mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failureAdrian Hunter1-26/+16
2022-08-22mmc: core: Fix UHS-I SD 1.8V workaround branchAdrian Hunter1-3/+3
2022-08-05Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds8-31/+135
2022-07-26mmc: core: Add support for SDIO wakeup interruptAxe Yang1-0/+14
2022-07-21mmc: core: quirks: Add of_node_put() when breaking out of loopLiang He1-1/+3
2022-07-18mmc: fix disk/queue leak in case of adding disk failureMing Lei1-2/+3