Re: [PATCH v5] mtd: spi-nor: add support for GD25Q256

2017-08-23 Thread Cyrille Pitchen
Hi Andy, Le 23/08/2017 à 12:01, Andy Yan a écrit : > Add support for GD25Q256, a 32MiB SPI Nor > flash from GigaDevice. > > The GD25Q256 uses S6 to set QE, which is > different with other supported memories > from GigaDevice that use S9. So we introduce > a quad_enable function which can be set p

[PATCH v5] mtd: spi-nor: add support for GD25Q256

2017-08-23 Thread Andy Yan
Add support for GD25Q256, a 32MiB SPI Nor flash from GigaDevice. The GD25Q256 uses S6 to set QE, which is different with other supported memories from GigaDevice that use S9. So we introduce a quad_enable function which can be set per memory in the flash_info list. Signed-off-by: Andy Yan ---