linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips
@ 2018-10-20 19:44 Adrian Bunk
  2018-10-21  7:11 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2018-10-20 19:44 UTC (permalink / raw)
  To: stable, Marek Vasut, Boris Brezillon, linux-mtd

From: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>

Added support for is25wp032, is25wp064 and is25wp128.

Signed-off-by: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
[ Adrian Bunk: Trivial adaption to changed context. ]
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
 drivers/mtd/spi-nor/spi-nor.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index 19c000722cbc..34ecc12ee3d9 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -1005,6 +1005,12 @@ static const struct flash_info spi_nor_ids[] = {
 
 	/* ISSI */
 	{ "is25cd512", INFO(0x7f9d20, 0, 32 * 1024,   2, SECT_4K) },
+	{ "is25wp032", INFO(0x9d7016, 0, 64 * 1024,  64,
+			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
+	{ "is25wp064", INFO(0x9d7017, 0, 64 * 1024, 128,
+			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
+	{ "is25wp128", INFO(0x9d7018, 0, 64 * 1024, 256,
+			SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
 
 	/* Macronix */
 	{ "mx25l512e",   INFO(0xc22010, 0, 64 * 1024,   1, SECT_4K) },
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips
  2018-10-20 19:44 [4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips Adrian Bunk
@ 2018-10-21  7:11 ` Greg KH
  2018-10-21  7:43   ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-10-21  7:11 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: stable, Marek Vasut, Boris Brezillon, linux-mtd

On Sat, Oct 20, 2018 at 10:44:42PM +0300, Adrian Bunk wrote:
> From: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>
> 
> Added support for is25wp032, is25wp064 and is25wp128.
> 
> Signed-off-by: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>
> Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
> [ Adrian Bunk: Trivial adaption to changed context. ]
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
> ---
>  drivers/mtd/spi-nor/spi-nor.c | 6 ++++++
>  1 file changed, 6 insertions(+)

What is the git commit id of this patch in Linus's tree?

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips
  2018-10-21  7:11 ` Greg KH
@ 2018-10-21  7:43   ` Adrian Bunk
  2018-10-31 14:07     ` Sasha Levin
  0 siblings, 1 reply; 4+ messages in thread
From: Adrian Bunk @ 2018-10-21  7:43 UTC (permalink / raw)
  To: Greg KH; +Cc: stable, Marek Vasut, Boris Brezillon, linux-mtd

On Sun, Oct 21, 2018 at 09:11:17AM +0200, Greg KH wrote:
> On Sat, Oct 20, 2018 at 10:44:42PM +0300, Adrian Bunk wrote:
> > From: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>
> > 
> > Added support for is25wp032, is25wp064 and is25wp128.
> > 
> > Signed-off-by: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>
> > Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
> > Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
> > [ Adrian Bunk: Trivial adaption to changed context. ]
> > Signed-off-by: Adrian Bunk <bunk@kernel.org>
> > ---
> >  drivers/mtd/spi-nor/spi-nor.c | 6 ++++++
> >  1 file changed, 6 insertions(+)
> 
> What is the git commit id of this patch in Linus's tree?

Apologies for forgetting that, it is 
d616f81cdd2a21edfa90a595a4e9b143f5ba8414

> thanks,
> 
> greg k-h

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips
  2018-10-21  7:43   ` Adrian Bunk
@ 2018-10-31 14:07     ` Sasha Levin
  0 siblings, 0 replies; 4+ messages in thread
From: Sasha Levin @ 2018-10-31 14:07 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: Greg KH, stable, Marek Vasut, Boris Brezillon, linux-mtd

On Sun, Oct 21, 2018 at 10:43:31AM +0300, Adrian Bunk wrote:
>On Sun, Oct 21, 2018 at 09:11:17AM +0200, Greg KH wrote:
>> On Sat, Oct 20, 2018 at 10:44:42PM +0300, Adrian Bunk wrote:
>> > From: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>
>> >
>> > Added support for is25wp032, is25wp064 and is25wp128.
>> >
>> > Signed-off-by: Kimmo Rautkoski <ext-kimmo.rautkoski@vaisala.com>
>> > Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
>> > Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
>> > [ Adrian Bunk: Trivial adaption to changed context. ]
>> > Signed-off-by: Adrian Bunk <bunk@kernel.org>
>> > ---
>> >  drivers/mtd/spi-nor/spi-nor.c | 6 ++++++
>> >  1 file changed, 6 insertions(+)
>>
>> What is the git commit id of this patch in Linus's tree?
>
>Apologies for forgetting that, it is
>d616f81cdd2a21edfa90a595a4e9b143f5ba8414

I've queued this patch for 4.14, 4.9, and 4.4. Thank you.

--
Thanks,
Sasha

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-10-31 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-20 19:44 [4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips Adrian Bunk
2018-10-21  7:11 ` Greg KH
2018-10-21  7:43   ` Adrian Bunk
2018-10-31 14:07     ` Sasha Levin

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).