Re: [PATCH v3 2/2] mtd: spi-nor: parse SFDP Sector Map Parameter Table

2018-09-11 Thread Marek Vasut
On 09/11/2018 05:40 PM, Tudor Ambarus wrote: > Add support for the SFDP (JESD216B) Sector Map Parameter Table. This > table is optional, but when available, we parse it to identify the > location and size of sectors within the main data array of the > flash memory device and to identify which

Re: [PATCH v3 2/2] mtd: spi-nor: parse SFDP Sector Map Parameter Table

2018-09-11 Thread Marek Vasut
On 09/11/2018 05:40 PM, Tudor Ambarus wrote: > Add support for the SFDP (JESD216B) Sector Map Parameter Table. This > table is optional, but when available, we parse it to identify the > location and size of sectors within the main data array of the > flash memory device and to identify which

[PATCH v3 2/2] mtd: spi-nor: parse SFDP Sector Map Parameter Table

2018-09-11 Thread Tudor Ambarus
Add support for the SFDP (JESD216B) Sector Map Parameter Table. This table is optional, but when available, we parse it to identify the location and size of sectors within the main data array of the flash memory device and to identify which Erase Types are supported by each sector. Signed-off-by:

[PATCH v3 2/2] mtd: spi-nor: parse SFDP Sector Map Parameter Table

2018-09-11 Thread Tudor Ambarus
Add support for the SFDP (JESD216B) Sector Map Parameter Table. This table is optional, but when available, we parse it to identify the location and size of sectors within the main data array of the flash memory device and to identify which Erase Types are supported by each sector. Signed-off-by: