summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeSeunghui Lee2022-07-134-13/+13
| * mmc: core: Replace with already defined values for readabilityChanWoo Lee2022-07-121-1/+1
| * mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capabilityAlexander Stein2022-07-121-1/+1
| * mmc: debugfs: Fix file release memory leakWei Yongjun2022-07-121-0/+1
| * mmc: debugfs: Add debug fs error state entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+23
| * mmc: debugfs: Add debug fs entry for mmc driverShaik Sajida Bhanu2022-07-121-0/+56
| * mmc: core: Capture eMMC and SD card errorsShaik Sajida Bhanu2022-07-121-1/+9
* | mmc: fix disk/queue leak in case of adding disk failureMing Lei2022-07-181-2/+3
* | blk-mq: Drop blk_mq_ops.timeout 'reserved' argJohn Garry2022-07-061-2/+1
* | block: simplify disk shutdownChristoph Hellwig2022-06-282-2/+0
|/
* mmc: block: Fix CQE recovery reset successAdrian Hunter2022-06-011-2/+1
* Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2022-05-245-21/+58
|\
| * mmc: core: Support zeroout using TRIM for eMMCVincent Whitchurch2022-05-102-4/+24
| * mmc: core: use kobj_to_dev()Minghao Chi2022-05-041-1/+1
| * mmc: core: Add CIDs for cards to the entropy poolLinus Walleij2022-04-262-0/+14
| * mmc: core: Allows to override the timeout value for ioctl() pathBean Huo2022-04-261-4/+4
| * Merge branch 'fixes' into nextUlf Hansson2022-04-261-4/+19
| |\
| * | mmc: improve API to make clear hw_reset callback is for cardsWolfram Sang2022-04-262-4/+4
| * | mmc: core: improve API to make clear that mmc_sw_reset is for cardsWolfram Sang2022-04-261-1/+2
| * | mmc: core: block: fix sloppy typing in mmc_blk_ioctl_multi_cmd()Sergey Shtylyov2022-04-261-7/+9
* | | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-2/+1
|\ \ \
| * | | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-1/+1
| * | | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-1/+0
| |/ /
* | / mmc: core: Fix busy polling for MMC_SEND_OP_COND againUlf Hansson2022-05-191-1/+1
| |/ |/|
* | mmc: core: Set HS clock speed before sending HS CMD13Brian Norris2022-04-261-4/+19
|/
* mmc: core: improve API to make clear mmc_hw_reset is for cardsWolfram Sang2022-04-083-5/+5
* mmc: core: Fixup support for writeback-cache for eMMC and SDMichael Wu2022-04-041-3/+9