Re: [PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-04-20 Thread Angus Ainslie
Hi Jagan, [snip] On 2022-01-20 06:39, Jagan Teki wrote: Okay, I'm merging v3. let me know if you have any questions? I didn't see this go in yet. Should it be in u-boot master ? Thanks Angus Thanks, Jagan.

Re: [PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-01-21 Thread Angus Ainslie
On 2022-01-20 06:39, Jagan Teki wrote: On Thu, Jan 20, 2022 at 7:53 PM wrote: On 1/20/22 3:20 PM, Michael Walle wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > >>> + { >>> + INFO("w25q16jvm", 0xef7015, 0, 64 * 1024,

Re: [PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-01-20 Thread Dhananjay Phadke
On 1/20/2022 7:46 AM, tudor.amba...@microchip.com wrote: FWIW, "w25q15jvm" would be the "correct" name in linux. Although for this particular flash the name in linux is "w25q16jv-im/jm".. would you fix it? :D Anyhow, see [1] for a lengthy discussion on that name. That being said, I still

Re: [PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-01-20 Thread Jagan Teki
On Thu, Jan 20, 2022 at 7:53 PM wrote: > > On 1/20/22 3:20 PM, Michael Walle wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > > content is safe > > > >>> + { > >>> + INFO("w25q16jvm", 0xef7015, 0, 64 * 1024, 32, > >> > >> Can this name

Re: [PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-01-20 Thread Angus Ainslie
Hi Jagan, On 2022-01-20 04:55, Jagan Teki wrote: On Mon, Jan 17, 2022 at 7:27 PM Angus Ainslie wrote: Add a JEDEC id for the Winbond W25Q16JV 16M-BIT serial flash memory with DUAL/QUAD SPI Changes since v2: Chagned the name to follow "DTR" parts Changes since v1: Updated the name for

Re: [PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-01-20 Thread Michael Walle
>> + { >> + INFO("w25q16jvm", 0xef7015, 0, 64 * 1024, 32, > > Can this name as "w25q16jv-im/jm" ? FWIW, "w25q15jvm" would be the "correct" name in linux. Although for this particular flash the name in linux is "w25q16jv-im/jm".. Anyhow, see [1] for a lengthy discussion on

Re: [PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-01-20 Thread Jagan Teki
On Mon, Jan 17, 2022 at 7:27 PM Angus Ainslie wrote: > > Add a JEDEC id for the Winbond W25Q16JV 16M-BIT serial flash memory with > DUAL/QUAD SPI > > Changes since v2: > > Chagned the name to follow "DTR" parts > > Changes since v1: > > Updated the name for more suffixes > > Signed-off-by: Angus

[PATCH v3] drivers: spi-nor: Add JEDEC id for W25Q16JV

2022-01-17 Thread Angus Ainslie
Add a JEDEC id for the Winbond W25Q16JV 16M-BIT serial flash memory with DUAL/QUAD SPI Changes since v2: Chagned the name to follow "DTR" parts Changes since v1: Updated the name for more suffixes Signed-off-by: Angus Ainslie --- drivers/mtd/spi/spi-nor-ids.c | 5 + 1 file changed, 5