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

2017-02-14 Thread Cyrille Pitchen
Hi Andy, Le 14/02/2017 à 01:36, Andy Yan a écrit : > GD25Q256 is a 32MiB SPI Nor flash from Gigadevice. > > Signed-off-by: Andy Yan > --- > drivers/mtd/spi-nor/spi-nor.c | 8 ++-- > 1 file changed, 6 insertions(+), 2 deletions(-) > mode change 100644 => 100755 drivers/mtd/spi-nor/spi-nor.c

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

2017-02-13 Thread Marek Vasut
On 02/14/2017 01:36 AM, Andy Yan wrote: > GD25Q256 is a 32MiB SPI Nor flash from Gigadevice. That's great, and what is this patch doing with it ? Adding support for it, right? Then it should be in the commit message. > Signed-off-by: Andy Yan > --- > drivers/mtd/spi-nor/spi-nor.c | 8 ++-- >

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

2017-02-13 Thread Andy Yan
GD25Q256 is a 32MiB SPI Nor flash from Gigadevice. Signed-off-by: Andy Yan --- drivers/mtd/spi-nor/spi-nor.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) mode change 100644 => 100755 drivers/mtd/spi-nor/spi-nor.c diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor