[U-Boot] [PATCH v2 0/3] sunxi: nand: Basic NAND driver for SPL

Boris Brezillon boris.brezillon at free-electrons.com
Mon Jul 20 17:05:12 CEST 2015


Hi Piotr,

I don't know what's the policy in u-boot, but in most open source
projects we usually start a new thread when sending a new version of a
specific patch series.

On Mon, 20 Jul 2015 14:37:24 +0200
Piotr Zierhoffer <pzierhoffer at antmicro.com> wrote:

> 
> This is a basic driver for the sunxi NAND controller for Allwinner A20.
> It supports only SPL.
> 
> The driver uses DMA for data transfers. It does not support writing.
> 
> Changes in v2:
> - removed traces of non-SPL-specific code
> - moved the driver from boards/sunxi to drivers/mtd/nand
> - moved magic values to defines (whenever possible)
> - removed unnecesary late initialisation code
> - code style changes as suggested for the first patch set:
>   - changed visibility of some symbols
>   - renamed unclear variables
>   - renamed header protector
>   - changed types of pointer variables
>   - other minor changes
> - renamed defines to be more relevant
> - moved Kconfig entry for the driver to drivers/mtd/nand
> - reworded Kconfig entry help

You also completely dropped the a20_nandread command (which is a good
thing IMHO), right ?

Best Regards,

Boris

-- 
Boris Brezillon, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the U-Boot mailing list