summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
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-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
2021-03-30mmc: core: Drop superfluous validations in mmc_hw|sw_reset()Ulf Hansson
2021-03-30mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang
2021-03-09mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li
2021-03-09mmc: core: Fix partition switch time for eMMCAdrian Hunter
2021-02-22Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-12mmc: mmc_test: use erase_arg for mmc_erase commandYann Gautier
2021-02-08mmc: queue: Remove unused defineChanWoo Lee
2021-02-08mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu
2021-02-01Merge branch 'fixes' into nextUlf Hansson
2021-02-01mmc: core: Exclude unnecessary header fileChanWoo Lee
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers
2021-02-01mmc: test: clean up mmc_test_cleanup()Yue Hu
2021-02-01mmc: test: remove the shutdown functionYue Hu
2021-02-01mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu
2021-02-01mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery
2021-02-01mmc: core: convert comma to semicolonZheng Yongjun
2021-02-01mmc: core: remove redundant card null check to mmc_can_sleep()Yue Hu
2021-02-01mmc: core: remove needless err = 0 in mmc_init_card()Yue Hu
2021-02-01mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang