Re: [PATCH v2 1/2] mtd: spi-nor: sfdp: save a copy of the SFDP data

2021-03-23 Thread Heiko Thiery
Hi Michael, Am Di., 23. März 2021 um 19:45 Uhr schrieb Michael Walle : > > Am 23. März 2021 18:37:17 MEZ schrieb Pratyush Yadav : > >On 23/03/21 03:31PM, Michael Walle wrote: > >> Due to possible mode switching to 8D-8D-8D, it might not be possible > >to > >> read the SFDP after the initial

Re: [PATCH v2 1/2] mtd: spi-nor: sfdp: save a copy of the SFDP data

2021-03-23 Thread Michael Walle
Am 23. März 2021 18:37:17 MEZ schrieb Pratyush Yadav : >On 23/03/21 03:31PM, Michael Walle wrote: >> Due to possible mode switching to 8D-8D-8D, it might not be possible >to >> read the SFDP after the initial probe. To be able to dump the SFDP >via >> sysfs afterwards, make a complete copy of it.

Re: [PATCH v2 1/2] mtd: spi-nor: sfdp: save a copy of the SFDP data

2021-03-23 Thread Pratyush Yadav
On 23/03/21 03:31PM, Michael Walle wrote: > Due to possible mode switching to 8D-8D-8D, it might not be possible to > read the SFDP after the initial probe. To be able to dump the SFDP via > sysfs afterwards, make a complete copy of it. > > Signed-off-by: Michael Walle Reviewed-by: Pratyush

[PATCH v2 1/2] mtd: spi-nor: sfdp: save a copy of the SFDP data

2021-03-23 Thread Michael Walle
Due to possible mode switching to 8D-8D-8D, it might not be possible to read the SFDP after the initial probe. To be able to dump the SFDP via sysfs afterwards, make a complete copy of it. Signed-off-by: Michael Walle --- drivers/mtd/spi-nor/core.h | 10 +++ drivers/mtd/spi-nor/sfdp.c |