summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag 'mmc-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-02-2215-45/+169
|\
| * mmc: mmc_test: use erase_arg for mmc_erase commandYann Gautier2021-02-121-1/+1
| * mmc: queue: Remove unused defineChanWoo Lee2021-02-082-3/+0
| * mmc: core: Use host instead of card argument to mmc_spi_send_csd()Yue Hu2021-02-081-3/+3
| * Merge branch 'fixes' into nextUlf Hansson2021-02-011-0/+6
| |\
| * | mmc: core: Exclude unnecessary header fileChanWoo Lee2021-02-011-1/+0
| * | mmc: core: Add basic support for inline encryptionEric Biggers2021-02-018-0/+107
| * | mmc: test: clean up mmc_test_cleanup()Yue Hu2021-02-011-19/+5
| * | mmc: test: remove the shutdown functionYue Hu2021-02-011-5/+0
| * | mmc: core: remove unused host parameter of mmc_sd_get_csd()Yue Hu2021-02-013-4/+4
| * | mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery2021-02-011-0/+44
| * | mmc: core: convert comma to semicolonZheng Yongjun2021-02-011-4/+4
| * | mmc: core: remove redundant card null check to mmc_can_sleep()Yue Hu2021-02-011-1/+1
| * | mmc: core: remove needless err = 0 in mmc_init_card()Yue Hu2021-02-011-4/+0
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-5/+5
|\ \ \ | |_|/ |/| |
| * | block: remove unnecessary argument from blk_execute_rqGuoqing Jiang2021-01-241-5/+5
| |/
* / mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang2021-02-011-0/+6
|/
* mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne2021-01-151-1/+3
* Merge branch 'fixes' into nextUlf Hansson2020-12-041-1/+1
|\
| * mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo2020-12-041-1/+1
* | mmc: core: Initial support for SD express card/hostUlf Hansson2020-11-164-4/+67
|/
* Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-132-3/+2
|\
| * block: add a bdev_is_partition helperChristoph Hellwig2020-09-251-1/+1
| * bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig2020-09-241-2/+1
* | Merge branch 'fixes' into nextUlf Hansson2020-10-091-1/+1
|\ \
| * | mmc: core: don't set limits.discard_granularity as 0Coly Li2020-10-091-1/+1
* | | mmc: core: document mmc_hw_reset()Wolfram Sang2020-09-251-0/+10
* | | mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang2020-09-141-4/+4
* | | Merge branch 'fixes' into nextUlf Hansson2020-09-071-17/+22
|\| |
| * | mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter2020-09-071-17/+22
| |/
* | mmc: core: simplify an expressionWolfram Sang2020-09-071-1/+1