Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-09-07 Thread Marek Vasut
Dear Tom Warren, > Marek, > > > -Original Message- > > From: Marek Vasut [mailto:ma...@denx.de] > > Sent: Friday, September 07, 2012 11:43 AM > > To: u-boot@lists.denx.de > > Cc: Tom Warren; Simon Glass; Scott Wood > > Subject: Re: [U-Boot] [PA

Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-09-07 Thread Tom Warren
Marek, > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Friday, September 07, 2012 11:43 AM > To: u-boot@lists.denx.de > Cc: Tom Warren; Simon Glass; Scott Wood > Subject: Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers &g

Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-09-07 Thread Marek Vasut
Dear Tom Warren, > Simon, > > > -Original Message- > > From: Simon Glass [mailto:s...@chromium.org] > > Sent: Sunday, July 29, 2012 11:53 PM > > To: U-Boot Mailing List > > Cc: Tom Warren; Stephen Warren; Scott Wood; Simon Glass > > Subject: [PATCH v4 1/6] nand: Try to align the default b

Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-09-07 Thread Tom Warren
Simon, > -Original Message- > From: Simon Glass [mailto:s...@chromium.org] > Sent: Sunday, July 29, 2012 11:53 PM > To: U-Boot Mailing List > Cc: Tom Warren; Stephen Warren; Scott Wood; Simon Glass > Subject: [PATCH v4 1/6] nand: Try to align the default buffers > > The NAND layer needs t

Re: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-07-30 Thread Scott Wood
On 07/30/2012 01:53 AM, Simon Glass wrote: > The NAND layer needs to use cache-aligned buffers by default. Towards this > goal. align the default buffers and their members according to the minimum > DMA alignment defined for the architecture. > > Signed-off-by: Simon Glass > --- > Changes in v2:

[U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers

2012-07-30 Thread Simon Glass
The NAND layer needs to use cache-aligned buffers by default. Towards this goal. align the default buffers and their members according to the minimum DMA alignment defined for the architecture. Signed-off-by: Simon Glass --- Changes in v2: - Add new patch to align default buffers in nand_base d