summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mmc: core: Use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_ATTRIBUTEZou Wei2020-05-281-3/+3
* | mmc: sd: use HIGH_SPEED_BUS_SPEED in mmc_sd_switch_hs()Jisheng Zhang2020-05-281-2/+2
* | mmc: core: Return 1 from mmc_regulator_set_vqmmc() if switch skippedMarek Vasut2020-05-281-3/+14
|/
* mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter2020-05-081-2/+1
* mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg2020-05-081-9/+4
* mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti2020-05-081-1/+2
* mmc: core: make mmc_interrupt_hpi() staticJason Yan2020-04-201-1/+1
* mmc: core: Re-work the code for eMMC sanitizeUlf Hansson2020-03-264-60/+38
* mmc: mmc_test: Pass different sg lists for non-blocking requestsVeerabhadrarao Badiganti2020-03-241-12/+40
* mmc: core: Fix indentationJérôme Pouiller2020-03-241-7/+8
* mmc: core: Fixup support for HW busy detection for HPI commandsUlf Hansson2020-03-241-11/+25
* mmc: core: Convert to mmc_poll_for_busy() for HPI commandsUlf Hansson2020-03-242-15/+6
* mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()Ulf Hansson2020-03-241-4/+2
* mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson2020-03-243-40/+33
* mmc: core: Update CMD13 busy check for CMD6 commandsUlf Hansson2020-03-241-1/+1
* mmc: core: Enable re-use of mmc_blk_in_tran_state()Ulf Hansson2020-03-241-20/+4
* mmc: core: Split up mmc_poll_for_busy()Ulf Hansson2020-03-241-16/+31
* mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson2020-03-243-20/+15
* mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson2020-03-243-17/+11
* mmc: core: Drop unused defineUlf Hansson2020-03-241-1/+0
* mmc: core: Throttle polling rate for CMD6Ulf Hansson2020-03-241-0/+8
* mmc: core: Enable the MMC host software queue for the SD cardBaolin Wang2020-03-241-0/+10
* mmc: Add MMC host software queue supportBaolin Wang2020-03-243-11/+90
* mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson2020-03-121-2/+5
* 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