public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Angus Ainslie <angus@akkea.ca>
To: Jagan Teki <jagan@amarulasolutions.com>, Vignesh R <vigneshr@ti.com>
Cc: u-boot@lists.denx.de, kernel@puri.sm
Subject: Re: [PATCH] drivers: spi-nor: Add JEDEC id for W25Q16JV
Date: Fri, 17 Dec 2021 06:41:01 -0800	[thread overview]
Message-ID: <f794e06e7debb13bdcf4ff1c4b97783d@akkea.ca> (raw)
In-Reply-To: <20211128150907.1443035-1-angus@akkea.ca>

Hi,

Are there any problems with this patch ?

Thanks
Angus

On 2021-11-28 07:09, Angus Ainslie wrote:
> Add a JEDEC id for the Winbond W25Q16JV 16M-BIT serial flash memory 
> with
> DUAL/QUAD SPI
> 
> Signed-off-by: Angus Ainslie <angus@akkea.ca>
> ---
>  drivers/mtd/spi/spi-nor-ids.c | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/mtd/spi/spi-nor-ids.c 
> b/drivers/mtd/spi/spi-nor-ids.c
> index 3ae7bb1ed7e..f20b21e0d06 100644
> --- a/drivers/mtd/spi/spi-nor-ids.c
> +++ b/drivers/mtd/spi/spi-nor-ids.c
> @@ -314,6 +314,11 @@ const struct flash_info spi_nor_ids[] = {
>  			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
>  			SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
>  	},
> +	{
> +		INFO("w25q16jv", 0xef7015, 0, 64 * 1024,  32,
> +			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |
> +			SPI_NOR_HAS_LOCK | SPI_NOR_HAS_TB)
> +	},
>  	{
>  		INFO("w25q32jv", 0xef7016, 0, 64 * 1024,  64,
>  			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ |

      parent reply	other threads:[~2021-12-17 14:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-28 15:09 [PATCH] drivers: spi-nor: Add JEDEC id for W25Q16JV Angus Ainslie
2021-12-02  5:59 ` Jagan Teki
2022-01-13 17:03   ` Angus Ainslie
2021-12-17 14:41 ` Angus Ainslie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f794e06e7debb13bdcf4ff1c4b97783d@akkea.ca \
    --to=angus@akkea.ca \
    --cc=jagan@amarulasolutions.com \
    --cc=kernel@puri.sm \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox