RE: [EXT] Re: [PATCH 1/4] mtd: rawnand: Turn the ONFI support to generic

2019-05-02 Thread Shivamurthy Shastri (sshivamurthy)
Hi Miquel, > Hi Shivamurthy, > > Sorry for the long delay I was a bit overloaded. > > "Shivamurthy Shastri (sshivamurthy)" wrote > on > Tue, 26 Mar 2019 10:51:47 +: > > > Fix headers to make way for adding helper functions. > > > > Add onfi helper structure. > > > > Add helper functions

Re: [PATCH 1/4] mtd: rawnand: Turn the ONFI support to generic

2019-04-30 Thread Miquel Raynal
Hi Shivamurthy, Sorry for the long delay I was a bit overloaded. "Shivamurthy Shastri (sshivamurthy)" wrote on Tue, 26 Mar 2019 10:51:47 +: > Fix headers to make way for adding helper functions. > > Add onfi helper structure. > > Add helper functions in raw NAND core, which later will be

[PATCH 1/4] mtd: rawnand: Turn the ONFI support to generic

2019-03-26 Thread Shivamurthy Shastri (sshivamurthy)
Fix headers to make way for adding helper functions. Add onfi helper structure. Add helper functions in raw NAND core, which later will be used during ONFI detection. Signed-off-by: Shivamurthy Shastri --- drivers/mtd/nand/raw/internals.h | 6 +- drivers/mtd/nand/raw/nand_base.c | 236