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


Groups > linux.kernel > #1730317 > unrolled thread

[PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST

Started byGeert Uytterhoeven <geert@linux-m68k.org>
First post2017-09-11 14:30 +0200
Last post2017-09-21 12:50 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST Geert Uytterhoeven <geert@linux-m68k.org> - 2017-09-11 14:30 +0200
    Re: [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or  COMPILE_TEST Vineet Gupta <Vineet.Gupta1@synopsys.com> - 2017-09-20 02:30 +0200
    Re: [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or  COMPILE_TEST Philipp Zabel <p.zabel@pengutronix.de> - 2017-09-21 12:50 +0200

#1730317 — [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST

FromGeert Uytterhoeven <geert@linux-m68k.org>
Date2017-09-11 14:30 +0200
Subject[PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST
Message-ID<uow0G-3dr-1@gated-at.bofh.it>
The HSDK reset driver is only useful when building for an ARC HSDK
platform.

While at it, drop the "default n", as that is the default.

Fixes: e0be864f14240cb1 ("ARC: reset: introduce HSDKv1 reset driver")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
---
 drivers/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index 52d5251660b9b51c..feea22c912ebf688 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -36,7 +36,7 @@ config RESET_BERLIN
 
 config RESET_HSDK_V1
 	bool "HSDK v1 Reset Driver"
-	default n
+	depends on ARC_SOC_HSDK || COMPILE_TEST
 	help
 	  This enables the reset controller driver for HSDK v1.
 
-- 
2.7.4

[toc] | [next] | [standalone]


#1735371 — Re: [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST

FromVineet Gupta <Vineet.Gupta1@synopsys.com>
Date2017-09-20 02:30 +0200
SubjectRe: [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST
Message-ID<urB3S-3Vn-23@gated-at.bofh.it>
In reply to#1730317
On 09/11/2017 05:22 AM, Geert Uytterhoeven wrote:
> The HSDK reset driver is only useful when building for an ARC HSDK
> platform.
> 
> While at it, drop the "default n", as that is the default.
> 
> Fixes: e0be864f14240cb1 ("ARC: reset: introduce HSDKv1 reset driver")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> ---
>   drivers/reset/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index 52d5251660b9b51c..feea22c912ebf688 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -36,7 +36,7 @@ config RESET_BERLIN
>   
>   config RESET_HSDK_V1
>   	bool "HSDK v1 Reset Driver"
> -	default n
> +	depends on ARC_SOC_HSDK || COMPILE_TEST
>   	help
>   	  This enables the reset controller driver for HSDK v1.
>   
> 

Philip, can u please pick this up - there would be conflict due to V1 rename - 
easy to fixup !

Thx,
-Vineet

[toc] | [prev] | [next] | [standalone]


#1736533 — Re: [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST

FromPhilipp Zabel <p.zabel@pengutronix.de>
Date2017-09-21 12:50 +0200
SubjectRe: [PATCH] reset: Restrict RESET_HSDK_V1 to ARC_SOC_HSDK or COMPILE_TEST
Message-ID<us7dn-8hx-7@gated-at.bofh.it>
In reply to#1730317
Hi Geert,

On Mon, 2017-09-11 at 14:22 +0200, Geert Uytterhoeven wrote:
> The HSDK reset driver is only useful when building for an ARC HSDK
> platform.
> 
> While at it, drop the "default n", as that is the default.
> 
> Fixes: e0be864f14240cb1 ("ARC: reset: introduce HSDKv1 reset driver")
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

Thank you for the patch. I have rebased it onto the HSDK_V1 -> HSDK name
change on the reset/fixes branch.

regards
Philipp

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web