[GIT PULL] MMC updates for mmc-next for 3.16, take 3
Chris Ball
chris at printf.net
Thu May 22 05:34:41 PDT 2014
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/>
More information about the linux-arm-kernel
mailing list