summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | mmc: sdio: fix clock rate setting for SDR12/SDR25 modeHaibo Chen2020-07-131-7/+8
| * | mmc: sdio: Fix 1-bit mode for SD-combo cards during suspendYue Hu2020-07-131-1/+22
| * | mmc: sdio: Enable SDIO 4-bit bus if not support SD_SCR_BUS_WIDTH_4 for SD com...Yue Hu2020-07-131-14/+12
| * | mmc: sdio: Return ret if sdio_disable_func() failsYue Hu2020-07-131-1/+1
| * | mmc: core: Always allow the card detect uevent to be consumedUlf Hansson2020-07-132-5/+8
| |/
* | mmc: remove the call to check_disk_changeChristoph Hellwig2020-07-081-3/+0
* | blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-241-4/+4
|/
* mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár2020-05-293-2/+51
* mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cardsPali Rohár2020-05-291-0/+7
* mmc: sdio: Fix macro name for Marvell device with ID 0x9134Pali Rohár2020-05-281-1/+1
* Merge branch 'fixes' into nextUlf Hansson2020-05-281-1/+1
|\
| * mmc: block: Fix use-after-free issue for rpmbPeng Hao2020-05-251-1/+1
* | mmc: core: Enable erase/discard/trim support for all mmc hostsUlf Hansson2020-05-281-4/+2
* | mmc: core: expose info about enhanced rpmb supportKrishna Konda2020-05-281-0/+6
* | mmc: sdio: Align the initialization commands in retry path for UHS-IUlf Hansson2020-05-281-27/+26
* | mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8Ulf Hansson2020-05-281-4/+4
* | mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson2020-05-281-31/+27
* | mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson2020-05-281-2/+1