Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1497646 > unrolled thread

[PATCH] arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER

Started byMasahiro Yamada <yamada.masahiro@socionext.com>
First post2016-10-08 04:30 +0200
Last post2016-10-08 04:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-10-08 04:30 +0200

#1497646 — [PATCH] arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER

FromMasahiro Yamada <yamada.masahiro@socionext.com>
Date2016-10-08 04:30 +0200
Subject[PATCH] arm64: uniphier: select ARCH_HAS_RESET_CONTROLLER
Message-ID<spPyF-11t-3@gated-at.bofh.it>
The UniPhier reset driver (drivers/reset/reset-uniphier.c) has been
merged.  Select ARCH_HAS_RESET_CONTROLLER from the SoC Kconfig.

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

This is a counter-part of the following ARM-32bit variant:
https://patchwork.kernel.org/patch/9341021/

As discussed with Philipp, we go ARCH_HAS_RESET_CONTROLLER for now.


 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index b6b3657..d4f5f5c 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -178,6 +178,7 @@ config ARCH_THUNDER
 
 config ARCH_UNIPHIER
 	bool "Socionext UniPhier SoC Family"
+	select ARCH_HAS_RESET_CONTROLLER
 	select PINCTRL
 	help
 	  This enables support for Socionext UniPhier SoC family.
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web