summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-07-121-1/+0Star
|\
| * mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson2019-06-201-1/+0Star
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-215-20/+5Star
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-195-20/+5Star
* | mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson2019-06-181-0/+3
* | mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2019-06-182-0/+4
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner2019-05-301-5/+1Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-15/+3Star
* mmc: sdio: Add helper macro for sdio_driver boilerplateSean Wang2019-04-231-0/+12
* mmc: add SDIO identifiers for MediaTek Bluetooth devicesSean Wang2019-04-231-0/+2
* mmc: core: Add discard support to sdAvri Altman2019-02-281-0/+1
* mmc: core: Convert mmc_regulator_get_ocrmask() to staticUlf Hansson2019-02-251-6/+0Star
* mmc: core: Move regulator helpers to separate fileUlf Hansson2019-02-251-1/+0Star
* mmc: core: Indicate SD specs higher than 4.0Avri Altman2019-02-251-0/+2
* mmc: core: Calculate the discard arg only onceAvri Altman2019-02-252-0/+6
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
* mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner2019-02-251-0/+5
* mmc: block: handle complete_work on separate workqueueZachary Hays2019-02-081-0/+1
* Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-292-6/+4Star
|\
| * mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson2018-12-171-1/+1
| * mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij2018-12-171-5/+0Star
| * mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu2018-12-171-0/+3
* | brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin2018-12-131-0/+1
|/
* mmc: core: add helper to see if a host is doing a retuneNiklas Söderlund2018-10-081-0/+5
* mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson2018-07-161-3/+0Star
* mmc: core: more fine-grained hooks for HS400 tuningSimon Horman2018-07-161-0/+7
* mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin2018-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-0/+1
|\
| * brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan2018-05-091-0/+1
* | mmc: sd: Define name for default speed dtryinbo.zhu2018-05-291-0/+1
* | mmc: core: add tunable delay waiting for power to be stableShawn Lin2018-05-211-0/+1
* | mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson2018-05-081-0/+1
* | Merge branch 'sdhci_omap' into nextUlf Hansson2018-05-031-0/+4
|\ \
| * | mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I2018-05-031-0/+4
| |/
* | mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley2018-05-021-0/+1
* | mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma2018-05-021-0/+1
* | mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com2018-05-021-0/+1
|/
* mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter2018-03-051-0/+1
* mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada2018-01-181-0/+1
* mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter2017-12-111-3/+0Star
* mmc: block: blk-mq: Add support for direct completionAdrian Hunter2017-12-111-0/+1
* mmc: core: Add parameter use_blk_mqAdrian Hunter2017-12-111-0/+1
* Merge tag 'mmc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-11-132-4/+10
|\
| * mmc: parse new binding for eMMC fixed driver typeWolfram Sang2017-10-301-0/+2
| * mmc: core: Add support for handling CQE requestsAdrian Hunter2017-10-301-0/+2
| * mmc: core: Introduce host claiming by contextAdrian Hunter2017-10-301-1/+6
| * mmc: sdhci-pci: remove outdated declarationWolfram Sang2017-10-301-3/+0Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-1/+1
* Merge tag 'mmc-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-09-073-15/+72
|\