summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-04-24mmc: cavium: Add MMC support for Octeon SOCs.Steven J. Hill3-0/+363
2017-04-24mmc: cavium: Fix detection of block or byte addressing.Steven J. Hill1-1/+1
2017-04-24mmc: core: Export API to allow hosts to get the card addressUlf Hansson2-0/+8
2017-04-24mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2-3/+11
2017-04-24mmc: sdhci-esdhc-imx: reset tuning circuit when power on mmc cardHaibo Chen1-0/+26
2017-04-24clk: apn806: fix spelling mistake: "mising" -> "missing"Colin Ian King1-1/+1
2017-04-24mmc: sdhci-of-esdhc: add delay between tuning cyclesyangbo lu1-0/+1
2017-04-24mmc: sdhci: Control the delay between tuning commandsAdrian Hunter2-3/+10
2017-04-24mmc: sdhci-of-esdhc: add tuning supportyangbo lu2-0/+25
2017-04-24mmc: sdhci-of-esdhc: add support for signal voltage switchyangbo lu2-0/+75
2017-04-24mmc: sdhci-of-esdhc: add peripheral clock supportyangbo lu2-2/+72
2017-04-24mmc: sdhci-pci: Allow for 3 bytes from Intel DSMAdrian Hunter1-6/+6
2017-04-24mmc: cavium: Fix a shift wrapping bugDan Carpenter1-1/+1
2017-04-24mmc: cavium: Check pointer before de-referenceJan Glauber1-1/+1
2017-04-24mmc: cavium: Remove redundant pointer checkJan Glauber1-1/+1
2017-04-24mmc: meson-gx: add support for descriptor chain modeHeiner Kallweit1-16/+156
2017-04-24mmc: meson-gx: add basic tuning for rx clock phaseHeiner Kallweit1-0/+49
2017-04-24mmc: meson-gx: introduce struct meson_tuning_paramsHeiner Kallweit1-1/+16
2017-04-24mmc: core: add proper be32 annotationWinkler, Tomas4-17/+16
2017-04-24mmc: sdhci-cadence: add parsing sdhci propertiesPiotr Sroka1-0/+2
2017-04-24mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2017-04-24MAINTAINERS: add entry for Marvell Xenon MMC Host Controller driversHu Ziji1-0/+7
2017-04-24mmc: sdhci-xenon: Add SoC PHY PAD voltage controlHu Ziji3-1/+113
2017-04-24mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHCHu Ziji4-3/+774
2017-04-24mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionalityHu Ziji4-0/+612
2017-04-24dt: bindings: Add bindings for Marvell Xenon SD Host ControllerHu Ziji1-0/+170
2017-04-24mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji2-1/+3
2017-04-24mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji2-2/+5
2017-04-24mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji2-1/+3
2017-04-24clk: apn806: Turn the eMMC clock as optional for dts backwards compatibleGregory CLEMENT1-7/+13
2017-04-24clk: apn806: Add eMMC clock to system controller driverKonstantin Porotchkin2-2/+16
2017-04-24MAINTAINERS: Add entry for Cavium MMC driverJan Glauber1-0/+8
2017-04-24mmc: cavium: Support DDR mode for eMMC devicesJan Glauber1-1/+11
2017-04-24mmc: cavium: Add scatter-gather DMA supportJan Glauber3-10/+127
2017-04-24mmc: cavium: Add MMC PCI driver for ThunderX SOCsJan Glauber4-0/+215
2017-04-24mmc: cavium: Add core MMC driver for Cavium SOCsJan Glauber2-0/+1174
2017-04-24dt-bindings: mmc: Add Cavium SOCs MMC bindingsJan Glauber1-0/+57
2017-04-24mmc: core: refactor mmc_request_done()Linus Walleij1-11/+16
2017-04-24mmc: core: refactor asynchronous request finalizationLinus Walleij1-53/+33
2017-04-24mmc: core: move some code in mmc_start_areq()Linus Walleij1-8/+5
2017-04-24mmc: core: Factor out mrq preparation from mmc_start_request()Adrian Hunter1-13/+27
2017-04-24mmc: core: Factor out debug prints from mmc_start_request()Adrian Hunter1-13/+20
2017-04-24mmc: block: Factor out data preparationAdrian Hunter1-69/+82
2017-04-24mmc: block: Change mmc_apply_rel_rw() to get block address from the requestAdrian Hunter1-1/+1
2017-04-24mmc: block: Disable Command Queue while RPMB is usedAdrian Hunter1-8/+38
2017-04-24mmc: mmc_test: Disable Command Queue while mmc_test is usedAdrian Hunter3-0/+23
2017-04-24mmc: mmc: Add functions to enable / disable the Command QueueAdrian Hunter5-0/+34
2017-04-24mmc: queue: Share mmc request array between partitionsAdrian Hunter4-96/+156
2017-04-24mmc: block: Introduce queue semanticsAdrian Hunter3-56/+95
2017-04-24mmc: block: Use local var for mqrq_curAdrian Hunter1-12/+14