Re: [U-Boot] [PATCH] spi_flash: add a bunch of winbond flashes to id-table

2018-07-16 Thread Jagan Teki
On Wed, Jun 27, 2018 at 9:19 PM, Jagan Teki wrote: > On Wed, Jun 27, 2018 at 6:01 PM, Hannes Schmelzer > wrote: >> >> On 06/27/2018 01:57 PM, Jagan Teki wrote: >>> >>> On Wed, Jun 27, 2018 at 2:44 AM, Hannes Schmelzer wrote: This commit adds the following flashes to the id-table >

Re: [U-Boot] [PATCH] spi_flash: add a bunch of winbond flashes to id-table

2018-06-27 Thread Jagan Teki
On Wed, Jun 27, 2018 at 6:01 PM, Hannes Schmelzer wrote: > > On 06/27/2018 01:57 PM, Jagan Teki wrote: >> >> On Wed, Jun 27, 2018 at 2:44 AM, Hannes Schmelzer wrote: >>> >>> This commit adds the following flashes to the id-table >>> >>> - W25Q16JV >>> - W25Q32JV >>> - W25Q64JV >>> - W25Q128JV >>>

Re: [U-Boot] [PATCH] spi_flash: add a bunch of winbond flashes to id-table

2018-06-27 Thread Hannes Schmelzer
On 06/27/2018 01:57 PM, Jagan Teki wrote: On Wed, Jun 27, 2018 at 2:44 AM, Hannes Schmelzer wrote: This commit adds the following flashes to the id-table - W25Q16JV - W25Q32JV - W25Q64JV - W25Q128JV - W25Q256JV Just to curious, have you tested all these? hi jagan, yes they are tested ...

Re: [U-Boot] [PATCH] spi_flash: add a bunch of winbond flashes to id-table

2018-06-27 Thread Jagan Teki
On Wed, Jun 27, 2018 at 2:44 AM, Hannes Schmelzer wrote: > This commit adds the following flashes to the id-table > > - W25Q16JV > - W25Q32JV > - W25Q64JV > - W25Q128JV > - W25Q256JV Just to curious, have you tested all these? ___ U-Boot mailing list U-

[U-Boot] [PATCH] spi_flash: add a bunch of winbond flashes to id-table

2018-06-26 Thread Hannes Schmelzer
This commit adds the following flashes to the id-table - W25Q16JV - W25Q32JV - W25Q64JV - W25Q128JV - W25Q256JV Signed-off-by: Hannes Schmelzer --- drivers/mtd/spi/spi_flash_ids.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_fl