Hi Tudor, On Tue, Dec 10, 2019 at 11:10 AM <Tudor.Ambarus@xxxxxxxxxxxxx> wrote: > > Hi, Brandon, > > On 11/17/19 11:55 PM, Brandon Maier wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > From: Joseph Kust <joseph.kust@xxxxxxxxxxxxxxxxxxx> > > > > Adds support for sst26vf016b, a smaller variant of the sst26vf064b. > > How was this tested, what controller did you use? Did you test the quad read? This was tested on a sama5d3 SOC using the atmel,at91rm9200-spi controller. The quad read was not tested. Kernel versions tested were branched from mainline 4.14.115 and 3.14.79 > > Thanks, > ta > > > > > Signed-off-by: Joseph Kust <joseph.kust@xxxxxxxxxxxxxxxxxxx> > > Signed-off-by: Brandon Maier <brandon.maier@xxxxxxxxxxxxxxxxxxx> > > --- > > drivers/mtd/spi-nor/spi-nor.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c > > index f4afe123e9dc..500929903f61 100644 > > --- a/drivers/mtd/spi-nor/spi-nor.c > > +++ b/drivers/mtd/spi-nor/spi-nor.c > > @@ -2538,6 +2538,7 @@ static const struct flash_info spi_nor_ids[] = { > > { "sst25wf080", INFO(0xbf2505, 0, 64 * 1024, 16, SECT_4K | SST_WRITE) }, > > { "sst26wf016b", INFO(0xbf2651, 0, 64 * 1024, 32, SECT_4K | > > SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, > > + { "sst26vf016b", INFO(0xbf2641, 0, 64 * 1024, 32, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, > > { "sst26vf064b", INFO(0xbf2643, 0, 64 * 1024, 128, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) }, > > > > /* ST Microelectronics -- newer production may have feature updates */ > > -- > > 2.23.0 > > > > ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/