summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* mmc: meson-gx: work around broken SDIO with certain WiFi chipsHeiner Kallweit2017-06-121-0/+9
* Merge tag 'mmc-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-05-261-0/+7
|\
| * mmc: pwrseq_simple: Parse DTS for the power-off-delay-us propertyUlf Hansson2017-05-231-0/+7
* | mmc: sdhci-iproc: suppress spurious interrupt with Multiblock readSrinath Mannam2017-05-221-1/+2
* | mmc: cavium: Fix probing race with regulatorJan Glauber2017-05-222-1/+16
* | mmc: cavium: Prevent crash with incomplete DTJan Glauber2017-05-221-15/+10
* | mmc: cavium-octeon: Use proper GPIO name for power controlDavid Daney2017-05-191-1/+1
* | mmc: cavium-octeon: Fix interrupt enable codeDavid Daney2017-05-191-1/+1
* | mmc: sdhci-xenon: kill xenon_clean_phy()Jisheng Zhang2017-05-193-19/+2
|/
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-101-4/+4
|\
| * Annotate hardware config module parameters in drivers/mmc/host/David Howells2017-04-201-4/+4
* | Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2017-05-0264-1612/+7522
|\ \
| * | mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046ayangbo lu2017-04-281-0/+14
| * | mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelayyangbo lu2017-04-281-5/+4
| * | mmc: sdhci-xenon: Fix default value of LOGIC_TIMING_ADJUST for eMMC5.0 PHYHu Ziji2017-04-281-1/+6
| * | mmc: sdhci-xenon: Fix the work flow in xenon_remove().Hu Ziji2017-04-281-2/+2
| * | mmc: sdhci-xenon: Remove redundant dev_err call in get_dt_pad_ctrl_data()Wei Yongjun2017-04-251-4/+1
| * | mmc: cavium: Use module_pci_driver to simplify the codeWei Yongjun2017-04-251-12/+1
| * | mmc: cavium: Add MMC support for Octeon SOCs.Steven J. Hill2017-04-243-0/+363
| * | mmc: cavium: Fix detection of block or byte addressing.Steven J. Hill2017-04-241-1/+1
| * | mmc: core: Export API to allow hosts to get the card addressUlf Hansson2017-04-241-0/+6
| * | mmc: sdio: Fix sdio wait busy implement limitationjiajie.hao@mediatek.com2017-04-242-3/+11
| * | mmc: sdhci-esdhc-imx: reset tuning circuit when power on mmc cardHaibo Chen2017-04-241-0/+26
| * | mmc: sdhci-of-esdhc: add delay between tuning cyclesyangbo lu2017-04-241-0/+1
| * | mmc: sdhci: Control the delay between tuning commandsAdrian Hunter2017-04-242-3/+10
| * | mmc: sdhci-of-esdhc: add tuning supportyangbo lu2017-04-242-0/+25
| * | mmc: sdhci-of-esdhc: add support for signal voltage switchyangbo lu2017-04-242-0/+75
| * | mmc: sdhci-of-esdhc: add peripheral clock supportyangbo lu2017-04-242-2/+72
| * | mmc: sdhci-pci: Allow for 3 bytes from Intel DSMAdrian Hunter2017-04-241-6/+6
| * | mmc: cavium: Fix a shift wrapping bugDan Carpenter2017-04-241-1/+1
| * | mmc: cavium: Check pointer before de-referenceJan Glauber2017-04-241-1/+1
| * | mmc: cavium: Remove redundant pointer checkJan Glauber2017-04-241-1/+1
| * | mmc: meson-gx: add support for descriptor chain modeHeiner Kallweit2017-04-241-16/+156
| * | mmc: meson-gx: add basic tuning for rx clock phaseHeiner Kallweit2017-04-241-0/+49
| * | mmc: meson-gx: introduce struct meson_tuning_paramsHeiner Kallweit2017-04-241-1/+16
| * | mmc: core: add proper be32 annotationWinkler, Tomas2017-04-244-17/+16
| * | mmc: sdhci-cadence: add parsing sdhci propertiesPiotr Sroka2017-04-241-0/+2
| * | mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()Dan Carpenter2017-04-241-2/+2
| * | mmc: sdhci-xenon: Add SoC PHY PAD voltage controlHu Ziji2017-04-243-1/+113
| * | mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHCHu Ziji2017-04-244-3/+774
| * | mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionalityHu Ziji2017-04-244-0/+612
| * | mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.cHu Ziji2017-04-242-1/+3
| * | mmc: sdhci: Export sdhci_start_signal_voltage_switch() in sdhci.cHu Ziji2017-04-242-2/+5
| * | mmc: sdhci: Export sdhci_set_ios() from sdhci.cHu Ziji2017-04-242-1/+3
| * | mmc: cavium: Support DDR mode for eMMC devicesJan Glauber2017-04-241-1/+11
| * | mmc: cavium: Add scatter-gather DMA supportJan Glauber2017-04-243-10/+127
| * | mmc: cavium: Add MMC PCI driver for ThunderX SOCsJan Glauber2017-04-244-0/+215
| * | mmc: cavium: Add core MMC driver for Cavium SOCsJan Glauber2017-04-242-0/+1174
| * | mmc: core: refactor mmc_request_done()Linus Walleij2017-04-241-11/+16
| * | mmc: core: refactor asynchronous request finalizationLinus Walleij2017-04-241-53/+33
OpenPOWER on IntegriCloud