
26 Nov
2012
26 Nov
'12
4:46 a.m.
-----Original Message----- From: Phil Sutter [mailto:phil.sutter@viprinet.com] Sent: 21 November 2012 18:29 To: u-boot@lists.denx.de Cc: Nico Erfurth; Prafulla Wadaskar Subject: [PATCH 1/4] Optimized nand_read_buf for kirkwood
The basic idea is taken from the linux-kernel, but further optimized.
First align the buffer to 8 bytes, then use ldrd/strd to read and store in 8 byte quantities, then do the final bytes.
Signed-off-by: Nico Erfurth ne@erfurth.eu Cc: Prafulla Wadaskar prafulla@marvell.com
Hi Phil, Have you tested this patch? I don't see your signed-off or tested-by signature in this patch.
Regards... Prafulla . . .