* [patch 1/1] imx: fix iomux v3 [not found] <20101103145435.544024390@rtp-net.org> @ 2010-11-03 14:54 ` Arnaud Patard (Rtp) 2010-11-03 15:25 ` Fabio Estevam 0 siblings, 1 reply; 4+ messages in thread From: Arnaud Patard (Rtp) @ 2010-11-03 14:54 UTC (permalink / raw) To: linux-arm-kernel An embedded and charset-unspecified text was scrubbed... Name: test_mux.patch URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101103/288a8ddb/attachment.ksh> ^ permalink raw reply [flat|nested] 4+ messages in thread
* [patch 1/1] imx: fix iomux v3 2010-11-03 14:54 ` [patch 1/1] imx: fix iomux v3 Arnaud Patard (Rtp) @ 2010-11-03 15:25 ` Fabio Estevam 2010-11-03 19:40 ` Uwe Kleine-König 0 siblings, 1 reply; 4+ messages in thread From: Fabio Estevam @ 2010-11-03 15:25 UTC (permalink / raw) To: linux-arm-kernel Arnaud, --- On Wed, 11/3/10, Arnaud Patard <arnaud.patard@rtp-net.org> wrote: > From: Arnaud Patard <arnaud.patard@rtp-net.org> > Subject: [patch 1/1] imx: fix iomux v3 > To: s.hauer at pengutronix.de > Cc: linux-arm-kernel at lists.infradead.org, LW at KARO-electronics.de > Date: Wednesday, November 3, 2010, 12:54 PM > Commit "ARM: i.MX IOMUX-V3 replace > struct pad_desc with bitmapped cookie" > (b705cb4d42e95a4a43a8945571c8613e71526c3d) introduced a > typo which was > preventing my efikamx to boot. This patch is fixing that. Thanks. When I tried 2.6.37-rc1 today I was not able to boot Linux on Babbage. Your patch fixed the problem. > Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org> Tested-by: Fabio Estevam <fabio.estevam@freescale.com> Regards, Fabio Estevam ^ permalink raw reply [flat|nested] 4+ messages in thread
* [patch 1/1] imx: fix iomux v3 2010-11-03 15:25 ` Fabio Estevam @ 2010-11-03 19:40 ` Uwe Kleine-König 2010-11-03 20:14 ` Fabio Estevam 0 siblings, 1 reply; 4+ messages in thread From: Uwe Kleine-König @ 2010-11-03 19:40 UTC (permalink / raw) To: linux-arm-kernel On Wed, Nov 03, 2010 at 08:25:29AM -0700, Fabio Estevam wrote: > Arnaud, > > --- On Wed, 11/3/10, Arnaud Patard <arnaud.patard@rtp-net.org> wrote: > > > From: Arnaud Patard <arnaud.patard@rtp-net.org> > > Subject: [patch 1/1] imx: fix iomux v3 > > To: s.hauer at pengutronix.de > > Cc: linux-arm-kernel at lists.infradead.org, LW at KARO-electronics.de > > Date: Wednesday, November 3, 2010, 12:54 PM > > Commit "ARM: i.MX IOMUX-V3 replace > > struct pad_desc with bitmapped cookie" > > (b705cb4d42e95a4a43a8945571c8613e71526c3d) introduced a > > typo which was > > preventing my efikamx to boot. This patch is fixing that. > > Thanks. When I tried 2.6.37-rc1 today I was not able to boot Linux on Babbage. Your patch fixed the problem. Hmmm, b705cb4d42e95a4a43a8945571c8613e71526c3d is only in Sascha's imx-for-2.6.38 branch and Arnaud's patch doesn't apply to Linus tree. I wonder if that invalidates your tested-by somehow. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ | ^ permalink raw reply [flat|nested] 4+ messages in thread
* [patch 1/1] imx: fix iomux v3 2010-11-03 19:40 ` Uwe Kleine-König @ 2010-11-03 20:14 ` Fabio Estevam 0 siblings, 0 replies; 4+ messages in thread From: Fabio Estevam @ 2010-11-03 20:14 UTC (permalink / raw) To: linux-arm-kernel Hi Uwe, --- On Wed, 11/3/10, Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de> wrote: > From: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de> > Subject: Re: [patch 1/1] imx: fix iomux v3 > To: "Fabio Estevam" <fabioestevam@yahoo.com> > Cc: s.hauer at pengutronix.de, "Arnaud Patard" <arnaud.patard@rtp-net.org>, linux-arm-kernel at lists.infradead.org, LW at KARO-electronics.de > Date: Wednesday, November 3, 2010, 5:40 PM > On Wed, Nov 03, 2010 at 08:25:29AM > -0700, Fabio Estevam wrote: > > Arnaud, > > > > --- On Wed, 11/3/10, Arnaud Patard <arnaud.patard@rtp-net.org> > wrote: > > > > > From: Arnaud Patard <arnaud.patard@rtp-net.org> > > > Subject: [patch 1/1] imx: fix iomux v3 > > > To: s.hauer at pengutronix.de > > > Cc: linux-arm-kernel at lists.infradead.org, > LW at KARO-electronics.de > > > Date: Wednesday, November 3, 2010, 12:54 PM > > > Commit "ARM: i.MX IOMUX-V3 replace > > > struct pad_desc with bitmapped cookie" > > > (b705cb4d42e95a4a43a8945571c8613e71526c3d) > introduced a > > > typo which was > > > preventing my efikamx to boot. This patch is > fixing that. > > > > Thanks. When I tried 2.6.37-rc1 today I was not able > to boot Linux on Babbage. Your patch fixed the problem. > Hmmm, b705cb4d42e95a4a43a8945571c8613e71526c3d is only in > Sascha's > imx-for-2.6.38 branch and Arnaud's patch doesn't apply to > Linus tree. > > I wonder if that invalidates your tested-by somehow. Actually I tested it on Sascha?s imx-for-2.6.38 branch. Thanks, Fabio Estevam ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-11-03 20:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20101103145435.544024390@rtp-net.org>
2010-11-03 14:54 ` [patch 1/1] imx: fix iomux v3 Arnaud Patard (Rtp)
2010-11-03 15:25 ` Fabio Estevam
2010-11-03 19:40 ` Uwe Kleine-König
2010-11-03 20:14 ` Fabio Estevam
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox