From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Thu, 14 Jun 2012 05:30:16 -0700 Subject: [PATCH 3/3] ARM: OMAP2+: gpmc: handle additional timings In-Reply-To: References: <20120613113217.GK12766@atomide.com> <20120613115445.GM12766@atomide.com> <20120614101901.GI12766@atomide.com> <20120614114905.GK12766@atomide.com> Message-ID: <20120614123016.GN12766@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Mohammed, Afzal [120614 05:25]: > Hi Tony, > > On Thu, Jun 14, 2012 at 17:39:41, Mohammed, Afzal wrote: > > On Thu, Jun 14, 2012 at 17:19:06, Tony Lindgren wrote: > > > > For onenand I'm getting the following error: > > > > > > omap2-onenand omap2-onenand: Cannot request GPMC CS > > > > I am a bit confused with this message, for onenand, we only have, > > > > pr_err("%s: Cannot request GPMC CS\n", __func__); > > > > dev_err is used only for nand > > This error can happen if my patches are not present, > > dev_err for onenand driver was removed by, > > [mtd: onenand: omap2: obtain memory from resource], > > seems, mtd patches are not in your present branch OK, I'll try with those. Tony