[U-Boot] [PATCH 3/5] NAND: Allow per-buffer allocation

Scott Wood scottwood at freescale.com
Wed Sep 21 20:50:53 CEST 2011


On 09/11/2011 11:04 PM, Marek Vasut wrote:
> Don't allocate NAND buffers as one block, but allocate them separately. This
> allows systems where DMA to buffers happen to allocate these buffers properly
> aligned.
> 
> Signed-off-by: Marek Vasut <marek.vasut at gmail.com>
> Cc: Scott Wood <scottwood at freescale.com>
> Cc: Stefano Babic <sbabic at denx.de>
> Cc: Wolfgang Denk <wd at denx.de>
> Cc: Detlev Zundel <dzu at denx.de>
> ---
>  drivers/mtd/nand/nand_base.c |   30 +++++++++++++++++++++++-------
>  include/linux/mtd/nand.h     |    7 ++++---
>  2 files changed, 27 insertions(+), 10 deletions(-)

Is this hardware going to be supported in Linux?  It would be nice if we
could keep this code in sync.

-Scott



More information about the U-Boot mailing list