summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: atmel-mci: use sg_copy_{from,to}_bufferChristoph Hellwig2018-05-211-12/+9
* mmc: android-goldfish: use sg_copy_{from,to}_bufferChristoph Hellwig2018-05-211-4/+4
* mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin2018-05-211-3/+5
* mmc: meson-gx: add device resetJerome Brunet2018-05-211-0/+9
* mmc: dw_mmc-bluefield: Add driver extensionLiming Sun2018-05-213-0/+91
* mmc: core: add tunable delay waiting for power to be stableShawn Lin2018-05-212-2/+6
* mmc: renesas_sdhi: Add r8a77965 supportMasaharu Hayakawa2018-05-211-0/+1
* mmc: tegra: remove redundant return statementAapo Vienamo2018-05-081-1/+1
* mmc: core: Drop unused define for timeoutUlf Hansson2018-05-081-3/+0
* mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requestsUlf Hansson2018-05-081-1/+1
* mmc: rtsx_usb: Use the provided busy timeout from the mmc coreUlf Hansson2018-05-081-1/+1
* mmc: rtsx_usb: Use MMC_CAP2_NO_SDIOUlf Hansson2018-05-081-13/+2
* mmc: core: Implement ->sw_reset bus ops for SDIOUlf Hansson2018-05-081-0/+13
* mmc: core: Share internal function to set initial signal voltageUlf Hansson2018-05-082-7/+13
* mmc: core: Export a function mmc_sw_reset() to allow soft reset of cardsUlf Hansson2018-05-082-0/+25
* mmc: core: Rename ->reset() bus ops to ->hw_reset()Ulf Hansson2018-05-085-10/+10
* mmc: core: Re-factor some code for SDIO re-initializationUlf Hansson2018-05-081-20/+19
* Merge branch 'sdhci_omap' into nextUlf Hansson2018-05-033-40/+215
|\
| * mmc: sdhci-omap: Get IODelay values for 3.3v DDR modeKishon Vijay Abraham I2018-05-031-1/+8
| * mmc: sdhci-omap: Add sdhci_omap specific ops for enable_sdio_irqKishon Vijay Abraham I2018-05-031-0/+19
| * mmc: sdhci-omap: Add support for MMC/SD controller in k2g SoCKishon Vijay Abraham I2018-05-031-0/+5
| * mmc: sdhci-omap: Workaround for Errata i834Kishon Vijay Abraham I2018-05-031-1/+2
| * mmc: sdhci: Program a relatively accurate SW timeout valueKishon Vijay Abraham I2018-05-032-7/+55
| * mmc: sdhci: Factor out target_timeout calculationAdrian Hunter2018-05-031-18/+30
| * mmc: sdhci: Add quirk to disable HW timeoutAdrian Hunter2018-05-032-4/+39
| * mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support ...Kishon Vijay Abraham I2018-05-031-0/+10
| * mmc: sdhci-omap: Invoke sdhci_get_of_property to read sdhci dt propertiesKishon Vijay Abraham I2018-05-031-0/+1
| * mmc: sdhci-omap: Workaround for Errata i843Kishon Vijay Abraham I2018-05-031-1/+34
| * mmc: sdhci-omap: Remove setting ADMA capability in driverKishon Vijay Abraham I2018-05-031-3/+0
| * mmc: sdhci-omap: Fix when capabilities are obtained from SDHCI_CAPABILITIES regKishon Vijay Abraham I2018-05-031-5/+12
* | mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin2018-05-032-4/+12
* | mmc: mediatek: add 64G DRAM DMA supportChaotian Jing2018-05-021-7/+49
* | mmc: mmci: Remove bogus local_irq_save()Thomas Gleixner2018-05-021-5/+0
* | mmc: sdhci-esdhc-imx: Set maximum watermark levels for PIO accessAndrew Gabbasov2018-05-021-0/+22
* | mmc: sdhci-msm: support voltage pad switchingVijay Viswanath2018-05-021-2/+55
* | mmc: sdhci-msm: Add support to store supported vdd-io voltagesVijay Viswanath2018-05-021-1/+28
* | mmc: renesas_sdhi_internal_dmac: add R8A77980 to whitelistSergei Shtylyov2018-05-021-0/+1
* | mmc: sdhci-cadence: fix logically and structurally dead codeGustavo A. R. Silva2018-05-021-2/+2
* | mmc: host: simplify getting .drvdataWolfram Sang2018-05-023-12/+6
* | mmc: mediatek: use of_device_get_match_data()Ryder Lee2018-05-021-5/+2
* | mmc: sdhci-pci: Fix 3.3V voltage switch for some BYT-based Intel controllersAdrian Hunter2018-05-021-7/+27
* | mmc: renesas_sdhi_internal_dmac: remove superfluous WARNWolfram Sang2018-05-021-4/+1
* | mmc: renesas_sdhi_internal_dmac: use more generic whitelistingWolfram Sang2018-05-021-2/+5
* | mmc: renesas_sdhi: Fix alignment check of sg bufferMasaharu Hayakawa2018-05-021-7/+8
* | mmc: renesas_sdhi: use helpers to access struct scatterlist membersNiklas Söderlund2018-05-021-5/+3
* | mmc: sdhci-pci: Avoid 3.3V signaling on some NI 904xKyle Roeschley2018-05-022-0/+5
* | mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley2018-05-023-0/+24
* | mmc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-05-021-8/+2
* | mmc: sunxi: Drop the init / reset of the controller from set_iosMaxime Ripard2018-05-021-7/+4
* | mmc: sunxi: Add runtime_pm supportMaxime Ripard2018-05-021-0/+48