linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS
@ 2019-02-08 18:34 Bean Huo (beanhuo)
  2019-02-11  8:50 ` Tudor.Ambarus
  2019-02-21  7:59 ` [RESEND,v2] " Boris Brezillon
  0 siblings, 2 replies; 3+ messages in thread
From: Bean Huo (beanhuo) @ 2019-02-08 18:34 UTC (permalink / raw)
  To: linux-mtd, Tudor.Ambarus, bbrezillon, linux-kernel

From: Bean Huo <beanhuo@micron.com>

Change SNOR_HWCPAS_READ_OCTAL to SNOR_HWCAPS_READ_OCTAL.

Signed-off-by: Bean Huo <beanhuo@micron.com>
---
 include/linux/mtd/spi-nor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h index 2353af8..b3d360b 100644
--- a/include/linux/mtd/spi-nor.h
+++ b/include/linux/mtd/spi-nor.h
@@ -487,7 +487,7 @@ struct spi_nor_hwcaps {
 #define SNOR_HWCAPS_READ_4_4_4		BIT(9)
 #define SNOR_HWCAPS_READ_1_4_4_DTR	BIT(10)
 
-#define SNOR_HWCPAS_READ_OCTAL		GENMASK(14, 11)
+#define SNOR_HWCAPS_READ_OCTAL		GENMASK(14, 11)
 #define SNOR_HWCAPS_READ_1_1_8		BIT(11)
 #define SNOR_HWCAPS_READ_1_8_8		BIT(12)
 #define SNOR_HWCAPS_READ_8_8_8		BIT(13)
--
2.7.4

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

* Re: [RESEND PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS
  2019-02-08 18:34 [RESEND PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS Bean Huo (beanhuo)
@ 2019-02-11  8:50 ` Tudor.Ambarus
  2019-02-21  7:59 ` [RESEND,v2] " Boris Brezillon
  1 sibling, 0 replies; 3+ messages in thread
From: Tudor.Ambarus @ 2019-02-11  8:50 UTC (permalink / raw)
  To: beanhuo, linux-mtd, bbrezillon, linux-kernel



On 02/08/2019 08:34 PM, Bean Huo (beanhuo) wrote:
> From: Bean Huo <beanhuo@micron.com>
> 
> Change SNOR_HWCPAS_READ_OCTAL to SNOR_HWCAPS_READ_OCTAL.
> 
> Signed-off-by: Bean Huo <beanhuo@micron.com>

Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>

> ---
>  include/linux/mtd/spi-nor.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/linux/mtd/spi-nor.h b/include/linux/mtd/spi-nor.h index 2353af8..b3d360b 100644
> --- a/include/linux/mtd/spi-nor.h
> +++ b/include/linux/mtd/spi-nor.h
> @@ -487,7 +487,7 @@ struct spi_nor_hwcaps {
>  #define SNOR_HWCAPS_READ_4_4_4		BIT(9)
>  #define SNOR_HWCAPS_READ_1_4_4_DTR	BIT(10)
>  
> -#define SNOR_HWCPAS_READ_OCTAL		GENMASK(14, 11)
> +#define SNOR_HWCAPS_READ_OCTAL		GENMASK(14, 11)
>  #define SNOR_HWCAPS_READ_1_1_8		BIT(11)
>  #define SNOR_HWCAPS_READ_1_8_8		BIT(12)
>  #define SNOR_HWCAPS_READ_8_8_8		BIT(13)
> --
> 2.7.4
> 

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

* Re: [RESEND,v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS
  2019-02-08 18:34 [RESEND PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS Bean Huo (beanhuo)
  2019-02-11  8:50 ` Tudor.Ambarus
@ 2019-02-21  7:59 ` Boris Brezillon
  1 sibling, 0 replies; 3+ messages in thread
From: Boris Brezillon @ 2019-02-21  7:59 UTC (permalink / raw)
  To: Bean Huo (beanhuo), linux-mtd, Tudor.Ambarus, bbrezillon, linux-kernel

From: Boris Brezillon <bbrezillon@kernel.org>

On Fri, 2019-02-08 at 18:34:31 UTC, "Bean Huo (beanhuo)" wrote:
> From: Bean Huo <beanhuo@micron.com>
> 
> Change SNOR_HWCPAS_READ_OCTAL to SNOR_HWCAPS_READ_OCTAL.
> 
> Signed-off-by: Bean Huo <beanhuo@micron.com>
> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>

Applied to http://git.infradead.org/linux-mtd.git spi-nor/next, thanks.

Boris

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

end of thread, other threads:[~2019-02-21  7:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 18:34 [RESEND PATCH v2] mtd: spi-nor: Fix wrong abbreviation HWCPAS Bean Huo (beanhuo)
2019-02-11  8:50 ` Tudor.Ambarus
2019-02-21  7:59 ` [RESEND,v2] " Boris Brezillon

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