Re: mxc_nand.c on mach-imx/imx53

2012-09-03 Thread Roland Stigge
On 09/03/2012 10:55 AM, Sascha Hauer wrote: > On Fri, Aug 31, 2012 at 12:57:37PM +0200, Roland Stigge wrote: >> On 08/31/2012 11:05 AM, Roland Stigge wrote: >>> I tried to port this on top of Sascha's patches for imx53, only for mxc v3 >>> for now, as below. >>> >>> Unfortunately, I still get: >>>

Re: mxc_nand.c on mach-imx/imx53

2012-09-03 Thread Sascha Hauer
On Fri, Aug 31, 2012 at 12:57:37PM +0200, Roland Stigge wrote: > On 08/31/2012 11:05 AM, Roland Stigge wrote: > > I tried to port this on top of Sascha's patches for imx53, only for mxc v3 > > for now, as below. > > > > Unfortunately, I still get: > > > > ... > > UnCorrectable RS-ECC Error > > U

Re: mxc_nand.c on mach-imx/imx53

2012-08-31 Thread Roland Stigge
On 08/31/2012 11:05 AM, Roland Stigge wrote: > I tried to port this on top of Sascha's patches for imx53, only for mxc v3 > for now, as below. > > Unfortunately, I still get: > > ... > UnCorrectable RS-ECC Error > UnCorrectable RS-ECC Error > UnCorrectable RS-ECC Error > UnCorrectable RS-ECC Err

Re: mxc_nand.c on mach-imx/imx53

2012-08-31 Thread Roland Stigge
Hi Eric, On 08/29/2012 05:28 PM, Eric Bénard wrote: > Le Wed, 29 Aug 2012 17:20:17 +0200, > Roland Stigge a écrit : >> Using ".ecclayout_4k = &nandv2_hw_eccoob_4k" also doesn't work. So is >> there any hint how I can proceed from here? Any plans or hint regarding >> the "XXX"? >> > you may need

Re: mxc_nand.c on mach-imx/imx53

2012-08-29 Thread Eric Bénard
Hi Roland, Le Wed, 29 Aug 2012 17:20:17 +0200, Roland Stigge a écrit : > Using ".ecclayout_4k = &nandv2_hw_eccoob_4k" also doesn't work. So is > there any hint how I can proceed from here? Any plans or hint regarding > the "XXX"? > you may need something like this patch from barebox : http://gi

Re: mxc_nand.c on mach-imx/imx53

2012-08-29 Thread Roland Stigge
Hi Sascha, On 08/29/2012 09:41 AM, Sascha Hauer wrote: > On Thu, Aug 23, 2012 at 11:30:54AM +0200, Roland Stigge wrote: >> Hi, >> >> I'd like to know about the current state of mxc_nand.c on imx53, because >> I got an error on probe() because the clock that mxc_nand is requesting >> is "nfc" but i

Re: mxc_nand.c on mach-imx/imx53

2012-08-29 Thread Sascha Hauer
Hi Roland, On Thu, Aug 23, 2012 at 11:30:54AM +0200, Roland Stigge wrote: > Hi, > > I'd like to know about the current state of mxc_nand.c on imx53, because > I got an error on probe() because the clock that mxc_nand is requesting > is "nfc" but imx53 only defines the clock "mxc_nand". The drive

mxc_nand.c on mach-imx/imx53

2012-08-23 Thread Roland Stigge
Hi, I'd like to know about the current state of mxc_nand.c on imx53, because I got an error on probe() because the clock that mxc_nand is requesting is "nfc" but imx53 only defines the clock "mxc_nand". Even after adjusting the name, probe() couldn't find the clock, so I'm wondering if mxc_nand.c