Re: [PATCH] mmc: sdhci: also set driver type for MMC_DDR52

2015-08-17 Thread Jisheng Zhang
On Mon, 17 Aug 2015 19:34:39 +0800 Jisheng Zhang wrote: > commit 08f90f14aa93ad424c20bb176b52f329583e2183 ("mmc: sdhci: clarify > DDR timing mode between SD-UHS and eMMC") added MMC_DDR52 as eMMC's DDR > mode to be distinguished from SD-UHS, but it missed setting driver type > for MMC_DDR52

[PATCH] mmc: sdhci: also set driver type for MMC_DDR52

2015-08-17 Thread Jisheng Zhang
commit 08f90f14aa93ad424c20bb176b52f329583e2183 ("mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC") added MMC_DDR52 as eMMC's DDR mode to be distinguished from SD-UHS, but it missed setting driver type for MMC_DDR52 timing mode. This patches adds the missing driver type setting.

Re: [PATCH] mmc: sdhci: also set driver type for MMC_DDR52

2015-08-17 Thread Jisheng Zhang
On Mon, 17 Aug 2015 19:34:39 +0800 Jisheng Zhang jszh...@marvell.com wrote: commit 08f90f14aa93ad424c20bb176b52f329583e2183 (mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC) added MMC_DDR52 as eMMC's DDR mode to be distinguished from SD-UHS, but it missed setting driver type for

[PATCH] mmc: sdhci: also set driver type for MMC_DDR52

2015-08-17 Thread Jisheng Zhang
commit 08f90f14aa93ad424c20bb176b52f329583e2183 (mmc: sdhci: clarify DDR timing mode between SD-UHS and eMMC) added MMC_DDR52 as eMMC's DDR mode to be distinguished from SD-UHS, but it missed setting driver type for MMC_DDR52 timing mode. This patches adds the missing driver type setting. Fixes: