Thread (1 message) 1 message, 1 author, 2014-05-22

[GIT PULL] MMC updates for mmc-next for 3.16, take 3

From: Chris Ball <hidden>
Date: 2014-05-22 12:34:41
Also in: linux-mmc

Hi,

On Thu, May 22 2014, Ulf Hansson wrote:
"mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function"

The following lines...
+       else if ((ios->timing == MMC_TIMING_UHS_DDR50) ||
+                (ios->timing == MMC_TIMING_MMC_DDR52))
+               ctrl_2 |= SDHCI_CTRL_UHS_DDR50;

Should be replaced by;
+       else if ((timing == MMC_TIMING_UHS_DDR50) ||
+                (timing == MMC_TIMING_MMC_DDR52))
+               ctrl_2 |= SDHCI_CTRL_UHS_DDR50;
Done and pushed out, thanks.

- Chris.
-- 
Chris Ball   <http://printf.net/>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help