RE: [EXT] Re: [PATCH 3/4] mtd: spinand: Enabled support to detect parameter page

2019-05-28 Thread Shivamurthy Shastri (sshivamurthy)
Hi Miquel, > > > > > > > Some of the SPI NAND devices has parameter page which is similar to > ONFI > > > > table. > > > > > > > > But, it may not be self sufficient to propagate all the required > > > > parameters. Fixup function has been added in struct manufacturer to > > > > accommodate this.

Re: [EXT] Re: [PATCH 3/4] mtd: spinand: Enabled support to detect parameter page

2019-05-02 Thread Miquel Raynal
Hi Shiva, "Shivamurthy Shastri (sshivamurthy)" wrote on Thu, 2 May 2019 11:37:10 +: > Hi Miquel, > > > > > Hi Shivamurthy, > > > > "Shivamurthy Shastri (sshivamurthy)" wrote > > on > > Tue, 26 Mar 2019 10:52:00 +: > > > > > Some of the SPI NAND devices has parameter page which is

RE: [EXT] Re: [PATCH 3/4] mtd: spinand: Enabled support to detect parameter page

2019-05-02 Thread Shivamurthy Shastri (sshivamurthy)
Hi Miquel, > > Hi Shivamurthy, > > "Shivamurthy Shastri (sshivamurthy)" wrote > on > Tue, 26 Mar 2019 10:52:00 +: > > > Some of the SPI NAND devices has parameter page which is similar to ONFI > > table. > > > > But, it may not be self sufficient to propagate all the required > >

Re: [PATCH 3/4] mtd: spinand: Enabled support to detect parameter page

2019-04-30 Thread Miquel Raynal
Hi Shivamurthy, "Shivamurthy Shastri (sshivamurthy)" wrote on Tue, 26 Mar 2019 10:52:00 +: > Some of the SPI NAND devices has parameter page which is similar to ONFI > table. > > But, it may not be self sufficient to propagate all the required > parameters. Fixup function has been added in

[PATCH 3/4] mtd: spinand: Enabled support to detect parameter page

2019-03-26 Thread Shivamurthy Shastri (sshivamurthy)
Some of the SPI NAND devices has parameter page which is similar to ONFI table. But, it may not be self sufficient to propagate all the required parameters. Fixup function has been added in struct manufacturer to accommodate this. Signed-off-by: Shivamurthy Shastri ---