aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds5-20/+5
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner5-20/+5
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson1-0/+3
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2-0/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner1-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-04-23mmc: sdio: Add helper macro for sdio_driver boilerplateSean Wang1-0/+12
2019-04-23mmc: add SDIO identifiers for MediaTek Bluetooth devicesSean Wang1-0/+2
2019-02-28mmc: core: Add discard support to sdAvri Altman1-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: core: Indicate SD specs higher than 4.0Avri Altman1-0/+2
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman2-0/+6
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij1-1/+1
2019-02-25mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner1-0/+5
2019-02-08mmc: block: handle complete_work on separate workqueueZachary Hays1-0/+1
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-6/+4
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson1-1/+1
2018-12-17mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij1-5/+0
2018-12-17mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu1-0/+3
2018-12-13brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin1-0/+1
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-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin1-1/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2018-05-29mmc: sd: Define name for default speed dtryinbo.zhu1-0/+1
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin1-0/+1
2018-05-09brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan1-0/+1
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson1-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
2018-05-02mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma1-0/+1
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com1-0/+1
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter1-0/+1
2018-01-18mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada1-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-11-13Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2-4/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
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-30mmc: sdhci-pci: remove outdated declarationWolfram Sang1-3/+0
2017-10-04mmc: Delete bounce buffer handlingLinus Walleij1-1/+1
2017-09-07Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds3-15/+72
2017-08-30mmc: core: Move mmc_start_areq() declarationAdrian Hunter1-4/+0
2017-08-30mmc: host: Add CQE interfaceAdrian Hunter2-0/+59