RE: [PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

2018-01-22 Thread Naga Sureshkumar Relli
;punn...@xilinx.com>; > Michal Simek <mich...@xilinx.com>; dw...@infradead.org > Subject: Re: [PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash > Controller > > Hello, > > Thanks for contributing this driver. > > As you may know, the NAND framework is cu

RE: [PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

2018-01-22 Thread Naga Sureshkumar Relli
gt; computersforpe...@gmail.com; marek.va...@gmail.com; > cyrille.pitc...@wedev4u.fr; Naga Sureshkumar Relli ; > nagasures...@gmail.com; linux-kernel@vger.kernel.org; linux- > m...@lists.infradead.org; Punnaiah Choudary Kalluri ; > Michal Simek ; dw...@infradead.org > Subject: Re: [PAT

Re: [PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

2017-12-28 Thread Miquel RAYNAL
Hello, Thanks for contributing this driver. As you may know, the NAND framework is currently moving to an interface called ->exec_op(). Please look at the l2-mtd -or linux-next- tree to see what this is (drivers/mtd/nand/nand_base.c is quite well documented about this interface). New drivers

Re: [PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

2017-12-28 Thread Miquel RAYNAL
Hello, Thanks for contributing this driver. As you may know, the NAND framework is currently moving to an interface called ->exec_op(). Please look at the l2-mtd -or linux-next- tree to see what this is (drivers/mtd/nand/nand_base.c is quite well documented about this interface). New drivers

[PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

2017-12-14 Thread Naga Sureshkumar Relli
Added the basic driver for Arasan NAND Flash Controller used in Zynq UltraScale+ MPSoC. It supports only Hw ECC and upto 24bit correction. Signed-off-by: Naga Sureshkumar Relli Signed-off-by: Punnaiah Choudary Kalluri --- Changes in v9: - Added the SPDX

[PATCH v9 2/2] mtd: nand: Add support for Arasan NAND Flash Controller

2017-12-14 Thread Naga Sureshkumar Relli
Added the basic driver for Arasan NAND Flash Controller used in Zynq UltraScale+ MPSoC. It supports only Hw ECC and upto 24bit correction. Signed-off-by: Naga Sureshkumar Relli Signed-off-by: Punnaiah Choudary Kalluri --- Changes in v9: - Added the SPDX tags Changes in v8: - Implemented