Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-02-04 Thread Scott Wood
On 02/02/2013 09:04:39 AM, Marek Vasut wrote: Dear Benoît Thébaudeau, > Hi Marek, > > On Tuesday, January 8, 2013 12:18:05 PM, Benoît Thébaudeau wrote: > > Dear Marek Vasut, > > > > On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > > > Dear Benoît Thébaudeau, > > > > > > [...] > > >

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-02-02 Thread Marek Vasut
Dear Benoît Thébaudeau, > Hi Marek, > > On Tuesday, January 8, 2013 12:18:05 PM, Benoît Thébaudeau wrote: > > Dear Marek Vasut, > > > > On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > > > Dear Benoît Thébaudeau, > > > > > > [...] > > > > > > > > > > NOTE: I'm seeing issues when t

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-02-02 Thread Benoît Thébaudeau
Hi Marek, On Tuesday, January 8, 2013 12:18:05 PM, Benoît Thébaudeau wrote: > Dear Marek Vasut, > > On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > > Dear Benoît Thébaudeau, > > > > [...] > > > > > > > > NOTE: I'm seeing issues when this is compiled into U-Boot. > > > > > > U-Boot

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Scott Wood
On 01/08/2013 04:54:43 AM, Benoît Thébaudeau wrote: Dear Marek Vasut, On Tuesday, January 8, 2013 11:38:39 AM, Marek Vasut wrote: > I hope I didn't screw up the attribution. I used "From:" which I hope > is > correct. It's correctly filled, but I don't know if it's used by U-Boot's Git pro

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Benoît Thébaudeau
Dear Marek Vasut, On Tuesday, January 8, 2013 12:05:26 PM, Marek Vasut wrote: > Dear Benoît Thébaudeau, > > [...] > > > > > > NOTE: I'm seeing issues when this is compiled into U-Boot. > > > > > U-Boot > > > > > won't boot on > > > > > my MX53 board and will hang right after printing "DRAM:" and

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Marek Vasut
Dear Benoît Thébaudeau, [...] > > > > NOTE: I'm seeing issues when this is compiled into U-Boot. U-Boot > > > > won't boot on > > > > my MX53 board and will hang right after printing "DRAM:" and > > > > before > > > > printing the > > > > CPU info. I suspect it's some kind of unaligned access. >

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Benoît Thébaudeau
Dear Marek Vasut, On Tuesday, January 8, 2013 11:38:39 AM, Marek Vasut wrote: > Dear Benoît Thébaudeau, > > > Dear Marek Vasut, > > > > On Tuesday, January 8, 2013 10:33:29 AM, Marek Vasut wrote: > > > Subject: [PATCH 1/2] mxc nand: Add support for i.MX5 > > > > Where is the 2/2? > > Nowhere,

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Marek Vasut
Dear Fabio Estevam, > On Tue, Jan 8, 2013 at 7:33 AM, Marek Vasut wrote: > > From: Benoît Thébaudeau > > > > Signed-off-by: Benoît Thébaudeau > > Cc: Scott Wood > > Cc: Stefano Babic > > --- > > > > arch/arm/include/asm/arch-mx5/imx-regs.h |9 ++ > > drivers/mtd/nand/mxc_nand.c

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Marek Vasut
Dear Benoît Thébaudeau, > Dear Marek Vasut, > > On Tuesday, January 8, 2013 10:33:29 AM, Marek Vasut wrote: > > Subject: [PATCH 1/2] mxc nand: Add support for i.MX5 > > Where is the 2/2? Nowhere, it's a typo. > > From: Benoît Thébaudeau > > > > Signed-off-by: Benoît Thébaudeau > > Cc: Scott

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Benoît Thébaudeau
Dear Marek Vasut, On Tuesday, January 8, 2013 10:33:29 AM, Marek Vasut wrote: > Subject: [PATCH 1/2] mxc nand: Add support for i.MX5 Where is the 2/2? > > From: Benoît Thébaudeau > > Signed-off-by: Benoît Thébaudeau > Cc: Scott Wood > Cc: Stefano Babic > --- > arch/arm/include/asm/arch-mx

Re: [U-Boot] [PATCH 1/2] mxc nand: Add support for i.MX5

2013-01-08 Thread Fabio Estevam
On Tue, Jan 8, 2013 at 7:33 AM, Marek Vasut wrote: > From: Benoît Thébaudeau > > Signed-off-by: Benoît Thébaudeau > Cc: Scott Wood > Cc: Stefano Babic > --- > arch/arm/include/asm/arch-mx5/imx-regs.h |9 ++ > drivers/mtd/nand/mxc_nand.c | 219 > ++---