Re: [PATCH] mtd: spi: add XT25F128B flash support

2021-05-17 Thread Pratyush Yadav
> Subject: [PATCH] mtd: spi: add XT25F128B flash support Subject prefix should be "mtd: spi-nor-ids: ..." On 14/05/21 06:03PM, Neil Armstrong wrote: > This adds the XTX Technology Inc. flash producer Kconfig entry to enable > support > for the 128Mbit XT25F128B NOR SPI fla

[PATCH] mtd: spi: add XT25F128B flash support

2021-05-14 Thread Neil Armstrong
This adds the XTX Technology Inc. flash producer Kconfig entry to enable support for the 128Mbit XT25F128B NOR SPI flash. Signed-off-by: Neil Armstrong --- drivers/mtd/spi/Kconfig | 6 ++ drivers/mtd/spi/spi-nor-ids.c | 4 2 files changed, 10 insertions(+) diff --git a/drivers/mt