Re: [PATCH 2/5] mtd: nand: provide several helpers to do common NAND operations

2017-11-30 Thread Masahiro Yamada
2017-12-01 2:01 GMT+09:00 Miquel Raynal : > From: Boris Brezillon > > This is part of the process of removing direct calls to ->cmdfunc() > outside of the core in order to introduce a better interface to execute > NAND operations. > > Here we provide several helpers and make use of them to remove

[PATCH 2/5] mtd: nand: provide several helpers to do common NAND operations

2017-11-30 Thread Miquel Raynal
From: Boris Brezillon This is part of the process of removing direct calls to ->cmdfunc() outside of the core in order to introduce a better interface to execute NAND operations. Here we provide several helpers and make use of them to remove all direct calls to ->cmdfunc(). This way, we can easi