Re: [PATCH v2 3/7] mtd: nand: add a nand.h file to expose basic NAND stuff

2016-11-16 Thread Boris Brezillon
On Thu, 17 Nov 2016 14:14:21 +0800 Peter Pan wrote: > Hi Boris, > > On Sun, Oct 16, 2016 at 10:35 PM, Boris Brezillon > wrote: > > Now that raw NAND header has been moved to rawnand.h, we can add a new > > nand.h file and define the

Re: [PATCH v2 3/7] mtd: nand: add a nand.h file to expose basic NAND stuff

2016-11-16 Thread Boris Brezillon
On Thu, 17 Nov 2016 14:14:21 +0800 Peter Pan wrote: > Hi Boris, > > On Sun, Oct 16, 2016 at 10:35 PM, Boris Brezillon > wrote: > > Now that raw NAND header has been moved to rawnand.h, we can add a new > > nand.h file and define the common nand stuff in there. > > > > Signed-off-by: Boris

Re: [PATCH v2 3/7] mtd: nand: add a nand.h file to expose basic NAND stuff

2016-11-16 Thread Peter Pan
Hi Boris, On Sun, Oct 16, 2016 at 10:35 PM, Boris Brezillon wrote: > Now that raw NAND header has been moved to rawnand.h, we can add a new > nand.h file and define the common nand stuff in there. > > Signed-off-by: Boris Brezillon

Re: [PATCH v2 3/7] mtd: nand: add a nand.h file to expose basic NAND stuff

2016-11-16 Thread Peter Pan
Hi Boris, On Sun, Oct 16, 2016 at 10:35 PM, Boris Brezillon wrote: > Now that raw NAND header has been moved to rawnand.h, we can add a new > nand.h file and define the common nand stuff in there. > > Signed-off-by: Boris Brezillon > --- > include/linux/mtd/nand.h | 480 >

[PATCH v2 3/7] mtd: nand: add a nand.h file to expose basic NAND stuff

2016-10-16 Thread Boris Brezillon
Now that raw NAND header has been moved to rawnand.h, we can add a new nand.h file and define the common nand stuff in there. Signed-off-by: Boris Brezillon --- include/linux/mtd/nand.h | 480 +++ 1 file changed,

[PATCH v2 3/7] mtd: nand: add a nand.h file to expose basic NAND stuff

2016-10-16 Thread Boris Brezillon
Now that raw NAND header has been moved to rawnand.h, we can add a new nand.h file and define the common nand stuff in there. Signed-off-by: Boris Brezillon --- include/linux/mtd/nand.h | 480 +++ 1 file changed, 480 insertions(+) create mode 100644