Re: [PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-09-06 Thread Cyrille Pitchen
Hi Geert, thanks for your report: I'm writing a bug fix right now! Best regards, Cyrille Le 06/09/2017 à 18:51, Geert Uytterhoeven a écrit : > Hi Cyrille, Boris, > > On Mon, Jun 26, 2017 at 3:10 PM, Cyrille Pitchen > wrote: >> This patch adds support to the

Re: [PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-09-06 Thread Cyrille Pitchen
Hi Geert, thanks for your report: I'm writing a bug fix right now! Best regards, Cyrille Le 06/09/2017 à 18:51, Geert Uytterhoeven a écrit : > Hi Cyrille, Boris, > > On Mon, Jun 26, 2017 at 3:10 PM, Cyrille Pitchen > wrote: >> This patch adds support to the JESD216 rev B standard and parses

Re: [PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-09-06 Thread Geert Uytterhoeven
Hi Cyrille, Boris, On Mon, Jun 26, 2017 at 3:10 PM, Cyrille Pitchen wrote: > This patch adds support to the JESD216 rev B standard and parses the SFDP > tables to dynamically initialize the 'struct spi_nor_flash_parameter'. > > Signed-off-by: Cyrille Pitchen

Re: [PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-09-06 Thread Geert Uytterhoeven
Hi Cyrille, Boris, On Mon, Jun 26, 2017 at 3:10 PM, Cyrille Pitchen wrote: > This patch adds support to the JESD216 rev B standard and parses the SFDP > tables to dynamically initialize the 'struct spi_nor_flash_parameter'. > > Signed-off-by: Cyrille Pitchen This patch, which is now commit

Re: [PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-06-27 Thread Marek Vasut
On 06/26/2017 03:10 PM, Cyrille Pitchen wrote: > This patch adds support to the JESD216 rev B standard and parses the SFDP > tables to dynamically initialize the 'struct spi_nor_flash_parameter'. > > Signed-off-by: Cyrille Pitchen Changelog is missing. And for

Re: [PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-06-27 Thread Marek Vasut
On 06/26/2017 03:10 PM, Cyrille Pitchen wrote: > This patch adds support to the JESD216 rev B standard and parses the SFDP > tables to dynamically initialize the 'struct spi_nor_flash_parameter'. > > Signed-off-by: Cyrille Pitchen Changelog is missing. And for such a huge patch, the description

[PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-06-26 Thread Cyrille Pitchen
This patch adds support to the JESD216 rev B standard and parses the SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'. Signed-off-by: Cyrille Pitchen --- drivers/mtd/spi-nor/spi-nor.c | 775 +-

[PATCH v3 2/2] mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables

2017-06-26 Thread Cyrille Pitchen
This patch adds support to the JESD216 rev B standard and parses the SFDP tables to dynamically initialize the 'struct spi_nor_flash_parameter'. Signed-off-by: Cyrille Pitchen --- drivers/mtd/spi-nor/spi-nor.c | 775 +- include/linux/mtd/spi-nor.h | 6