From: <Tudor.Ambarus@microchip.com>
To: <fabrizio.castro@bp.renesas.com>, <broonie@kernel.org>,
<robh+dt@kernel.org>, <mark.rutland@arm.com>,
<marek.vasut@gmail.com>, <dwmw2@infradead.org>,
<computersforpeace@gmail.com>, <boris.brezillon@bootlin.com>,
<geert+renesas@glider.be>, <horms@verge.net.au>, <richard@nod.at>
Cc: devicetree@vger.kernel.org, Chris.Paterson2@renesas.com,
magnus.damm@gmail.com, linux-spi@vger.kernel.org,
linux-renesas-soc@vger.kernel.org, linux-mtd@lists.infradead.org,
biju.das@bp.renesas.com
Subject: Re: [PATCH 2/4] mtd: spi-nor: Add support for is25lp016d
Date: Fri, 7 Dec 2018 09:43:05 +0000 [thread overview]
Message-ID: <4996db3a-26eb-2035-3d98-7aba2bc8630c@microchip.com> (raw)
In-Reply-To: <1541075705-1333-3-git-send-email-fabrizio.castro@bp.renesas.com>
On 11/01/2018 02:35 PM, Fabrizio Castro wrote:
> The is25lp016d is found on the iwg23s from iWave, therefore
> add driver support for it so that we can upstream board support.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> ---
> drivers/mtd/spi-nor/spi-nor.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
> index 9407ca5..85d869b 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -1352,6 +1352,8 @@ static const struct flash_info spi_nor_ids[] = {
> { "is25cd512", INFO(0x7f9d20, 0, 32 * 1024, 2, SECT_4K) },
> { "is25lq040b", INFO(0x9d4013, 0, 64 * 1024, 8,
> SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
> + { "is25lp016d", INFO(0x9d6015, 0, 64 * 1024, 32,
> + SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
> { "is25lp080d", INFO(0x9d6014, 0, 64 * 1024, 16,
> SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
> { "is25lp128", INFO(0x9d6018, 0, 64 * 1024, 256,
>
______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/
next prev parent reply other threads:[~2018-12-07 9:43 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-01 12:35 [PATCH 0/4] Add QSPI flash support to iwg23s Fabrizio Castro
2018-11-01 12:35 ` [PATCH 1/4] spi: rspi: Add r8a77470 to the compatible list Fabrizio Castro
2018-11-06 14:09 ` Simon Horman
2018-11-07 15:41 ` Applied "spi: rspi: Add r8a77470 to the compatible list" to the spi tree Mark Brown
2018-11-01 12:35 ` [PATCH 2/4] mtd: spi-nor: Add support for is25lp016d Fabrizio Castro
2018-12-07 9:43 ` Tudor.Ambarus [this message]
2018-11-01 12:35 ` [PATCH 3/4] ARM: dts: r8a77470: Add QSPI support Fabrizio Castro
2018-11-02 11:49 ` Simon Horman
2018-11-08 10:21 ` Fabrizio Castro
2018-11-08 10:24 ` Geert Uytterhoeven
2018-11-08 10:31 ` Fabrizio Castro
2018-11-08 10:37 ` Geert Uytterhoeven
2018-11-08 10:48 ` Fabrizio Castro
2018-11-01 12:35 ` [PATCH 4/4] ARM: dts: iwg23s-sbc: Add QSPI flash support Fabrizio Castro
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=4996db3a-26eb-2035-3d98-7aba2bc8630c@microchip.com \
--to=tudor.ambarus@microchip.com \
--cc=Chris.Paterson2@renesas.com \
--cc=biju.das@bp.renesas.com \
--cc=boris.brezillon@bootlin.com \
--cc=broonie@kernel.org \
--cc=computersforpeace@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dwmw2@infradead.org \
--cc=fabrizio.castro@bp.renesas.com \
--cc=geert+renesas@glider.be \
--cc=horms@verge.net.au \
--cc=linux-mtd@lists.infradead.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=marek.vasut@gmail.com \
--cc=mark.rutland@arm.com \
--cc=richard@nod.at \
--cc=robh+dt@kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).