All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reset: Allow building Broadcom STB RESCAL as module
@ 2021-09-24  3:08 ` Florian Fainelli
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2021-09-24  3:08 UTC (permalink / raw)
  To: linux-kernel
  Cc: bcm-kernel-feedback-list, linux-arm-kernel, Florian Fainelli,
	Philipp Zabel

The driver can be built as a module and uses device managed resources.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index be799a5abf8a..f9d8b364db5f 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -58,7 +58,7 @@ config RESET_BRCMSTB
 	  a SUN_TOP_CTRL_SW_INIT style controller.
 
 config RESET_BRCMSTB_RESCAL
-	bool "Broadcom STB RESCAL reset controller"
+	tristate "Broadcom STB RESCAL reset controller"
 	depends on HAS_IOMEM
 	depends on ARCH_BRCMSTB || COMPILE_TEST
 	default ARCH_BRCMSTB
-- 
2.25.1


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

* [PATCH] reset: Allow building Broadcom STB RESCAL as module
@ 2021-09-24  3:08 ` Florian Fainelli
  0 siblings, 0 replies; 4+ messages in thread
From: Florian Fainelli @ 2021-09-24  3:08 UTC (permalink / raw)
  To: linux-kernel
  Cc: bcm-kernel-feedback-list, linux-arm-kernel, Florian Fainelli,
	Philipp Zabel

The driver can be built as a module and uses device managed resources.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/reset/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index be799a5abf8a..f9d8b364db5f 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -58,7 +58,7 @@ config RESET_BRCMSTB
 	  a SUN_TOP_CTRL_SW_INIT style controller.
 
 config RESET_BRCMSTB_RESCAL
-	bool "Broadcom STB RESCAL reset controller"
+	tristate "Broadcom STB RESCAL reset controller"
 	depends on HAS_IOMEM
 	depends on ARCH_BRCMSTB || COMPILE_TEST
 	default ARCH_BRCMSTB
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] reset: Allow building Broadcom STB RESCAL as module
  2021-09-24  3:08 ` Florian Fainelli
@ 2021-10-05  9:58   ` Philipp Zabel
  -1 siblings, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2021-10-05  9:58 UTC (permalink / raw)
  To: Florian Fainelli, linux-kernel; +Cc: bcm-kernel-feedback-list, linux-arm-kernel

On Thu, 2021-09-23 at 20:08 -0700, Florian Fainelli wrote:
> The driver can be built as a module and uses device managed resources.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
>  drivers/reset/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index be799a5abf8a..f9d8b364db5f 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -58,7 +58,7 @@ config RESET_BRCMSTB
>  	  a SUN_TOP_CTRL_SW_INIT style controller.
>  
>  config RESET_BRCMSTB_RESCAL
> -	bool "Broadcom STB RESCAL reset controller"
> +	tristate "Broadcom STB RESCAL reset controller"
>  	depends on HAS_IOMEM
>  	depends on ARCH_BRCMSTB || COMPILE_TEST
>  	default ARCH_BRCMSTB

Thank you, applied to reset/next.

regards
Philipp

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

* Re: [PATCH] reset: Allow building Broadcom STB RESCAL as module
@ 2021-10-05  9:58   ` Philipp Zabel
  0 siblings, 0 replies; 4+ messages in thread
From: Philipp Zabel @ 2021-10-05  9:58 UTC (permalink / raw)
  To: Florian Fainelli, linux-kernel; +Cc: bcm-kernel-feedback-list, linux-arm-kernel

On Thu, 2021-09-23 at 20:08 -0700, Florian Fainelli wrote:
> The driver can be built as a module and uses device managed resources.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
> ---
>  drivers/reset/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
> index be799a5abf8a..f9d8b364db5f 100644
> --- a/drivers/reset/Kconfig
> +++ b/drivers/reset/Kconfig
> @@ -58,7 +58,7 @@ config RESET_BRCMSTB
>  	  a SUN_TOP_CTRL_SW_INIT style controller.
>  
>  config RESET_BRCMSTB_RESCAL
> -	bool "Broadcom STB RESCAL reset controller"
> +	tristate "Broadcom STB RESCAL reset controller"
>  	depends on HAS_IOMEM
>  	depends on ARCH_BRCMSTB || COMPILE_TEST
>  	default ARCH_BRCMSTB

Thank you, applied to reset/next.

regards
Philipp

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2021-10-05 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24  3:08 [PATCH] reset: Allow building Broadcom STB RESCAL as module Florian Fainelli
2021-09-24  3:08 ` Florian Fainelli
2021-10-05  9:58 ` Philipp Zabel
2021-10-05  9:58   ` Philipp Zabel

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.