public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Hauke Mehrtens <hauke@hauke-m.de>
Cc: marek.vasut@gmail.com, dwmw2@infradead.org,
	computersforpeace@gmail.com, richard@nod.at,
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH] mtd: spi-nor: Add support for XM25QH64A and XM25QH128A
Date: Sun, 22 Apr 2018 19:21:51 +0200	[thread overview]
Message-ID: <20180422192151.1411c459@bbrezillon> (raw)
In-Reply-To: <20180418202532.15876-1-hauke@hauke-m.de>

On Wed, 18 Apr 2018 22:25:32 +0200
Hauke Mehrtens <hauke@hauke-m.de> wrote:

> These devices are produced by Wuhan Xinxin Semiconductor Manufacturing
> Corp. (XMC) and found on some routers from Chinese manufactures.
> 
> The data sheets can be found here:
> http://www.xmcwh.com/Uploads/2018-03-01/5a9799e4cb355.pdf
> http://www.xmcwh.com/Uploads/2018-02-05/5a77e6dbe968b.pdf
> 
> Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

Applied to spi-nor/next.

Thanks,

Boris

> ---
>  drivers/mtd/spi-nor/spi-nor.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
> index 5bfa36e95f35..c453afa70ce2 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -1230,6 +1230,10 @@ static const struct flash_info spi_nor_ids[] = {
>  	{ "3S400AN", S3AN_INFO(0x1f2400, 256, 264) },
>  	{ "3S700AN", S3AN_INFO(0x1f2500, 512, 264) },
>  	{ "3S1400AN", S3AN_INFO(0x1f2600, 512, 528) },
> +
> +	/* XMC (Wuhan Xinxin Semiconductor Manufacturing Corp.) */
> +	{ "XM25QH64A", INFO(0x207017, 0, 64 * 1024, 128, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
> +	{ "XM25QH128A", INFO(0x207018, 0, 64 * 1024, 256, SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
>  	{ },
>  };
>  

      parent reply	other threads:[~2018-04-22 17:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-18 20:25 [PATCH] mtd: spi-nor: Add support for XM25QH64A and XM25QH128A Hauke Mehrtens
2018-04-18 21:02 ` Marek Vasut
2018-04-22 17:21 ` Boris Brezillon [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=20180422192151.1411c459@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=hauke@hauke-m.de \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=richard@nod.at \
    /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