RE: [EXT] Re: [PATCH 1/8] mtd: nand: move ONFI related functions to onfi.h

2019-08-19 Thread Shivamurthy Shastri (sshivamurthy)
Hi Miquel, Thanks for reviewing. > > Hi Shiva, > > shiva.linuxwo...@gmail.com wrote on Mon, 22 Jul 2019 07:56:14 +0200: > > > From: Shivamurthy Shastri > > > > These functions will be used by both raw NAND and SPI NAND, which > > supports ONFI like standards. > > This is not exactly what you

Re: [PATCH 1/8] mtd: nand: move ONFI related functions to onfi.h

2019-08-07 Thread Miquel Raynal
Hi Shiva, shiva.linuxwo...@gmail.com wrote on Mon, 22 Jul 2019 07:56:14 +0200: > From: Shivamurthy Shastri > > These functions will be used by both raw NAND and SPI NAND, which > supports ONFI like standards. This is not exactly what you do. Why not: mtd: nand: export ONFI related functions t

[PATCH 1/8] mtd: nand: move ONFI related functions to onfi.h

2019-07-21 Thread shiva . linuxworks
From: Shivamurthy Shastri These functions will be used by both raw NAND and SPI NAND, which supports ONFI like standards. Signed-off-by: Shivamurthy Shastri --- drivers/mtd/nand/raw/internals.h | 1 - include/linux/mtd/onfi.h | 9 + 2 files changed, 9 insertions(+), 1 deletion(