aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorFilesLines
2022-08-22mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failureGravatar Adrian Hunter 1-26/+16
2022-08-22mmc: core: Fix UHS-I SD 1.8V workaround branchGravatar Adrian Hunter 1-3/+3
2022-08-04Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 8-31/+135
2022-07-26mmc: core: Add support for SDIO wakeup interruptGravatar Axe Yang 1-0/+14
2022-07-21mmc: core: quirks: Add of_node_put() when breaking out of loopGravatar Liang He 1-1/+3
2022-07-18mmc: fix disk/queue leak in case of adding disk failureGravatar Ming Lei 1-2/+3
2022-07-13mmc: block: Add single read for 4k sector cardsGravatar Christian Loehle 1-14/+14
2022-07-13mmc: core: Use mmc_card_* macro and add a new for the sd_combo typeGravatar Seunghui Lee 4-13/+13
2022-07-12mmc: core: Replace with already defined values for readabilityGravatar ChanWoo Lee 1-1/+1
2022-07-12mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capabilityGravatar Alexander Stein 1-1/+1
2022-07-12mmc: debugfs: Fix file release memory leakGravatar Wei Yongjun 1-0/+1
2022-07-12mmc: debugfs: Add debug fs error state entry for mmc driverGravatar Shaik Sajida Bhanu 1-0/+23
2022-07-12mmc: debugfs: Add debug fs entry for mmc driverGravatar Shaik Sajida Bhanu 1-0/+56
2022-07-12mmc: core: Capture eMMC and SD card errorsGravatar Shaik Sajida Bhanu 1-1/+9
2022-07-06blk-mq: Drop blk_mq_ops.timeout 'reserved' argGravatar John Garry 1-2/+1
2022-06-28block: simplify disk shutdownGravatar Christoph Hellwig 2-2/+0
2022-06-01mmc: block: Fix CQE recovery reset successGravatar Adrian Hunter 1-2/+1
2022-05-24Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 5-21/+58
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+1
2022-05-19mmc: core: Fix busy polling for MMC_SEND_OP_COND againGravatar Ulf Hansson 1-1/+1
2022-05-10mmc: core: Support zeroout using TRIM for eMMCGravatar Vincent Whitchurch 2-4/+24
2022-05-04mmc: core: use kobj_to_dev()Gravatar Minghao Chi 1-1/+1
2022-04-26mmc: core: Add CIDs for cards to the entropy poolGravatar Linus Walleij 2-0/+14
2022-04-26mmc: core: Allows to override the timeout value for ioctl() pathGravatar Bean Huo 1-4/+4
2022-04-26Merge branch 'fixes' into nextGravatar Ulf Hansson 1-4/+19
2022-04-26mmc: improve API to make clear hw_reset callback is for cardsGravatar Wolfram Sang 2-4/+4
2022-04-26mmc: core: improve API to make clear that mmc_sw_reset is for cardsGravatar Wolfram Sang 1-1/+2
2022-04-26mmc: core: block: fix sloppy typing in mmc_blk_ioctl_multi_cmd()Gravatar Sergey Shtylyov 1-7/+9
2022-04-26mmc: core: Set HS clock speed before sending HS CMD13Gravatar Brian Norris 1-4/+19
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDGravatar Christoph Hellwig 1-1/+1
2022-04-17block: remove QUEUE_FLAG_DISCARDGravatar Christoph Hellwig 1-1/+0
2022-04-08mmc: core: improve API to make clear mmc_hw_reset is for cardsGravatar Wolfram Sang 3-5/+5
2022-04-04mmc: core: Fixup support for writeback-cache for eMMC and SDGravatar Michael Wu 1-3/+9
2022-04-04mmc: block: Check for errors after write on SPIGravatar Christian Löhle 1-1/+33
2022-03-28Merge tag 'tty-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-15/+2
2022-03-28Merge tag 'staging-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+5
2022-03-15mmc: core: Drop HS400 caps unless 8-bit bus is supported tooGravatar Ulf Hansson 2-7/+11
2022-03-15mmc: host: Return an error when ->enable_sdio_irq() ops is missingGravatar Ulf Hansson 1-2/+13
2022-03-15mmc: core: Improve fallback to speed modes if eMMC HS200 failsGravatar Ulf Hansson 1-3/+13
2022-03-14Merge 5.17-rc8 into staging-nextGravatar Greg Kroah-Hartman 5-8/+14
2022-03-07Merge branch 'fixes' into nextGravatar Ulf Hansson 5-8/+14
2022-03-07mmc: core: Restore (almost) the busy polling for MMC_SEND_OP_CONDGravatar Ulf Hansson 5-8/+14
2022-02-28sdio_uart: make use of UART_LCR_WLEN() + tty_get_char_size()Gravatar Jiri Slaby 1-15/+2
2022-02-28mmc: core: use sysfs_emit() instead of sprintf()Gravatar Sergey Shtylyov 6-31/+34
2022-02-28Merge 5.17-rc6 into staging-nextGravatar Greg Kroah-Hartman 1-14/+14
2022-02-17staging: wfx: apply the necessary SDIO quirks for the Silabs WF200Gravatar Jérôme Pouiller 1-0/+5
2022-02-08mmc: block: fix read single on recovery logicGravatar Christian Löhle 1-14/+14
2022-01-24mmc: core: Wait for command setting 'Power Off Notification' bit to completeGravatar Andrey Skvortsov 1-1/+7
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-17/+21
2021-12-28mmc: pwrseq: Use bitmap_free() to free bitmapGravatar Christophe JAILLET 1-1/+1