summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang2020-09-071-0/+4
* | mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang2020-09-071-6/+6
* | mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer2020-09-071-1/+25
* | mmc: sd: Use kobj_to_dev() instead of container_of()Tian Tao2020-09-071-1/+1
* | mmc: test: remove ambiguity in test descriptionWolfram Sang2020-09-071-4/+4
* | mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár2020-09-074-3/+103
* | mmc: sdio: Extend sdio_config_attr macro and use it also for modaliasPali Rohár2020-09-071-14/+6
* | mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár2020-09-071-0/+8
* | mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár2020-09-071-0/+3
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\
| * sched,mmc: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* | Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-08-058-34/+63
|\ \
| * | mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda2020-07-132-1/+4
| * | mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones2020-07-131-1/+1
| * | mmc: core: Add missing documetation for 'mmc' and 'ios'Lee Jones2020-07-131-0/+2
| * | mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' argLee Jones2020-07-131-0/+1
| * | mmc: core: Mark fixups as __maybe_unusedLee Jones2020-07-131-3/+3
| * | mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti2020-07-132-1/+1