aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-12mmc: mmc_test: use erase_arg for mmc_erase commandYann Gautier1-1/+1
2021-02-08mmc: queue: Remove unused defineChanWoo Lee2-3/+0
2021-02-08mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu1-3/+3
2021-02-01Merge branch 'fixes' into nextUlf Hansson1-0/+6
2021-02-01mmc: core: Exclude unnecessary header fileChanWoo Lee1-1/+0
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers8-0/+107
2021-02-01mmc: test: clean up mmc_test_cleanup()Yue Hu1-19/+5
2021-02-01mmc: test: remove the shutdown functionYue Hu1-5/+0
2021-02-01mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu3-4/+4
2021-02-01mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery1-0/+44
2021-02-01mmc: core: convert comma to semicolonZheng Yongjun1-4/+4
2021-02-01mmc: core: remove redundant card null check to mmc_can_sleep()Yue Hu1-1/+1
2021-02-01mmc: core: remove needless err = 0 in mmc_init_card()Yue Hu1-4/+0
2021-02-01mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang1-0/+6
2021-01-24block: remove unnecessary argument from blk_execute_rqGuoqing Jiang1-5/+5
2021-01-15mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne1-1/+3
2020-12-04Merge branch 'fixes' into nextUlf Hansson1-1/+1
2020-12-04mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo1-1/+1
2020-11-16mmc: core: Initial support for SD express card/hostUlf Hansson4-4/+67
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2-3/+2
2020-10-09Merge branch 'fixes' into nextUlf Hansson1-1/+1
2020-10-09mmc: core: don't set limits.discard_granularity as 0Coly Li1-1/+1
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig1-1/+1
2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang1-0/+10
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig1-2/+1
2020-09-14mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang1-4/+4
2020-09-07Merge branch 'fixes' into nextUlf Hansson1-17/+22
2020-09-07mmc: core: simplify an expressionWolfram Sang1-1/+1