summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2023-04-27Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-04-17mmc: core: Remove unused macro mmc_req_rel_wrBean Huo
2023-04-03mmc: core: remove unnecessary (void*) conversionsYu Zhe
2023-03-24mmc: core: Log about empty non-removable slotsMarc Gonzalez
2023-03-23mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit
2023-03-23mmc: core: Allow invalid regulator in mmc_regulator_set_ocr()Heiner Kallweit
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen
2023-02-27Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-17mmc: core: fix return value check in devm_mmc_alloc_host()Yang Yingliang
2023-02-15mmc: core: support setting card detect interrupt from driversHeiner Kallweit
2023-02-15mmc: core: Align to common busy polling behaviour for mmc ioctlsUlf Hansson
2023-02-14mmc: Merge branch fixes into nextUlf Hansson
2023-02-14mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang
2023-02-13mmc: core: add devm_mmc_alloc_hostHeiner Kallweit
2023-02-02mmc: core: Imply IOSCHED_BFQLinus Walleij
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-23mmc: pwrseq_sd8787: Allow being built-in irrespective of dependenciesLukas Wunner
2023-01-23mmc: sdio: Spelling s/compement/complement/Geert Uytterhoeven
2023-01-23mmc: pwrseq_simple: include deferred probe reasonsTom Fitzhenry
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2022-12-13Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-12-07mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei
2022-12-07mmc: core: refactor debugfs codeYe Bin
2022-12-07mmc: Avoid open coding by using mmc_op_tuning()ChanWoo Lee
2022-12-07mmc: core: Remove non-data R1B ioctl workaroundChristian Löhle
2022-12-07mmc: pwrseq: Use device_match_of_node()ye xingchen
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter
2022-12-07mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf...Adrian Hunter
2022-11-25mmc: mmc_test: Fix removal of debugfs fileYe Bin
2022-11-18mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-11-16mmc: core: properly select voltage range without power cycleYann Gautier
2022-10-24mmc: core: Fix WRITE_ZEROES CQE handlingVincent Whitchurch
2022-10-17mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma
2022-10-17mmc: queue: Cancel recovery work on cleanupChristian Löhle
2022-10-17mmc: block: Remove error check of hw_reset on resetChristian Löhle
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-13Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-06mmc: core: Add SD card quirk for broken discardAvri Altman
2022-09-21mmc: Merge branch fixes into nextUlf Hansson
2022-09-21mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman