[LINUX PATCH v11 0/3] Add support for Arasan NAND Flash controller

From: Naga Sureshkumar Relli
Date: Tue Sep 25 2018 - 08:21:07 EST


This patch series adds the basic driver support for Arasan NAND Flash controller.
We are reinitiating the patch series by fixing the comments given by Miquel and Boris.
Major changes are exec_op() implementation related.
Rebased to 4.19 nand tree.
Tested MT29F32G08ABCDBJ4.

As suggested by Boris, it also adds a new varaible called mode in
struct nand_sdr_timings, which will give directly the sdr operating
mode. and it is useful for some controllers, where we can configure
direclty the operating mode instead of timings.

Naga Sureshkumar Relli (3):
dt-bindings: mtd: arasan: Add device tree binding documentation
mtd: rawnand: Add an option to get sdr timing mode number
mtd: rawnand: arasan: Add support for Arasan NAND Flash Controller

.../devicetree/bindings/mtd/arasan_nand.txt | 33 +
drivers/mtd/nand/raw/Kconfig | 7 +
drivers/mtd/nand/raw/Makefile | 1 +
drivers/mtd/nand/raw/arasan_nand.c | 1324 ++++++++++++++++++++
drivers/mtd/nand/raw/nand_timings.c | 6 +
include/linux/mtd/rawnand.h | 2 +
6 files changed, 1373 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mtd/arasan_nand.txt
create mode 100644 drivers/mtd/nand/raw/arasan_nand.c

--
2.7.4