Re: [PATCH v3] pwm: kconfig: enable kona pwm to be built for cygnus arch

2018-12-12 Thread Thierry Reding
On Fri, Nov 23, 2018 at 10:35:59AM +0100, Clément Péron wrote:
> The Cygnus architecture use a Kona PWM. This is already present
> in the device tree but can't be built actually. Hence, allow the
> Kona PWM to be built for Cygnus arch.
> 
> Signed-off-by: Clément Péron 
> Reviewed-by: Florian Fainelli 
> Reviewed-by: Scott Branden 
> Acked-by: Uwe Kleine-König 
> ---
>  drivers/pwm/Kconfig | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied, thanks. I did fixup the subject to be consistent with other
commit messages.

Thierry


signature.asc
Description: PGP signature


[PATCH v3] pwm: kconfig: enable kona pwm to be built for cygnus arch

2018-11-23 Thread Clément Péron
The Cygnus architecture use a Kona PWM. This is already present
in the device tree but can't be built actually. Hence, allow the
Kona PWM to be built for Cygnus arch.

Signed-off-by: Clément Péron 
Reviewed-by: Florian Fainelli 
Reviewed-by: Scott Branden 
Acked-by: Uwe Kleine-König 
---
 drivers/pwm/Kconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 27e5dd47a01f..a8f47df0655a 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -88,7 +88,9 @@ config PWM_BCM_IPROC
 
 config PWM_BCM_KONA
tristate "Kona PWM support"
-   depends on ARCH_BCM_MOBILE
+   depends on ARCH_BCM_MOBILE || ARCH_BCM_CYGNUS || COMPILE_TEST
+   depends on HAVE_CLK && HAS_IOMEM
+   default ARCH_BCM_MOBILE || ARCH_BCM_CYGNUS
help
  Generic PWM framework driver for Broadcom Kona PWM block.
 
-- 
2.19.1



[PATCH v3] pwm: kconfig: enable kona pwm to be built for cygnus arch

2018-11-23 Thread Clément Péron
The Cygnus architecture use a Kona PWM. This is already present
in the device tree but can't be built actually. Hence, allow the
Kona PWM to be built for Cygnus arch.

Signed-off-by: Clément Péron 
Reviewed-by: Florian Fainelli 
Reviewed-by: Scott Branden 
Acked-by: Uwe Kleine-König 
---
 drivers/pwm/Kconfig | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 27e5dd47a01f..a8f47df0655a 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -88,7 +88,9 @@ config PWM_BCM_IPROC
 
 config PWM_BCM_KONA
tristate "Kona PWM support"
-   depends on ARCH_BCM_MOBILE
+   depends on ARCH_BCM_MOBILE || ARCH_BCM_CYGNUS || COMPILE_TEST
+   depends on HAVE_CLK && HAS_IOMEM
+   default ARCH_BCM_MOBILE || ARCH_BCM_CYGNUS
help
  Generic PWM framework driver for Broadcom Kona PWM block.
 
-- 
2.19.1