aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds3-38/+16
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+3
2021-06-30mmc: initialized disk->minorsChristoph Hellwig1-0/+1
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig3-25/+14
2021-06-30mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig1-13/+1
2021-06-29mmc: core: clear flags before allowing to retuneWolfram Sang1-2/+5
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang1-2/+2
2021-06-14mmc: debugfs: add description for module parameterWolfram Sang1-0/+1
2021-06-14mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle1-4/+6
2021-06-14mmc: core: Add a missing SPDX license headerAviral Gupta1-0/+1
2021-06-14mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-14mmc: core: add support for disabling HS400 mode via DTLucas Stach1-0/+3
2021-06-14mmc: core: Add support for cache ctrl for SD cardsUlf Hansson3-0/+102
2021-06-14mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson5-25/+33
2021-06-14mmc: block: Disable CMDQ on the ioctl pathBean Huo1-0/+8
2021-06-14mmc: core: Add support for Power Off Notification for SD cardsUlf Hansson1-3/+133
2021-06-14mmc: core: Read performance enhancements registers for SD cardsUlf Hansson1-0/+53
2021-06-14mmc: core: Read the SD function extension registers for power managementUlf Hansson1-0/+178
2021-06-14mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59Ulf Hansson1-1/+3
2021-06-14mmc: core: Drop open coding in mmc_sd_switch()Ulf Hansson1-31/+7
2021-06-14mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmdsUlf Hansson2-6/+7
2021-06-14mmc: core: Enable eMMC sleep commands to use HW busy pollingUlf Hansson1-5/+20
2021-06-14mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson3-17/+32
2021-06-14mmc: core: Re-structure some code in __mmc_poll_for_busy()Ulf Hansson1-14/+13
2021-06-14mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commandsUlf Hansson1-16/+5
2021-06-14mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson4-54/+31
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-1/+1
2021-04-26mmc: block: Issue a cache flush only when it's enabledAvri Altman4-3/+21
2021-04-23mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman1-0/+12
2021-04-23mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko1-14/+32
2021-04-23mmc: core: Correct descriptions in mmc_of_parse()Andy Shevchenko1-2/+2
2021-04-15mmc: core: Let eMMC sanitize not retry in case of timeout/failureBean Huo1-2/+2
2021-04-15mmc: core: Add a retries parameter to __mmc_switch functionBean Huo3-15/+16
2021-04-12mmc: core: Use userland specified timeout value for eMMC sanitizeBean Huo3-4/+7
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson4-91/+59
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio3-10/+9
2021-03-30mmc: block: Fix error path in mmc_blk_probe()Ulf Hansson1-7/+15
2021-03-30mmc: block: Simplify logging during probe about added partitionsUlf Hansson1-16/+9
2021-03-30mmc: block: Drop use of unlikely() in mmc_blk_probe()Ulf Hansson1-1/+1
2021-03-30mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee1-0/+6
2021-03-30mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}Yue Hu1-30/+9
2021-03-30mmc: core: Drop reference counting of the bus_opsUlf Hansson1-85/+4
2021-03-30mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson2-21/+2
2021-03-30mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang1-1/+1
2021-03-09mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li1-6/+5
2021-03-09mmc: core: Fix partition switch time for eMMCAdrian Hunter1-4/+11
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds15-45/+169
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+5