summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)Author
2018-05-21mmc: dw_mmc-bluefield: Add driver extensionLiming Sun
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin
2018-05-21mmc: renesas_sdhi: Add r8a77965 supportMasaharu Hayakawa
2018-05-08mmc: tegra: remove redundant return statementAapo Vienamo
2018-05-08mmc: core: Drop unused define for timeoutUlf Hansson
2018-05-08mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson
2018-05-08mmc: rtsx_usb: Use the provided busy timeout from the mmc coreUlf Hansson
2018-05-08mmc: rtsx_usb: Use MMC_CAP2_NO_SDIOUlf Hansson
2018-05-08mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson
2018-05-08mmc: core: Share internal function to set initial signal voltageUlf Hansson
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson
2018-05-08mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson
2018-05-03Merge branch 'sdhci_omap' into nextUlf Hansson
2018-05-03mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin
2018-05-03mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Workaround for Errata i834Kishon Vijay Abraham I
2018-05-03mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I
2018-05-03mmc: sdhci: Factor out target_timeout calculationAdrian Hunter
2018-05-03mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Workaround for Errata i843Kishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Remove setting ADMA capability in driverKishon Vijay Abraham I
2018-05-03mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regKishon Vijay Abraham I
2018-05-02mmc: mediatek: add 64G DRAM DMA supportChaotian Jing
2018-05-02mmc: mmci: Remove bogus local_irq_save()Thomas Gleixner
2018-05-02mmc: sdhci-esdhc-imx: Set maximum watermark levels for PIO accessAndrew Gabbasov
2018-05-02mmc: sdhci-msm: support voltage pad switchingVijay Viswanath
2018-05-02mmc: sdhci-msm: Add support to store supported vdd-io voltagesVijay Viswanath
2018-05-02mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelistSergei Shtylyov
2018-05-02mmc: sdhci-cadence: fix logically and structurally dead codeGustavo A. R. Silva
2018-05-02mmc: host: simplify getting .drvdataWolfram Sang
2018-05-02mmc: mediatek: use of_device_get_match_data()Ryder Lee
2018-05-02mmc: sdhci-pci: Fix 3.3V voltage switch for some BYT-based Intel controllersAdrian Hunter
2018-05-02mmc: renesas_sdhi_internal_dmac: remove superfluous WARNWolfram Sang
2018-05-02mmc: renesas_sdhi_internal_dmac: use more generic whitelistingWolfram Sang
2018-05-02mmc: renesas_sdhi: Fix alignment check of sg bufferMasaharu Hayakawa
2018-05-02mmc: renesas_sdhi: use helpers to access struct scatterlist membersNiklas Söderlund
2018-05-02mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904xKyle Roeschley
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley
2018-05-02mmc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-05-02mmc: sunxi: Drop the init / reset of the controller from set_iosMaxime Ripard
2018-05-02mmc: sunxi: Add runtime_pm supportMaxime Ripard
2018-05-02mmc: sunxi: Move the card power configuration to a functionMaxime Ripard
2018-05-02mmc: sunxi: Move clock configuration to a functionMaxime Ripard
2018-05-02mmc: sunxi: Move bus width configuration to a functionMaxime Ripard
2018-05-02mmc: sunxi: Change sunxi_mmc_init_host argument typeMaxime Ripard