
31 Jul
2012
31 Jul
'12
12:45 a.m.
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 sjg@chromium.org
Changes in v2:
- Add new patch to align default buffers in nand_base
drivers/mtd/nand/nand_base.c | 3 ++- include/linux/mtd/nand.h | 7 ++++--- 2 files changed, 6 insertions(+), 4 deletions(-)
Acked-by: Scott Wood <scottwood@freescale.com.
-Scott