Re: [U-Boot] [PATCH 3/3] sf: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-12-21 Thread Prabhakar Kushwaha
Thanks Cyrille for taking time and reviewing this patch. Please find reply in-lined. > -Original Message- > From: Cyrille Pitchen [mailto:cyrille.pitc...@wedev4u.fr] > Sent: Wednesday, December 20, 2017 7:36 PM > To: Prabhakar Kushwaha ; u- >

Re: [U-Boot] [PATCH 3/3] sf: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-12-20 Thread Cyrille Pitchen
Hi Prabhakar, Le 20/12/2017 à 11:32, Prabhakar Kushwaha a écrit : > This patch adds support to the JESD216 rev B standard and parses the > SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'. > > It has been ported from Linux commit "mtd: spi-nor: parse Serial Flash >

[U-Boot] [PATCH 3/3] sf: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-12-20 Thread Prabhakar Kushwaha
This patch adds support to the JESD216 rev B standard and parses the SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'. It has been ported from Linux commit "mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables". It Also ports all modifications done on