summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2021-09-18mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar
2021-09-18mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson
2021-09-18mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctlsUlf Hansson
2021-09-18mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson
2021-07-14mmc: core: Don't allocate IDA for OF aliasesStephen Boyd
2021-07-14mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-06-30mmc: initialized disk->minorsChristoph Hellwig
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig
2021-06-30mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig
2021-06-29mmc: core: clear flags before allowing to retuneWolfram Sang
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang
2021-06-14mmc: debugfs: add description for module parameterWolfram Sang
2021-06-14mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle
2021-06-14mmc: core: Add a missing SPDX license headerAviral Gupta
2021-06-14mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao
2021-06-14mmc: core: add support for disabling HS400 mode via DTLucas Stach
2021-06-14mmc: core: Add support for cache ctrl for SD cardsUlf Hansson
2021-06-14mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson
2021-06-14mmc: block: Disable CMDQ on the ioctl pathBean Huo
2021-06-14mmc: core: Add support for Power Off Notification for SD cardsUlf Hansson
2021-06-14mmc: core: Read performance enhancements registers for SD cardsUlf Hansson
2021-06-14mmc: core: Read the SD function extension registers for power managementUlf Hansson
2021-06-14mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59Ulf Hansson
2021-06-14mmc: core: Drop open coding in mmc_sd_switch()Ulf Hansson
2021-06-14mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmdsUlf Hansson
2021-06-14mmc: core: Enable eMMC sleep commands to use HW busy pollingUlf Hansson
2021-06-14mmc: core: Extend re-use of __mmc_poll_for_busy()Ulf Hansson
2021-06-14mmc: core: Re-structure some code in __mmc_poll_for_busy()Ulf Hansson
2021-06-14mmc: core: Take into account MMC_CAP_NEED_RSP_BUSY for eMMC HPI commandsUlf Hansson
2021-06-14mmc: core: Drop open coding when preparing commands with busy signalingUlf Hansson
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby
2021-04-26mmc: block: Issue a cache flush only when it's enabledAvri Altman
2021-04-23mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman
2021-04-23mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko
2021-04-23mmc: core: Correct descriptions in mmc_of_parse()Andy Shevchenko
2021-04-15mmc: core: Let eMMC sanitize not retry in case of timeout/failureBean Huo
2021-04-15mmc: core: Add a retries parameter to __mmc_switch functionBean Huo
2021-04-12mmc: core: Use userland specified timeout value for eMMC sanitizeBean Huo
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson
2021-03-30mmc: core: Remove mq->use_cqe from the struct mmc_queueLuca Porzio
2021-03-30mmc: block: Fix error path in mmc_blk_probe()Ulf Hansson
2021-03-30mmc: block: Simplify logging during probe about added partitionsUlf Hansson
2021-03-30mmc: block: Drop use of unlikely() in mmc_blk_probe()Ulf Hansson
2021-03-30mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee
2021-03-30mmc: core: Reduce code duplication to mmc_spi_send_{csd|cid}Yue Hu
2021-03-30mmc: core: Drop reference counting of the bus_opsUlf Hansson