aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnusCorneliu Doban1-1/+1
2018-05-21mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE registerCorneliu Doban1-5/+25
2018-05-21mmc: sdhci-iproc: remove hard coded mmc cap 1.8vSrinath Mannam1-1/+0
2018-05-21mmc: block: propagate correct returned value in mmc_rpmb_ioctlMathieu Malaterre1-1/+1
2018-05-21mmc: meson-gx: add device resetJerome Brunet1-0/+9
2018-05-21mmc: dw_mmc-bluefield: Add driver extensionLiming Sun3-0/+91
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin2-2/+6
2018-05-21mmc: renesas_sdhi: Add r8a77965 supportMasaharu Hayakawa1-0/+1
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-05-14mmc: sdio: Respect all error codes from dev_pm_domain_attach()Ulf Hansson1-1/+1
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-7/+5
2018-05-08mmc: tegra: remove redundant return statementAapo Vienamo1-1/+1
2018-05-08mmc: core: Drop unused define for timeoutUlf Hansson1-3/+0
2018-05-08mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson1-1/+1
2018-05-08mmc: rtsx_usb: Use the provided busy timeout from the mmc coreUlf Hansson1-1/+1
2018-05-08mmc: rtsx_usb: Use MMC_CAP2_NO_SDIOUlf Hansson1-13/+2
2018-05-08mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson1-0/+13
2018-05-08mmc: core: Share internal function to set initial signal voltageUlf Hansson2-7/+13
2018-05-08mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson2-0/+25
2018-05-08mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson5-10/+10
2018-05-08mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson1-20/+19
2018-05-03Merge branch 'sdhci_omap' into nextUlf Hansson3-40/+215
2018-05-03mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin2-4/+12
2018-05-03mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeKishon Vijay Abraham I1-1/+8
2018-05-03mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqKishon Vijay Abraham I1-0/+19
2018-05-03mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCKishon Vijay Abraham I1-0/+5
2018-05-03mmc: sdhci-omap: Workaround for Errata i834Kishon Vijay Abraham I1-1/+2
2018-05-03mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I2-7/+55
2018-05-03mmc: sdhci: Factor out target_timeout calculationAdrian Hunter1-18/+30
2018-05-03mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter2-4/+39
2018-05-03mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support 1.8vKishon Vijay Abraham I1-0/+10
2018-05-03mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesKishon Vijay Abraham I1-0/+1
2018-05-03mmc: sdhci-omap: Workaround for Errata i843Kishon Vijay Abraham I1-1/+34
2018-05-03mmc: sdhci-omap: Remove setting ADMA capability in driverKishon Vijay Abraham I1-3/+0
2018-05-03mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regKishon Vijay Abraham I1-5/+12
2018-05-02mmc: mediatek: add 64G DRAM DMA supportChaotian Jing1-7/+49
2018-05-02mmc: mmci: Remove bogus local_irq_save()Thomas Gleixner1-5/+0
2018-05-02mmc: sdhci-esdhc-imx: Set maximum watermark levels for PIO accessAndrew Gabbasov1-0/+22
2018-05-02mmc: sdhci-msm: support voltage pad switchingVijay Viswanath1-2/+55
2018-05-02mmc: sdhci-msm: Add support to store supported vdd-io voltagesVijay Viswanath1-1/+28
2018-05-02mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelistSergei Shtylyov1-0/+1
2018-05-02mmc: sdhci-cadence: fix logically and structurally dead codeGustavo A. R. Silva1-2/+2
2018-05-02mmc: host: simplify getting .drvdataWolfram Sang3-12/+6
2018-05-02mmc: mediatek: use of_device_get_match_data()Ryder Lee1-5/+2
2018-05-02mmc: sdhci-pci: Fix 3.3V voltage switch for some BYT-based Intel controllersAdrian Hunter1-7/+27
2018-05-02mmc: renesas_sdhi_internal_dmac: remove superfluous WARNWolfram Sang1-4/+1
2018-05-02mmc: renesas_sdhi_internal_dmac: use more generic whitelistingWolfram Sang1-2/+5
2018-05-02mmc: renesas_sdhi: Fix alignment check of sg bufferMasaharu Hayakawa1-7/+8
2018-05-02mmc: renesas_sdhi: use helpers to access struct scatterlist membersNiklas Söderlund1-5/+3
2018-05-02mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904xKyle Roeschley2-0/+5