All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols
@ 2017-01-30  1:55 ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2017-01-30  1:55 UTC (permalink / raw)
  To: arm
  Cc: Olof Johansson, Arnd Bergmann, Masahiro Yamada, Stuart Yoder,
	Riku Voipio, Thierry Reding, linux-kernel, Kevin Hilman, Wei Xu,
	Will Deacon, Catalin Marinas, Guodong Xu, Eric Anholt,
	linux-arm-kernel, Simon Horman

I am resending this series to arm@kernel.org
as requested by Olof Johansson.

No code change since the previous post.



Masahiro Yamada (2):
  arm64: defconfig: enable CONFIG_MTD_BLOCK
  arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.7.4

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

* [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols
@ 2017-01-30  1:55 ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2017-01-30  1:55 UTC (permalink / raw)
  To: linux-arm-kernel

I am resending this series to arm at kernel.org
as requested by Olof Johansson.

No code change since the previous post.



Masahiro Yamada (2):
  arm64: defconfig: enable CONFIG_MTD_BLOCK
  arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT

 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

-- 
2.7.4

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

* [RESEND PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK
  2017-01-30  1:55 ` Masahiro Yamada
@ 2017-01-30  1:55   ` Masahiro Yamada
  -1 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2017-01-30  1:55 UTC (permalink / raw)
  To: arm
  Cc: Olof Johansson, Arnd Bergmann, Masahiro Yamada, Stuart Yoder,
	Riku Voipio, Thierry Reding, linux-kernel, Kevin Hilman, Wei Xu,
	Will Deacon, Catalin Marinas, Guodong Xu, Eric Anholt,
	linux-arm-kernel, Simon Horman

Enable the block layer support for MTD devices.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 33b744d..f1f0caf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -143,6 +143,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_DMA_CMA=y
 CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
 CONFIG_MTD_M25P80=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_LOOP=y
-- 
2.7.4

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

* [RESEND PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK
@ 2017-01-30  1:55   ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2017-01-30  1:55 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the block layer support for MTD devices.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 33b744d..f1f0caf 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -143,6 +143,7 @@ CONFIG_DEVTMPFS=y
 CONFIG_DEVTMPFS_MOUNT=y
 CONFIG_DMA_CMA=y
 CONFIG_MTD=y
+CONFIG_MTD_BLOCK=y
 CONFIG_MTD_M25P80=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_LOOP=y
-- 
2.7.4

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

* [RESEND PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT
  2017-01-30  1:55 ` Masahiro Yamada
@ 2017-01-30  1:55   ` Masahiro Yamada
  -1 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2017-01-30  1:55 UTC (permalink / raw)
  To: arm
  Cc: Olof Johansson, Arnd Bergmann, Masahiro Yamada, Stuart Yoder,
	Riku Voipio, Thierry Reding, linux-kernel, Kevin Hilman, Wei Xu,
	Will Deacon, Catalin Marinas, Guodong Xu, Eric Anholt,
	linux-arm-kernel, Simon Horman

Enable the NAND framework and the Denali NAND controller driver.
This NAND controller is used on UniPhier SoCs.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f1f0caf..e4a8567 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -145,6 +145,8 @@ CONFIG_DMA_CMA=y
 CONFIG_MTD=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_NAND=y
+CONFIG_MTD_NAND_DENALI_DT=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=m
-- 
2.7.4

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

* [RESEND PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT
@ 2017-01-30  1:55   ` Masahiro Yamada
  0 siblings, 0 replies; 8+ messages in thread
From: Masahiro Yamada @ 2017-01-30  1:55 UTC (permalink / raw)
  To: linux-arm-kernel

Enable the NAND framework and the Denali NAND controller driver.
This NAND controller is used on UniPhier SoCs.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/arm64/configs/defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f1f0caf..e4a8567 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -145,6 +145,8 @@ CONFIG_DMA_CMA=y
 CONFIG_MTD=y
 CONFIG_MTD_BLOCK=y
 CONFIG_MTD_M25P80=y
+CONFIG_MTD_NAND=y
+CONFIG_MTD_NAND_DENALI_DT=y
 CONFIG_MTD_SPI_NOR=y
 CONFIG_BLK_DEV_LOOP=y
 CONFIG_BLK_DEV_NBD=m
-- 
2.7.4

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

* Re: [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols
  2017-01-30  1:55 ` Masahiro Yamada
@ 2017-01-30  5:18   ` Olof Johansson
  -1 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-01-30  5:18 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: arm, Guodong Xu, Arnd Bergmann, Eric Anholt, Kevin Hilman,
	Riku Voipio, Will Deacon, Stuart Yoder, Wei Xu, linux-kernel,
	Catalin Marinas, Simon Horman, Thierry Reding, linux-arm-kernel

On Mon, Jan 30, 2017 at 10:55:45AM +0900, Masahiro Yamada wrote:
> I am resending this series to arm@kernel.org
> as requested by Olof Johansson.
> 
> No code change since the previous post.
> 
> 
> 
> Masahiro Yamada (2):
>   arm64: defconfig: enable CONFIG_MTD_BLOCK
>   arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT
> 
>  arch/arm64/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks!


-Olof

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

* [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols
@ 2017-01-30  5:18   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2017-01-30  5:18 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 30, 2017 at 10:55:45AM +0900, Masahiro Yamada wrote:
> I am resending this series to arm at kernel.org
> as requested by Olof Johansson.
> 
> No code change since the previous post.
> 
> 
> 
> Masahiro Yamada (2):
>   arm64: defconfig: enable CONFIG_MTD_BLOCK
>   arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT
> 
>  arch/arm64/configs/defconfig | 3 +++
>  1 file changed, 3 insertions(+)

Applied, thanks!


-Olof

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

end of thread, other threads:[~2017-01-30  5:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-30  1:55 [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols Masahiro Yamada
2017-01-30  1:55 ` Masahiro Yamada
2017-01-30  1:55 ` [RESEND PATCH 1/2] arm64: defconfig: enable CONFIG_MTD_BLOCK Masahiro Yamada
2017-01-30  1:55   ` Masahiro Yamada
2017-01-30  1:55 ` [RESEND PATCH 2/2] arm64: defconfig: enable CONFIG_MTD_NAND and CONFIG_MTD_NAND_DENALI_DT Masahiro Yamada
2017-01-30  1:55   ` Masahiro Yamada
2017-01-30  5:18 ` [RESEND PATCH 0/2] arm64: defconfig: enable some NAND config symbols Olof Johansson
2017-01-30  5:18   ` Olof Johansson

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.