All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: add support for m25px16
@ 2013-11-11 20:55 Igor Grinberg
  2013-12-04  7:11 ` Igor Grinberg
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Grinberg @ 2013-11-11 20:55 UTC (permalink / raw)
  To: David Woodhouse, Artem Bityutskiy; +Cc: linux-mtd, Igor Grinberg

Add support for Micron m25px16 spi flash chip.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
---
 drivers/mtd/devices/m25p80.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 6bc9618..1da91c8 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -855,6 +855,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "m25pe80", INFO(0x208014,  0, 64 * 1024, 16,       0) },
 	{ "m25pe16", INFO(0x208015,  0, 64 * 1024, 32, SECT_4K) },
 
+	{ "m25px16",    INFO(0x207115,  0, 64 * 1024, 32, SECT_4K) },
 	{ "m25px32",    INFO(0x207116,  0, 64 * 1024, 64, SECT_4K) },
 	{ "m25px32-s0", INFO(0x207316,  0, 64 * 1024, 64, SECT_4K) },
 	{ "m25px32-s1", INFO(0x206316,  0, 64 * 1024, 64, SECT_4K) },
-- 
1.8.1.5

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

* Re: [PATCH] mtd: m25p80: add support for m25px16
  2013-11-11 20:55 [PATCH] mtd: m25p80: add support for m25px16 Igor Grinberg
@ 2013-12-04  7:11 ` Igor Grinberg
  2013-12-04 23:49   ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Grinberg @ 2013-12-04  7:11 UTC (permalink / raw)
  To: Igor Grinberg; +Cc: Artem Bityutskiy, Brian Norris, David Woodhouse, linux-mtd

ping...

On 11/11/13 22:55, Igor Grinberg wrote:
> Add support for Micron m25px16 spi flash chip.
> 
> Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
> ---
>  drivers/mtd/devices/m25p80.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
> index 6bc9618..1da91c8 100644
> --- a/drivers/mtd/devices/m25p80.c
> +++ b/drivers/mtd/devices/m25p80.c
> @@ -855,6 +855,7 @@ static const struct spi_device_id m25p_ids[] = {
>  	{ "m25pe80", INFO(0x208014,  0, 64 * 1024, 16,       0) },
>  	{ "m25pe16", INFO(0x208015,  0, 64 * 1024, 32, SECT_4K) },
>  
> +	{ "m25px16",    INFO(0x207115,  0, 64 * 1024, 32, SECT_4K) },
>  	{ "m25px32",    INFO(0x207116,  0, 64 * 1024, 64, SECT_4K) },
>  	{ "m25px32-s0", INFO(0x207316,  0, 64 * 1024, 64, SECT_4K) },
>  	{ "m25px32-s1", INFO(0x206316,  0, 64 * 1024, 64, SECT_4K) },
> 

-- 
Regards,
Igor.

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

* Re: [PATCH] mtd: m25p80: add support for m25px16
  2013-12-04  7:11 ` Igor Grinberg
@ 2013-12-04 23:49   ` Brian Norris
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Norris @ 2013-12-04 23:49 UTC (permalink / raw)
  To: Igor Grinberg; +Cc: Marek Vasut, Artem Bityutskiy, David Woodhouse, linux-mtd

On Wed, Dec 04, 2013 at 09:11:26AM +0200, Igor Grinberg wrote:
> ping...
> 
> On 11/11/13 22:55, Igor Grinberg wrote:
> > Add support for Micron m25px16 spi flash chip.
> > 
> > Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>

Pushed to l2-mtd.git. Thanks!

Brian

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

end of thread, other threads:[~2013-12-04 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11 20:55 [PATCH] mtd: m25p80: add support for m25px16 Igor Grinberg
2013-12-04  7:11 ` Igor Grinberg
2013-12-04 23:49   ` Brian Norris

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.