summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson2020-03-111-1/+4
* mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson2020-03-111-2/+4
* mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson2020-01-241-14/+11
* mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson2020-01-241-3/+3
* mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson2020-01-241-3/+6
* mmc: core: limit probe clock frequency to configured f_maxMichał Mirosław2020-01-201-2/+8
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-182-16/+4
* mmc: core: Rework cd-gpio handlingMichał Mirosław2019-12-182-26/+12
* mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-182-7/+7
* mmc: core: Fix size overflow for mmc partitionsBradley Bolen2019-11-181-5/+4
* mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller2019-11-151-0/+7
* mmc: core: Re-work HW reset for SDIO cardsUlf Hansson2019-11-144-5/+39
* mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson2019-11-141-5/+2
* mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing2019-11-131-92/+55
* mmc: block: Make card_busy_detect() a bit more genericChaotian Jing2019-11-131-8/+8
* Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-3/+38
|\
| * mmc: queue: Fix bigger segments usageYoshihiro Shimoda2019-09-121-1/+7
| * mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda2019-09-031-3/+32
* | mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson2019-09-112-2/+3
* | mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson2019-09-111-0/+2
* | mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson2019-09-111-2/+1
* | mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson2019-09-111-3/+6
* | mmc: core: Move code to get pending SDIO IRQs to a functionMatthias Kaehlcke2019-09-111-16/+30
* | Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik2019-09-031-1/+1
* | mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson2019-08-301-0/+6
|/
* mmc: mmc_spi: Enable stable writesAndreas Koop2019-07-221-0/+5
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-115-119/+49
|\
| * mmc: core: let the dma map ops handle bouncingChristoph Hellwig2019-07-101-5/+2
| * mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson2019-07-101-11/+9
| * mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card()Ulf Hansson2019-07-101-12/+6
| * mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resumeUlf Hansson2019-07-101-7/+7
| * mmc: sdio: Drop powered-on re-init at runtime resume and HW resetUlf Hansson2019-07-101-7/+1
| * mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card()Ulf Hansson2019-07-101-17/+17
| * mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore()Ulf Hansson2019-07-101-4/+0
| * mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson2019-06-201-2/+1
| * Merge branch 'fixes' into nextUlf Hansson2019-06-182-1/+16
| |\
| * \ Merge branch 'fixes' into nextUlf Hansson2019-06-182-2/+80
| |\ \
| * | | mmc: core: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-172-57/+9
* | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2111-45/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1911-45/+11
* | | | mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson2019-06-182-1/+16
| |_|/ |/| |
* | | mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson2019-06-181-0/+40
* | | mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2019-06-182-2/+40
| |/ |/|
* | mmc: core: complete HS400 before checking statusWolfram Sang2019-06-171-3/+3
|/
* mmc: also set max_segment_size in the deviceChristoph Hellwig2019-06-051-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-306-12/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3015-75/+15
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'mmc-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-05-075-26/+41
|\