| Commit message (Expand) | Author | Files | Lines |
2017-08-30 | mmc: core: remove the check of mmc_card_blockaddr for SD cards | Shawn Lin | 1 | -1/+1 |
2017-08-30 | mmc: sdhci: ignore restoring the I/O state if MMC_POWER_OFF | Zhoujie Wu | 1 | -1/+2 |
2017-08-30 | mmc: sunxi: fix support for new timings mode only SoCs | Icenowy Zheng | 1 | -1/+1 |
2017-08-30 | mmc: sunxi: Fix NULL pointer reference on clk_delays | Chen-Yu Tsai | 1 | -0/+5 |
2017-08-30 | mmc: sunxi: Add support for A83T eMMC (MMC2) | Chen-Yu Tsai | 2 | -0/+9 |
2017-08-30 | mmc: sunxi: Support MMC DDR52 transfer mode with new timing mode | Chen-Yu Tsai | 1 | -12/+18 |
2017-08-30 | mmc: sunxi: Support controllers that can use both old and new timings | Chen-Yu Tsai | 1 | -2/+43 |
2017-08-30 | clk: sunxi-ng: a83t: Support new timing mode for mmc2 clock | Chen-Yu Tsai | 1 | -8/+2 |
2017-08-30 | clk: sunxi-ng: Add MP_MMC clocks that support MMC timing modes switching | Chen-Yu Tsai | 2 | -0/+110 |
2017-08-30 | clk: sunxi-ng: Add interface to query or configure MMC timing modes. | Chen-Yu Tsai | 4 | -0/+110 |
2017-08-30 | mmc: renesas-sdhi: provide a whitelist for Gen3 SoC ES versions | Simon Horman | 2 | -0/+30 |
2017-08-30 | mmc: core: correct taac parameter according to the specification | Shawn Lin | 4 | -19/+19 |
2017-08-30 | mmc: sdhci-msm: add static to local functions | Masahiro Yamada | 1 | -2/+2 |
2017-08-30 | mmc: of_mmc_spi: fix restricted cast warning of sparse | Masahiro Yamada | 1 | -1/+1 |
2017-08-30 | mmc: bcm2835: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: mediatek: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: sdricoh_cs: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: sunxi: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: vub300: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: usdhi6rol0: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: toshsd: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: sh_mmcif: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: moxart: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: davinci: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: s3cmci: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | mmc: wmt-sdmmc: constify mmc_host_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-30 | sdhci: pci: Fix up power if device has ACPI companion | Andy Shevchenko | 1 | -0/+20 |
2017-08-30 | sdhci: acpi: Use new method to get ACPI companion | Andy Shevchenko | 1 | -2/+2 |
2017-08-30 | mmc: sdhci-xenon: ignore timing DDR52 in tuning | Zhoujie Wu | 1 | -1/+2 |
2017-08-30 | mmc: tegra: explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+2 |
2017-08-30 | mmc: sunxi: explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+2 |
2017-08-30 | mmc: sdhci-st: explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+1 |
2017-08-30 | mmc: dw_mmc: explicitly request exclusive reset control | Philipp Zabel | 1 | -1/+1 |
2017-08-30 | mmc: Convert to using %pOF instead of full_name | Rob Herring | 3 | -10/+8 |
2017-08-30 | MMC: Remove HIGHMEM dependency from mmc-spi driver | Ian Molton | 1 | -1/+1 |
2017-08-30 | mmc: host: via-sdmmc: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2017-08-30 | mmc: sdhci: remove CONFIG_MMC_DEBUG from the driver | Shawn Lin | 1 | -8/+7 |
2017-08-30 | mmc: wbsd: remove CONFIG_MMC_DEBUG from the driver | Shawn Lin | 1 | -2/+0 |
2017-08-30 | mmc: Kconfig: downgrade CONFIG_MMC_DEBUG for host drivers only | Shawn Lin | 3 | -9/+9 |
2017-08-30 | mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug | Shawn Lin | 1 | -9/+4 |
2017-08-30 | mmc: core: always check the length of sglist with total data size | Shawn Lin | 1 | -6/+3 |
2017-08-30 | mmc: core: remove check of host->removed for rescan routine | Shawn Lin | 2 | -16/+0 |
2017-08-30 | mmc: sdhci-acpi: remove unused struct sdhci_host variable | Shawn Lin | 1 | -3/+0 |
2017-08-30 | mmc: sdhci-of-arasan: use io functions from sdhci.h | Jean-Francois Dagenais | 1 | -2/+2 |
2017-08-30 | arc: remove num-slots from arc platforms | Shawn Lin | 2 | -2/+0 |
2017-08-30 | mmc: atmel-mci: add missing of_node_put | Julia Lawall | 1 | -0/+1 |
2017-08-30 | mmc: sdhci-of-at91: set clocks and presets after resume from deepest PM | Quentin Schulz | 1 | -2/+30 |
2017-08-30 | mmc: sdhci-of-at91: factor out clks and presets setting | Quentin Schulz | 1 | -65/+82 |
2017-08-30 | dt-bindings: mmc: sh_mmcif: Document r8a7743 DT bindings | Chris Paterson | 1 | -1/+2 |
2017-08-30 | mmc: atmel-mci: remove unused sg_len variable | Shawn Lin | 1 | -3/+2 |