aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-05-02mmc: core: Add capability to avoid 3.3V signalingKyle Roeschley3-0/+24
2018-05-02mmc: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-8/+2
2018-05-02mmc: sunxi: Drop the init / reset of the controller from set_iosMaxime Ripard1-7/+4
2018-05-02mmc: sunxi: Add runtime_pm supportMaxime Ripard1-0/+48
2018-05-02mmc: sunxi: Move the card power configuration to a functionMaxime Ripard1-15/+25
2018-05-02mmc: sunxi: Move clock configuration to a functionMaxime Ripard1-15/+18
2018-05-02mmc: sunxi: Move bus width configuration to a functionMaxime Ripard1-12/+17
2018-05-02mmc: sunxi: Change sunxi_mmc_init_host argument typeMaxime Ripard1-3/+2
2018-05-02mmc: sunxi: Reorder the headersMaxime Ripard1-23/+20
2018-05-02mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chipDiwakar Sharma1-0/+3
2018-05-02mmc: core: Add a new quirk for limiting clock rateharish_kandiga@mentor.com2-1/+11
2018-05-02mmc: dw_mmc: fix misleading comment in dw_mci_rk3288_set_iosShawn Lin1-3/+2
2018-05-02mmc: sdhci-cadence: send tune request twice to work around errataMasahiro Yamada1-4/+18
2018-05-02mmc: meson: update doc to support Meson-AXG platformNan Li2-3/+3
2018-05-02mmc: meson-axg: add support for the Meson-AXG platformNan Li1-10/+51
2018-05-02mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitionsAndrew Gabbasov1-1/+2
2018-05-02mmc: jz4740: Use dma_request_chan()Ezequiel Garcia1-15/+7
2018-05-02mmc: jz4740: Add support for the JZ4780Alex Smith2-23/+72
2018-05-02mmc: jz4740: Set clock rate to mmc->f_max rather than JZ_MMC_CLK_RATEAlex Smith1-1/+1
2018-05-02mmc: jz4740: Introduce devicetree probeEzequiel Garcia1-10/+41
2018-05-02mmc: jz4740: Reset the device requesting the interruptZubair Lutfullah Kakakhel1-1/+2
2018-05-02mmc: jz4740: Use dev_get_platdataEzequiel Garcia1-3/+3