summaryrefslogtreecommitdiff
path: root/include/linux/mmc
AgeCommit message (Expand)Author
2019-11-18mmc: core: Fix size overflow for mmc partitionsBradley Bolen
2019-11-15mmc: sdio: fix wl1251 vendor idH. Nikolaus Schaller
2019-11-14mmc: core: Re-work HW reset for SDIO cardsUlf Hansson
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: Clarify that the ->ack_sdio_irq() callback is mandatoryUlf Hansson
2019-09-11mmc: core: Add helper function to indicate if SDIO IRQs is enabledUlf Hansson
2019-09-03mmc: queue: use bigger segments if DMA MAP layer can merge the segmentsYoshihiro Shimoda
2019-07-11Merge tag 'mmc-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-20mmc: sdio: Turn sdio_run_irqs() into staticUlf Hansson
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-23mmc: sdio: Add helper macro for sdio_driver boilerplateSean Wang
2019-04-23mmc: add SDIO identifiers for MediaTek Bluetooth devicesSean Wang
2019-02-28mmc: core: Add discard support to sdAvri Altman
2019-02-25mmc: core: Convert mmc_regulator_get_ocrmask() to staticUlf Hansson
2019-02-25mmc: core: Move regulator helpers to separate fileUlf Hansson
2019-02-25mmc: core: Indicate SD specs higher than 4.0Avri Altman
2019-02-25mmc: core: Calculate the discard arg only onceAvri Altman
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij
2019-02-25mmc: bcm2835: Drop pointer to mmc_host from bcm2835_hostLukas Wunner
2019-02-08mmc: block: handle complete_work on separate workqueueZachary Hays
2018-12-28Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2018-12-17mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PMUlf Hansson
2018-12-17mmc: slot-gpio: Delete legacy GPIO handlingLinus Walleij
2018-12-17mmc: core: Add ->hs400_prepare_ddr() callbackYinbo Zhu
2018-12-13brcmfmac: add support for CYW43012 SDIO chipsetChi-Hsien Lin
2018-10-08mmc: core: add helper to see if a host is doing a retuneNiklas Söderlund
2018-07-16mmc: core: Drop the unused mmc_power_save|restore_host()Ulf Hansson
2018-07-16mmc: core: more fine-grained hooks for HS400 tuningSimon Horman
2018-07-16mmc: core: Adjust and reuse the macro of R1_STATUS(x)Shawn Lin
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-29mmc: sd: Define name for default speed dtryinbo.zhu
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin
2018-05-09brcmfmac: Add support for bcm43364 wireless chipsetSean Lanigan
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson
2018-05-03Merge branch 'sdhci_omap' into nextUlf Hansson
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley
2018-05-02mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com
2018-03-05mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeupAdrian Hunter
2018-01-18mmc: slot-gpio: add a helper to check capability of GPIO WP detectionMasahiro Yamada
2017-12-11mmc: core: Remove code no longer needed after the switch to blk-mqAdrian Hunter
2017-12-11mmc: block: blk-mq: Add support for direct completionAdrian Hunter
2017-12-11mmc: core: Add parameter use_blk_mqAdrian Hunter