summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorLines
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+2
2020-10-09Merge branch 'fixes' into nextUlf Hansson-1/+1
2020-10-09mmc: core: don't set limits.discard_granularity as 0Coly Li-1/+1
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig-1/+1
2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang-0/+10
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig-2/+1
2020-09-14mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang-4/+4
2020-09-07Merge branch 'fixes' into nextUlf Hansson-17/+22
2020-09-07mmc: core: simplify an expressionWolfram Sang-1/+1
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang-0/+4
2020-09-07mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang-6/+6
2020-09-07mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer-1/+25
2020-09-07mmc: sd: Use kobj_to_dev() instead of container_of()Tian Tao-1/+1
2020-09-07mmc: test: remove ambiguity in test descriptionWolfram Sang-4/+4
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár-3/+103
2020-09-07mmc: sdio: Extend sdio_config_attr macro and use it also for modaliasPali Rohár-14/+6
2020-09-07mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár-0/+8
2020-09-07mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár-0/+3
2020-09-07mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter-17/+22
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-34/+63
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda-1/+4
2020-07-13mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones-1/+1
2020-07-13mmc: core: Add missing documetation for 'mmc' and 'ios'Lee Jones-0/+2
2020-07-13mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' argLee Jones-0/+1
2020-07-13mmc: core: Mark fixups as __maybe_unusedLee Jones-3/+3
2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti-1/+1
2020-07-13mmc: sdio: fix clock rate setting for SDR12/SDR25 modeHaibo Chen-7/+8
2020-07-13mmc: sdio: Fix 1-bit mode for SD-combo cards during suspendYue Hu-1/+22
2020-07-13mmc: sdio: Enable SDIO 4-bit bus if not support SD_SCR_BUS_WIDTH_4 for SD com...Yue Hu-14/+12
2020-07-13mmc: sdio: Return ret if sdio_disable_func() failsYue Hu-1/+1
2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson-5/+8
2020-07-08mmc: remove the call to check_disk_changeChristoph Hellwig-3/+0
2020-06-24blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig-4/+4
2020-06-15sched,mmc: Convert to sched_set_fifo*()Peter Zijlstra-2/+1
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár-2/+51
2020-05-29mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cardsPali Rohár-0/+7
2020-05-28mmc: sdio: Fix macro name for Marvell device with ID 0x9134Pali Rohár-1/+1
2020-05-28Merge branch 'fixes' into nextUlf Hansson-1/+1
2020-05-28mmc: core: Enable erase/discard/trim support for all mmc hostsUlf Hansson-4/+2
2020-05-28mmc: core: expose info about enhanced rpmb supportKrishna Konda-0/+6
2020-05-28mmc: sdio: Align the initialization commands in retry path for UHS-IUlf Hansson-27/+26
2020-05-28mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8Ulf Hansson-4/+4
2020-05-28mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson-31/+27
2020-05-28mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson-2/+1
2020-05-28mmc: core: Use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_ATTRIBUTEZou Wei-3/+3
2020-05-28mmc: sd: use HIGH_SPEED_BUS_SPEED in mmc_sd_switch_hs()Jisheng Zhang-2/+2
2020-05-28mmc: core: Return 1 from mmc_regulator_set_vqmmc() if switch skippedMarek Vasut-3/+14
2020-05-25mmc: block: Fix use-after-free issue for rpmbPeng Hao-1/+1