Re: [PATCH v2 2/2] mtd: spi-nor: add initial sysfs support

2021-03-23 Thread Heiko Thiery
Hi Michael, Am Di., 23. März 2021 um 15:34 Uhr schrieb Michael Walle : > > Add support to show the name and JEDEC identifier as well as to dump the > SFDP table. Not all flashes list their SFDP table contents in their > datasheet. So having that is useful. It might also be helpful in bug >

Re: [PATCH v2 2/2] mtd: spi-nor: add initial sysfs support

2021-03-23 Thread Pratyush Yadav
On 23/03/21 03:31PM, Michael Walle wrote: > Add support to show the name and JEDEC identifier as well as to dump the > SFDP table. Not all flashes list their SFDP table contents in their > datasheet. So having that is useful. It might also be helpful in bug > reports from users. Acked-by:

[PATCH v2 2/2] mtd: spi-nor: add initial sysfs support

2021-03-23 Thread Michael Walle
Add support to show the name and JEDEC identifier as well as to dump the SFDP table. Not all flashes list their SFDP table contents in their datasheet. So having that is useful. It might also be helpful in bug reports from users. Signed-off-by: Michael Walle --- drivers/mtd/spi-nor/Makefile |