aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2020-09-04mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-09-04Revert "mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()"Paul Gortmaker
2020-09-04Revert "mmc: core: Allow host controllers to require R1B for CMD6"Paul Gortmaker
2020-07-07mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson
2020-06-08mmc: block: Fix use-after-free issue for rpmbPeng Hao
2020-06-08mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter
2020-06-08mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg
2020-06-08mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti
2020-05-21mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson
2020-05-21mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson
2020-05-21mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-05-21mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson
2020-05-04mmc: core: Rework wp-gpio handlingMichał Mirosław
2020-04-12mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller
2020-02-11mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing
2020-02-11mmc: block: Make card_busy_detect() a bit more genericChaotian Jing
2019-10-05mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson
2019-09-10Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik
2019-09-06mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson
2019-08-06mmc: mmc_spi: Enable stable writesAndreas Koop
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-18mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson
2019-06-17mmc: core: complete HS400 before checking statusWolfram Sang
2019-06-05mmc: also set max_segment_size in the deviceChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-05-06mmc: core: Fix tag set memory leakRaul E Rangel
2019-05-06mmc: core: Verify SD bus widthRaul E Rangel
2019-05-06mmc: core: fix possible use after free of hostPan Bian
2019-04-29mmc: core: Fix warning and undefined behavior in mmc voltage handlingPavel Machek
2019-04-29mmc: core: retry CMD1 in mmc_send_op_cond() even if the ocr = 0Yoshihiro Shimoda
2019-04-15mmc: core: make pwrseq_emmc (partially) support sleepy GPIO controllersAndrea Merello
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-01mmc:fix a bug when max_discard is 0Jiong Wu
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang
2019-02-28Merge branch 'fixes' into nextUlf Hansson
2019-02-28mmc: core: Add sd discard timeoutAvri Altman
2019-02-28mmc: core: Add discard support to sdAvri Altman
2019-02-28mmc: core: do not retry CMD6 in __mmc_switch()Chaotian Jing
2019-02-27mmc: core: align max segment size with logical block sizeMing Lei
2019-02-27mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani
2019-02-25mmc: core: Convert mmc_align_data_size() into an SDIO specific functionUlf Hansson
2019-02-25mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson