Re: [v2] mtd: spi-nor: parse SFDP 4-byte Address Instruction Table

2018-12-08 Thread Boris Brezillon
On Thu, 2018-12-06 at 14:43:39 UTC, wrote: > From: Cyrille Pitchen > > Add support for SFDP (JESD216B) 4-byte Address Instruction Table. This > table is optional but when available, we parse it to get the 4-byte > address op codes supported by the memory. > Using these op codes is stateless as o

Re: [PATCH v2] mtd: spi-nor: parse SFDP 4-byte Address Instruction Table

2018-12-07 Thread Boris Brezillon
Hi Tudor, On Thu, 6 Dec 2018 14:43:39 + wrote: > /** > * spi_nor_parse_sfdp() - parse the Serial Flash Discoverable Parameters. > * @nor: pointer to a 'struct spi_nor' > @@ -3276,6 +3462,10 @@ static int spi_nor_parse_sfdp(struct spi_nor *nor, > err = s

[PATCH v2] mtd: spi-nor: parse SFDP 4-byte Address Instruction Table

2018-12-06 Thread Tudor.Ambarus
From: Cyrille Pitchen Add support for SFDP (JESD216B) 4-byte Address Instruction Table. This table is optional but when available, we parse it to get the 4-byte address op codes supported by the memory. Using these op codes is stateless as opposed to entering the 4-byte address mode or setting th