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