Re: [PATCH] mtd: spi-nor: Add support for Winbond w25q16dw

2017-10-23 Thread Cyrille Pitchen
Le 28/08/2017 à 15:11, Neil Armstrong a écrit : > Add JEDEC entry for the Winbond w25q16fw/w25q16dw with similar > flags and format than the Winbond w25q32dw entry. > > Tested on a Khadas VIM2 SBC board with an Amlogic S912 SoC. > > Signed-off-by: Neil Armstrong Applied to the spi-nor/next bran

Re: [PATCH] mtd: spi-nor: Add support for Winbond w25q16dw

2017-10-17 Thread Neil Armstrong
On 28/08/2017 15:11, Neil Armstrong wrote: > Add JEDEC entry for the Winbond w25q16fw/w25q16dw with similar > flags and format than the Winbond w25q32dw entry. > > Tested on a Khadas VIM2 SBC board with an Amlogic S912 SoC. > > Signed-off-by: Neil Armstrong > --- > drivers/mtd/spi-nor/spi-nor.c

[PATCH] mtd: spi-nor: Add support for Winbond w25q16dw

2017-08-28 Thread Neil Armstrong
Add JEDEC entry for the Winbond w25q16fw/w25q16dw with similar flags and format than the Winbond w25q32dw entry. Tested on a Khadas VIM2 SBC board with an Amlogic S912 SoC. Signed-off-by: Neil Armstrong --- drivers/mtd/spi-nor/spi-nor.c | 5 + 1 file changed, 5 insertions(+) diff --git a/d