summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2020-05-08mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter
2020-05-08mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg
2020-05-08mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti
2020-04-20mmc: core: make mmc_interrupt_hpi() staticJason Yan
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson
2020-03-24mmc: mmc_test: Pass different sg lists for non-blocking requestsVeerabhadrarao Badiganti
2020-03-24mmc: core: Fix indentationJérôme Pouiller
2020-03-24mmc: core: Fixup support for HW busy detection for HPI commandsUlf Hansson
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for HPI commandsUlf Hansson
2020-03-24mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()Ulf Hansson
2020-03-24mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discardUlf Hansson
2020-03-24mmc: core: Update CMD13 busy check for CMD6 commandsUlf Hansson
2020-03-24mmc: core: Enable re-use of mmc_blk_in_tran_state()Ulf Hansson
2020-03-24mmc: core: Split up mmc_poll_for_busy()Ulf Hansson
2020-03-24mmc: core: Drop redundant in-parameter to __mmc_switch()Ulf Hansson
2020-03-24mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()Ulf Hansson
2020-03-24mmc: core: Drop unused defineUlf Hansson
2020-03-24mmc: core: Throttle polling rate for CMD6Ulf Hansson
2020-03-24mmc: core: Enable the MMC host software queue for the SD cardBaolin Wang
2020-03-24mmc: Add MMC host software queue supportBaolin Wang
2020-03-12mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson
2020-03-11mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson
2020-03-11mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-01-24mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()Ulf Hansson
2020-01-24mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSDUlf Hansson
2020-01-24mmc: core: Specify timeouts for BKOPS and CACHE_FLUSH for eMMCUlf Hansson
2020-01-20mmc: core: limit probe clock frequency to configured f_maxMichał Mirosław
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław
2019-12-18mmc: core: Rework cd-gpio handlingMichał Mirosław
2019-12-18mmc: core: Rework wp-gpio handlingMichał Mirosław
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen
2019-11-15mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller
2019-11-14mmc: core: Re-work HW reset for SDIO cardsUlf Hansson
2019-11-14mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()Ulf Hansson
2019-11-13mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing
2019-11-13mmc: block: Make card_busy_detect() a bit more genericChaotian Jing
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda
2019-09-11mmc: core: Fixup processing of SDIO IRQs during system suspend/resumeUlf Hansson
2019-09-11mmc: core: WARN if SDIO IRQs are enabled for non-powered card in suspendUlf Hansson
2019-09-11mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson
2019-09-11mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson
2019-09-11mmc: core: Move code to get pending SDIO IRQs to a functionMatthias Kaehlcke
2019-09-03Revert "mmc: core: do not retry CMD6 in __mmc_switch()"Jan Kaisrlik
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda
2019-08-30mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson
2019-07-22mmc: mmc_spi: Enable stable writesAndreas Koop
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-07-10mmc: core: let the dma map ops handle bouncingChristoph Hellwig
2019-07-10mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card()Ulf Hansson