aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc/host.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-12mmc: queue: Fix bigger segments usageYoshihiro Shimoda1-0/+1
2019-09-11mmc: core: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson1-0/+1
2019-09-11mmc: core: Add helper function to indicate if SDIO IRQs is enabledUlf Hansson1-0/+9
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda1-0/+1
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds1-1/+0
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-20mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson1-0/+1
2019-02-25mmc: core: Convert mmc_regulator_get_ocrmask() to staticUlf Hansson1-6/+0
2019-02-25mmc: core: Move regulator helpers to separate fileUlf Hansson1-1/+0
2019-02-25mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner1-0/+5
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson1-1/+1
2018-12-17mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu1-0/+3
2018-10-08mmc: core: add helper to see if a host is doing a retuneNiklas Söderlund1-0/+5
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson1-3/+0
2018-07-16mmc: core: more fine-grained hooks for HS400 tuningSimon Horman1-0/+7
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin1-0/+1
2018-05-03Merge branch 'sdhci_omap' into nextUlf Hansson1-0/+4
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support 1.8vKishon Vijay Abraham I1-0/+4
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley1-0/+1
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter1-3/+0
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter1-0/+1
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter1-0/+1
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang1-0/+2
2017-10-30mmc: core: Add support for handling CQE requestsAdrian Hunter1-0/+2
2017-10-30mmc: core: Introduce host claiming by contextAdrian Hunter1-1/+6
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij1-1/+1
2017-08-30mmc: host: Add CQE interfaceAdrian Hunter1-0/+53
2017-08-30mmc: core: Remove unused MMC_CAP2_PACKED_CMDAdrian Hunter1-4/+0
2017-08-30mmc: core: remove check of host->removed for rescan routineShawn Lin1-3/+0
2017-06-20mmc: slot-gpio: Add support to enable irq wake on cd_irqAdrian Hunter1-0/+2
2017-06-20mmc: core: Remove MMC_CAP2_HC_ERASE_SZUlf Hansson1-1/+0
2017-06-20mmc: core: Delete bounce buffer Kconfig optionLinus Walleij1-0/+1
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson1-0/+3
2017-04-24mmc: core: add mmc_get_dma_dirHeiner Kallweit1-0/+6
2017-02-13mmc: core: Invent MMC_CAP_3_3V_DDRUlf Hansson1-11/+10
2017-02-13mmc: core: Move public functions from host.h to private headersUlf Hansson1-46/+2
2017-02-13mmc: core: Move some host specific public functions to host.hUlf Hansson1-0/+6
2017-02-13mmc: core: First step in cleaning up public mmc header filesUlf Hansson1-7/+2
2016-12-05mmc: queue: Fix queue thread wake-upAdrian Hunter1-2/+0
2016-11-29mmc: block: delete packed command supportLinus Walleij1-5/+0
2016-11-29mmc: delete is_first_req parameter from pre-request callbackLinus Walleij1-2/+1
2016-11-29mmc: core: Add helper to see if a host can be retunedSimon Horman1-0/+5
2016-11-29mmc: core: use enum mmc_blk_status properlyLinus Walleij1-1/+1
2016-09-26mmc: core: Add support for sending commands during data transferAdrian Hunter1-0/+5
2016-07-25mmc: core: Allow hosts to specify non-support for MMC commandsShawn Lin1-0/+1
2016-07-25mmc: core: Allow hosts to specify non-support for SD commandsUlf Hansson1-0/+1
2016-07-25mmc: core: implement enhanced strobe supportShawn Lin1-0/+11