[U-Boot] [U-Boot, v4, 10/19] mtd: nand: add the rockchip nand controller driver

Philipp Tomsich philipp.tomsich at theobroma-systems.com
Fri Aug 18 16:06:23 UTC 2017


> Add basic Rockchip nand driver.
> 
> Driver in current state has 16, 24, 40, 60 per 1024B BCH/ECC ability and 8 bit asynchronous flash interface support. Other features will come later.
> 
> Signed-off-by: Paweł Jarosz <paweljarosz3691 at gmail.com>
> ---
> Changes since v1:
> - none
> 
> Changes since v2:
> - fixed correct ecc checking
> 
> Changes since v3:
> - none
> 
>  drivers/mtd/nand/Kconfig         |   6 +
>  drivers/mtd/nand/Makefile        |   1 +
>  drivers/mtd/nand/rockchip_nand.c | 660 +++++++++++++++++++++++++++++++++++++++
>  include/fdtdec.h                 |   1 +
>  lib/fdtdec.c                     |   1 +
>  5 files changed, 669 insertions(+)
>  create mode 100644 drivers/mtd/nand/rockchip_nand.c
> 

Acked-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>


More information about the U-Boot mailing list