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


Groups > linux.kernel > #1487053

[PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER

From Masahiro Yamada <yamada.masahiro@socionext.com>
Newsgroups linux.kernel
Subject [PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER
Date 2016-09-20 06:50 +0200
Message-ID <sjlah-6Le-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Philipp,

IIRC, you mentioned that you were planning to consolidate the double
gurad by CONFIG_RESET_CONTROLLER and CONFIG_ARCH_HAS_RESET_CONTROLLER.

I have not seen it in the ML, so I am sending this.

Please let me know if you have some updates.


 arch/arm/mach-uniphier/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index 82dddee..3930fbb 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -1,6 +1,7 @@
 config ARCH_UNIPHIER
 	bool "Socionext UniPhier SoCs"
 	depends on ARCH_MULTI_V7
+	select ARCH_HAS_RESET_CONTROLLER
 	select ARM_AMBA
 	select ARM_GLOBAL_TIMER
 	select ARM_GIC
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-09-20 06:50 +0200
  Re: [PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER Philipp Zabel <p.zabel@pengutronix.de> - 2016-09-20 09:40 +0200
  Re: [PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER Philipp Zabel <p.zabel@pengutronix.de> - 2016-09-20 09:40 +0200
    Re: [PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-09-20 10:50 +0200
      Re: [PATCH] ARM: uniphier: select ARCH_HAS_RESET_CONTROLLER Philipp Zabel <p.zabel@pengutronix.de> - 2016-09-20 12:50 +0200

csiph-web