Re: [RFC 04/12] mtd: nand: add ->exec_op() implementation

2017-10-18 Thread Boris Brezillon
On Wed, 18 Oct 2017 16:36:21 +0200 Miquel Raynal wrote: > Introduce the new way to control the NAND controller drivers by > implementing the ->exec_op() core helpers and allowing new drivers to > use it instead of relying on ->cmd_ctrl(), ->cmdfunc() and > ->read/write_byte/word/buf(). " Introdu

[RFC 04/12] mtd: nand: add ->exec_op() implementation

2017-10-18 Thread Miquel Raynal
Introduce the new way to control the NAND controller drivers by implementing the ->exec_op() core helpers and allowing new drivers to use it instead of relying on ->cmd_ctrl(), ->cmdfunc() and ->read/write_byte/word/buf(). The logic is now to send to the controller driver a list of instructions. T