From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Ball Subject: Re: [GIT PULL] MMC updates for mmc-next for 3.16, take 3 Date: Thu, 22 May 2014 13:34:41 +0100 Message-ID: <86sio2q9em.fsf@void.printf.net> References: <86zjiaqarn.fsf@void.printf.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from void.printf.net ([89.145.121.20]:34242 "EHLO void.printf.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755280AbaEVMen (ORCPT ); Thu, 22 May 2014 08:34:43 -0400 In-Reply-To: (Ulf Hansson's message of "Thu, 22 May 2014 14:15:09 +0200") Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Ulf Hansson Cc: linux-mmc , "linux-arm-kernel@lists.infradead.org" , Russell King , Stephen Warren , Markus Pargmann 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