From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Beno=C3=AEt_Th=C3=A9baudeau?= Date: Tue, 9 Oct 2012 12:35:06 +0200 (CEST) Subject: [U-Boot] [PATCH v2] mxc: Fix SDHC multi-instance clock In-Reply-To: <700502810.5864149.1349116585050.JavaMail.root@advansee.com> Message-ID: <1850571028.6438072.1349778906864.JavaMail.root@advansee.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stefano, On Monday, October 1, 2012 8:36:25 PM, Beno?t Th?baudeau wrote: > On mxc, each SDHC instance has a dedicated clock, so gd->sdhc_clk is > not > suitable for the multi-instance use case (initialization made > directly with > fsl_esdhc_initialize()). > > This patch fixes this issue by adding a configuration field for the > SDHC input > clock frequency. > > Signed-off-by: Beno?t Th?baudeau > Cc: Stefano Babic > Cc: Eric B?nard > Cc: Otavio Salvador > Cc: Fabio Estevam > Cc: Jason Liu > Cc: Matt Sealey > Cc: Andy Fleming > --- > This patch should be applied after (series of series...): > http://patchwork.ozlabs.org/patch/187467/ > http://patchwork.ozlabs.org/patch/187468/ > http://patchwork.ozlabs.org/patch/187475/ > > This patch supersedes http://patchwork.ozlabs.org/patch/187476/ . > > Changes for v2: > - Since this patch will go to /next, extend the original patch with > the mxc > boards newly added to this branch: mx6qsabreauto and mx6qsabresd. Did you forget to apply this patch (and http://patchwork.ozlabs.org/patch/187468/ before it) when you applied my mx5 and mx25 clock series, or is it just still in your TODO list? If you could apply them before the Nitrogen6X series (in order to avoid a v3 of this patch), I'd be grateful ;) . But if you need more review/test time, of course no problem if this is not possible. Best regards, Beno?t