aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-29mmc: core: Export device/vendor ids from Common CIS for SDIO cardsPali Rohár3-2/+51
2020-05-29mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cardsPali Rohár1-0/+7
2020-05-28mmc: sdio: Fix macro name for Marvell device with ID 0x9134Pali Rohár1-1/+1
2020-05-28Merge branch 'fixes' into nextUlf Hansson1-1/+1
2020-05-28mmc: core: Enable erase/discard/trim support for all mmc hostsUlf Hansson1-4/+2
2020-05-28mmc: core: expose info about enhanced rpmb supportKrishna Konda1-0/+6
2020-05-28mmc: sdio: Align the initialization commands in retry path for UHS-IUlf Hansson1-27/+26
2020-05-28mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8Ulf Hansson1-4/+4
2020-05-28mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()Ulf Hansson1-31/+27
2020-05-28mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson1-2/+1
2020-05-28mmc: core: Use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_ATTRIBUTEZou Wei1-3/+3
2020-05-28mmc: sd: use HIGH_SPEED_BUS_SPEED in mmc_sd_switch_hs()Jisheng Zhang1-2/+2
2020-05-28mmc: core: Return 1 from mmc_regulator_set_vqmmc() if switch skippedMarek Vasut1-3/+14
2020-05-25mmc: block: Fix use-after-free issue for rpmbPeng Hao1-1/+1
2020-05-08mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter1-2/+1
2020-05-08mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg1-9/+4
2020-05-08mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti1-1/+2
2020-04-20mmc: core: make mmc_interrupt_hpi() staticJason Yan1-1/+1
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson4-60/+38
2020-03-24mmc: mmc_test: Pass different sg lists for non-blocking requestsVeerabhadrarao Badiganti1-12/+40
2020-03-24mmc: core: Fix indentationJérôme Pouiller1-7/+8
2020-03-24mmc: core: Fixup support for HW busy detection for HPI commandsUlf Hansson1-11/+25
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for HPI commandsUlf Hansson2-15/+6
2020-03-24mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()Ulf Hansson1-4/+2
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson3-40/+33
2020-03-24mmc: core: Update CMD13 busy check for CMD6 commandsUlf Hansson1-1/+1
2020-03-24mmc: core: Enable re-use of mmc_blk_in_tran_state()Ulf Hansson1-20/+4
2020-03-24mmc: core: Split up mmc_poll_for_busy()Ulf Hansson1-16/+31
2020-03-24mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson3-20/+15
2020-03-24mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson3-17/+11
2020-03-24mmc: core: Drop unused defineUlf Hansson1-1/+0
2020-03-24mmc: core: Throttle polling rate for CMD6Ulf Hansson1-0/+8
2020-03-24mmc: core: Enable the MMC host software queue for the SD cardBaolin Wang1-0/+10
2020-03-24mmc: Add MMC host software queue supportBaolin Wang3-11/+90
2020-03-12mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson1-2/+5
2020-03-11mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson1-1/+4
2020-03-11mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson1-2/+4
2020-01-24mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson1-14/+11
2020-01-24mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson1-3/+3
2020-01-24mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson1-3/+6
2020-01-20mmc: core: limit probe clock frequency to configured f_maxMichał Mirosław1-2/+8
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2-16/+4
2019-12-18mmc: core: Rework cd-gpio handlingMichał Mirosław2-26/+12
2019-12-18mmc: core: Rework wp-gpio handlingMichał Mirosław2-7/+7
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen1-5/+4
2019-11-15mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller1-0/+7
2019-11-14mmc: core: Re-work HW reset for SDIO cardsUlf Hansson4-5/+39
2019-11-14mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson1-5/+2
2019-11-13mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing1-92/+55
2019-11-13mmc: block: Make card_busy_detect() a bit more genericChaotian Jing1-8/+8