summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2022-05-12mmc: core: Set HS clock speed before sending HS CMD13Brian Norris
2022-04-08mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson
2022-02-23mmc: block: fix read single on recovery logicChristian Löhle
2022-01-27mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson
2021-12-29mmc: core: Disable card detect during shutdownUlf Hansson
2021-09-18mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar
2021-07-28mmc: core: Don't allocate IDA for OF aliasesStephen Boyd
2021-07-19mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle
2021-07-19mmc: core: clear flags before allowing to retuneWolfram Sang
2021-07-14mmc: block: Disable CMDQ on the ioctl pathBean Huo
2021-05-11mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson
2021-05-11mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee
2021-05-11mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang
2021-05-11mmc: block: Issue a cache flush only when it's enabledAvri Altman
2021-05-11mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman
2021-03-17mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li
2021-03-17mmc: core: Fix partition switch time for eMMCAdrian Hunter
2021-02-10mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang
2021-01-27mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne
2020-12-04mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-09Merge branch 'fixes' into nextUlf Hansson
2020-10-09mmc: core: don't set limits.discard_granularity as 0Coly Li
2020-09-25block: add a bdev_is_partition helperChristoph Hellwig
2020-09-25mmc: core: document mmc_hw_reset()Wolfram Sang
2020-09-24bdi: replace BDI_CAP_STABLE_WRITES with a queue and a sb flagChristoph Hellwig
2020-09-14mmc: core: clear 'doing_init_tune' also after failuresWolfram Sang
2020-09-07Merge branch 'fixes' into nextUlf Hansson
2020-09-07mmc: core: simplify an expressionWolfram Sang
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang
2020-09-07mmc: core: when downgrading HS400, callback into drivers earlierWolfram Sang
2020-09-07mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer
2020-09-07mmc: sd: Use kobj_to_dev() instead of container_of()Tian Tao
2020-09-07mmc: test: remove ambiguity in test descriptionWolfram Sang
2020-09-07mmc: sdio: Export SDIO revision and info strings to userspacePali Rohár
2020-09-07mmc: sdio: Extend sdio_config_attr macro and use it also for modaliasPali Rohár
2020-09-07mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár
2020-09-07mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár
2020-09-07mmc: sdio: Use mmc_pre_req() / mmc_post_req()Adrian Hunter
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-05Merge tag 'mmc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda
2020-07-13mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docsLee Jones
2020-07-13mmc: core: Add missing documetation for 'mmc' and 'ios'Lee Jones
2020-07-13mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' argLee Jones
2020-07-13mmc: core: Mark fixups as __maybe_unusedLee Jones
2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti
2020-07-13mmc: sdio: fix clock rate setting for SDR12/SDR25 modeHaibo Chen
2020-07-13mmc: sdio: Fix 1-bit mode for SD-combo cards during suspendYue Hu