summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Don't allocate IDA for OF aliasesStephen Boyd2021-07-141-10/+10
* mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd2021-07-141-14/+21
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-093-38/+16
|\
| * mmc: initialized disk->minorsChristoph Hellwig2021-06-301-0/+1
| * mmc: switch to blk_mq_alloc_diskChristoph Hellwig2021-06-303-25/+14
| * mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig2021-06-301-13/+1
* | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-3/+3
|\ \
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
| * | tty: cumulate and document tty_struct::flow* membersJiri Slaby2021-05-131-1/+1
* | | mmc: core: clear flags before allowing to retuneWolfram Sang2021-06-291-2/+5
| |/ |/|
* | mmc: Improve function name when aborting a tuning cmdWolfram Sang2021-06-141-2/+2
* | mmc: debugfs: add description for module parameterWolfram Sang2021-06-141-0/+1
* | mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle2021-06-141-4/+6
* | mmc: core: Add a missing SPDX license headerAviral Gupta2021-06-141-0/+1
* | mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao2021-06-141-4/+2
* | mmc: core: add support for disabling HS400 mode via DTLucas Stach2021-06-141-0/+3
* | mmc: core: Add support for cache ctrl for SD cardsUlf Hansson2021-06-143-0/+102
* | mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson2021-06-145-25/+33
* | mmc: block: Disable CMDQ on the ioctl pathBean Huo2021-06-141-0/+8
* | mmc: core: Add support for Power Off Notification for SD cardsUlf Hansson2021-06-141-3/+133
* | mmc: core: Read performance enhancements registers for SD cardsUlf Hansson2021-06-141-0/+53
* | mmc: core: Read the SD function extension registers for power managementUlf Hansson2021-06-141-0/+178
* | mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59Ulf Hansson2021-06-141-1/+3
* | mmc: core: Drop open coding in mmc_sd_switch()Ulf Hansson2021-06-141-31/+7
* | mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmdsUlf Hansson2021-06-142-6/+7
* | mmc: core: Enable eMMC sleep commands to use HW busy pollingUlf Hansson2021-06-141-5/+20
* | mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson2021-06-143-17/+32
* | mmc: core: Re-structure some code in __mmc_poll_for_busy()Ulf Hansson2021-06-141-14/+13
* | mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commandsUlf Hansson2021-06-141-16/+5
* | mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson2021-06-144-54/+31
|/
* mmc: block: Issue a cache flush only when it's enabledAvri Altman2021-04-264-3/+21
* mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman2021-04-231-0/+12
* mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko2021-04-231-14/+32
* mmc: core: Correct descriptions in mmc_of_parse()Andy Shevchenko2021-04-231-2/+2
* mmc: core: Let eMMC sanitize not retry in case of timeout/failureBean Huo2021-04-151-2/+2
* mmc: core: Add a retries parameter to __mmc_switch functionBean Huo2021-04-153-15/+16
* mmc: core: Use userland specified timeout value for eMMC sanitizeBean Huo2021-04-123-4/+7
* mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson2021-03-304-91/+59
* mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio2021-03-303-10/+9
* mmc: block: Fix error path in mmc_blk_probe()Ulf Hansson2021-03-301-7/+15
* mmc: block: Simplify logging during probe about added partitionsUlf Hansson2021-03-301-16/+9
* mmc: block: Drop use of unlikely() in mmc_blk_probe()Ulf Hansson2021-03-301-1/+1
* mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee2021-03-301-0/+6
* mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}Yue Hu2021-03-301-30/+9
* mmc: core: Drop reference counting of the bus_opsUlf Hansson2021-03-301-85/+4
* mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson2021-03-302-21/+2
* mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang2021-03-301-1/+1
* mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li2021-03-091-6/+5
* mmc: core: Fix partition switch time for eMMCAdrian Hunter2021-03-091-4/+11