Re: [U-Boot] [PATCH 0/3][v2] sf: Update spi-nor framework

2018-01-02 Thread Jagan Teki
On Fri, Dec 29, 2017 at 6:05 PM, Prabhakar Kushwaha wrote: > Hi Jagan, > > >> -Original Message- >> From: Prabhakar Kushwaha [mailto:prabhakar.kushw...@nxp.com] >> Sent: Thursday, December 21, 2017 5:43 PM >> To: u-boot@lists.denx.de >> Cc:

Re: [U-Boot] [PATCH 0/3][v2] sf: Update spi-nor framework

2017-12-29 Thread Prabhakar Kushwaha
Hi Jagan, > -Original Message- > From: Prabhakar Kushwaha [mailto:prabhakar.kushw...@nxp.com] > Sent: Thursday, December 21, 2017 5:43 PM > To: u-boot@lists.denx.de > Cc: jagannadh.t...@gmail.com; Poonam Aggrwal > ; Suresh Gupta ; >

[U-Boot] [PATCH 0/3][v2] sf: Update spi-nor framework

2017-12-21 Thread Prabhakar Kushwaha
SPI-NOR framework currently supports- - (1-1-1, 1-1-2, 1-1-4) read protocols - read latency(dummy bytes) are hardcoded with the assumption that the flash would support it. - No support of mode bits. - No support of flash size above 128Mib This patch set add support of 1-2-2, 1-4-4 read

[U-Boot] [PATCH 0/3][v2] sf: Update spi-nor framework

2017-12-21 Thread Prabhakar Kushwaha
SPI-NOR framework currently supports- - (1-1-1, 1-1-2, 1-1-4) read protocols - read latency(dummy bytes) are hardcoded with the assumption that the flash would support it. - No support of mode bits. - No support of flash size above 128Mib This patch set add support of 1-2-2, 1-4-4 read