public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@bootlin.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: David Woodhouse <dwmw2@infradead.org>,
	Brian Norris <computersforpeace@gmail.com>,
	Boris Brezillon <boris.brezillon@free-electrons.com>,
	Marek Vasut <marek.vasut@gmail.com>,
	Richard Weinberger <richard@nod.at>,
	Cyrille Pitchen <cyrille.pitchen@atmel.com>,
	linux-mtd@lists.infradead.org
Subject: Re: [PATCH] mtd: jedec_probe: add Eon EN29LV400A IDs
Date: Thu, 29 Mar 2018 22:14:48 +0200	[thread overview]
Message-ID: <20180329221448.203c4775@bbrezillon> (raw)
In-Reply-To: <20180303223145.27903-1-linus.walleij@linaro.org>

On Sat,  3 Mar 2018 23:31:45 +0100
Linus Walleij <linus.walleij@linaro.org> wrote:

> This adds the JEDEC IDs for Eon EN29LV400A variants
> EN29LV400AB and EN29LV400AT. This chip is found in the
> D-Link DNS-313.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Applied.

Thanks,

Boris

> ---
>  drivers/mtd/chips/jedec_probe.c | 32 ++++++++++++++++++++++++++++++++
>  1 file changed, 32 insertions(+)
> 
> diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
> index b479bd81120b..6f7e7e1b3fe5 100644
> --- a/drivers/mtd/chips/jedec_probe.c
> +++ b/drivers/mtd/chips/jedec_probe.c
> @@ -53,6 +53,8 @@
>  #define AT49BV32XT	0x00C9
>  
>  /* Eon */
> +#define EN29LV400AT	0x22B9
> +#define EN29LV400AB	0x22BA
>  #define EN29SL800BB	0x226B
>  #define EN29SL800BT	0x22EA
>  
> @@ -641,6 +643,36 @@ static const struct amd_flash_info jedec_table[] = {
>  			ERASEINFO(0x10000,63),
>  			ERASEINFO(0x02000,8)
>  		}
> +	}, {
> +		.mfr_id		= CFI_MFR_EON,
> +		.dev_id		= EN29LV400AT,
> +		.name		= "Eon EN29LV400AT",
> +		.devtypes	= CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
> +		.uaddr		= MTD_UADDR_0x0AAA_0x0555,
> +		.dev_size	= SIZE_512KiB,
> +		.cmd_set	= P_ID_AMD_STD,
> +		.nr_regions	= 4,
> +		.regions	= {
> +			ERASEINFO(0x10000,7),
> +			ERASEINFO(0x08000,1),
> +			ERASEINFO(0x02000,2),
> +			ERASEINFO(0x04000,1),
> +		}
> +	}, {
> +		.mfr_id		= CFI_MFR_EON,
> +		.dev_id		= EN29LV400AB,
> +		.name		= "Eon EN29LV400AB",
> +		.devtypes	= CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
> +		.uaddr		= MTD_UADDR_0x0AAA_0x0555,
> +		.dev_size	= SIZE_512KiB,
> +		.cmd_set	= P_ID_AMD_STD,
> +		.nr_regions	= 4,
> +		.regions	= {
> +			ERASEINFO(0x04000,1),
> +			ERASEINFO(0x02000,2),
> +			ERASEINFO(0x08000,1),
> +			ERASEINFO(0x10000,7),
> +		}
>  	}, {
>  		.mfr_id		= CFI_MFR_EON,
>  		.dev_id		= EN29SL800BT,



-- 
Boris Brezillon, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

      parent reply	other threads:[~2018-03-29 20:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03 22:31 [PATCH] mtd: jedec_probe: add Eon EN29LV400A IDs Linus Walleij
2018-03-27 17:52 ` Linus Walleij
2018-03-29 20:14 ` 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=20180329221448.203c4775@bbrezillon \
    --to=boris.brezillon@bootlin.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@atmel.com \
    --cc=dwmw2@infradead.org \
    --cc=linus.walleij@linaro.org \
    --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