From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Mon, 30 Jul 2012 17:45:44 -0500 Subject: [U-Boot] [PATCH v4 1/6] nand: Try to align the default buffers In-Reply-To: <1343631210-22278-2-git-send-email-sjg@chromium.org> References: <1343631210-22278-1-git-send-email-sjg@chromium.org> <1343631210-22278-2-git-send-email-sjg@chromium.org> Message-ID: <50170E98.5020801@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: > - 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