All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add Winbond manufacturer id
@ 2016-12-08 16:57 Andrey Jr. Melnikov
  2016-12-08 17:06 ` Boris Brezillon
  2017-02-06 19:44 ` Boris Brezillon
  0 siblings, 2 replies; 3+ messages in thread
From: Andrey Jr. Melnikov @ 2016-12-08 16:57 UTC (permalink / raw)
  To: Boris Brezillon, linux-mtd


Add WINBOND manufacturer id.

Signed-off-by: Andrey Jr. Melnikov <temnota.am@gmail.com>
---

diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
index 2af9869..6508682 100644
--- a/drivers/mtd/nand/nand_ids.c
+++ b/drivers/mtd/nand/nand_ids.c
@@ -182,6 +182,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
 	{NAND_MFR_SANDISK, "SanDisk"},
 	{NAND_MFR_INTEL, "Intel"},
 	{NAND_MFR_ATO, "ATO"},
+	{NAND_MFR_WINBOND, "Winbond"},
 	{0x0, "Unknown"}
 };
 
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 8dd6e01..035f207 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -797,6 +797,7 @@ static inline void nand_set_controller_data(struct nand_chip *chip, void *priv)
 #define NAND_MFR_SANDISK	0x45
 #define NAND_MFR_INTEL		0x89
 #define NAND_MFR_ATO		0x9b
+#define NAND_MFR_WINBOND	0xef
 
 /* The maximum expected count of bytes in the NAND ID sequence */
 #define NAND_MAX_ID_LEN 8

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

* Re: [PATCH] Add Winbond manufacturer id
  2016-12-08 16:57 [PATCH] Add Winbond manufacturer id Andrey Jr. Melnikov
@ 2016-12-08 17:06 ` Boris Brezillon
  2017-02-06 19:44 ` Boris Brezillon
  1 sibling, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2016-12-08 17:06 UTC (permalink / raw)
  To: Andrey Jr. Melnikov; +Cc: linux-mtd

Hi Andrey,

Next time, can you please add the "mtd: nand: " prefix when you touch
something in the NAND framework.

No need to resend this patch, I'll fix it when applying.

Thanks,

Boris

On Thu, 8 Dec 2016 19:57:08 +0300
"Andrey Jr. Melnikov" <temnota.am@gmail.com> wrote:

> Add WINBOND manufacturer id.
> 
> Signed-off-by: Andrey Jr. Melnikov <temnota.am@gmail.com>
> ---
> 
> diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
> index 2af9869..6508682 100644
> --- a/drivers/mtd/nand/nand_ids.c
> +++ b/drivers/mtd/nand/nand_ids.c
> @@ -182,6 +182,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
>  	{NAND_MFR_SANDISK, "SanDisk"},
>  	{NAND_MFR_INTEL, "Intel"},
>  	{NAND_MFR_ATO, "ATO"},
> +	{NAND_MFR_WINBOND, "Winbond"},
>  	{0x0, "Unknown"}
>  };
>  
> diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
> index 8dd6e01..035f207 100644
> --- a/include/linux/mtd/nand.h
> +++ b/include/linux/mtd/nand.h
> @@ -797,6 +797,7 @@ static inline void nand_set_controller_data(struct nand_chip *chip, void *priv)
>  #define NAND_MFR_SANDISK	0x45
>  #define NAND_MFR_INTEL		0x89
>  #define NAND_MFR_ATO		0x9b
> +#define NAND_MFR_WINBOND	0xef
>  
>  /* The maximum expected count of bytes in the NAND ID sequence */
>  #define NAND_MAX_ID_LEN 8
> 
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH] Add Winbond manufacturer id
  2016-12-08 16:57 [PATCH] Add Winbond manufacturer id Andrey Jr. Melnikov
  2016-12-08 17:06 ` Boris Brezillon
@ 2017-02-06 19:44 ` Boris Brezillon
  1 sibling, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2017-02-06 19:44 UTC (permalink / raw)
  To: Andrey Jr. Melnikov; +Cc: linux-mtd

On Thu, 8 Dec 2016 19:57:08 +0300
"Andrey Jr. Melnikov" <temnota.am@gmail.com> wrote:

> Add WINBOND manufacturer id.
> 
> Signed-off-by: Andrey Jr. Melnikov <temnota.am@gmail.com>

Applied.

Thanks,

Boris

> ---
> 
> diff --git a/drivers/mtd/nand/nand_ids.c b/drivers/mtd/nand/nand_ids.c
> index 2af9869..6508682 100644
> --- a/drivers/mtd/nand/nand_ids.c
> +++ b/drivers/mtd/nand/nand_ids.c
> @@ -182,6 +182,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
>  	{NAND_MFR_SANDISK, "SanDisk"},
>  	{NAND_MFR_INTEL, "Intel"},
>  	{NAND_MFR_ATO, "ATO"},
> +	{NAND_MFR_WINBOND, "Winbond"},
>  	{0x0, "Unknown"}
>  };
>  
> diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
> index 8dd6e01..035f207 100644
> --- a/include/linux/mtd/nand.h
> +++ b/include/linux/mtd/nand.h
> @@ -797,6 +797,7 @@ static inline void nand_set_controller_data(struct nand_chip *chip, void *priv)
>  #define NAND_MFR_SANDISK	0x45
>  #define NAND_MFR_INTEL		0x89
>  #define NAND_MFR_ATO		0x9b
> +#define NAND_MFR_WINBOND	0xef
>  
>  /* The maximum expected count of bytes in the NAND ID sequence */
>  #define NAND_MAX_ID_LEN 8
> 
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2017-02-06 19:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-08 16:57 [PATCH] Add Winbond manufacturer id Andrey Jr. Melnikov
2016-12-08 17:06 ` Boris Brezillon
2017-02-06 19:44 ` Boris Brezillon

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.