* [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7
@ 2014-10-31 12:38 Abhilash Kesavan
2014-11-14 14:08 ` Abhilash Kesavan
2014-11-17 11:25 ` Thierry Reding
0 siblings, 2 replies; 3+ messages in thread
From: Abhilash Kesavan @ 2014-10-31 12:38 UTC (permalink / raw)
To: linux-pwm, thierry.reding; +Cc: kesavan.abhilash
To re-use the existing PWM driver for arm64 based exynos7 SoC,
make the driver depend on ARCH_EXYNOS along with PLAT_SAMSUNG.
Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
---
drivers/pwm/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index ef2dd2e..e82ab69 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -235,7 +235,7 @@ config PWM_ROCKCHIP
config PWM_SAMSUNG
tristate "Samsung PWM support"
- depends on PLAT_SAMSUNG
+ depends on PLAT_SAMSUNG || ARCH_EXYNOS
help
Generic PWM framework driver for Samsung.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7
2014-10-31 12:38 [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7 Abhilash Kesavan
@ 2014-11-14 14:08 ` Abhilash Kesavan
2014-11-17 11:25 ` Thierry Reding
1 sibling, 0 replies; 3+ messages in thread
From: Abhilash Kesavan @ 2014-11-14 14:08 UTC (permalink / raw)
To: linux-pwm, Thierry Reding; +Cc: Me2
Hi Thierry,
On Fri, Oct 31, 2014 at 6:08 PM, Abhilash Kesavan <a.kesavan@samsung.com> wrote:
> To re-use the existing PWM driver for arm64 based exynos7 SoC,
> make the driver depend on ARCH_EXYNOS along with PLAT_SAMSUNG.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> ---
> drivers/pwm/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
> index ef2dd2e..e82ab69 100644
> --- a/drivers/pwm/Kconfig
> +++ b/drivers/pwm/Kconfig
> @@ -235,7 +235,7 @@ config PWM_ROCKCHIP
>
> config PWM_SAMSUNG
> tristate "Samsung PWM support"
> - depends on PLAT_SAMSUNG
> + depends on PLAT_SAMSUNG || ARCH_EXYNOS
> help
> Generic PWM framework driver for Samsung.
This is a minor change that makes it possible to re-use the samsung
pwm driver on the new 64-bit exynos7 soc. Can you please review ?
Regards,
Abhilash
>
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7
2014-10-31 12:38 [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7 Abhilash Kesavan
2014-11-14 14:08 ` Abhilash Kesavan
@ 2014-11-17 11:25 ` Thierry Reding
1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2014-11-17 11:25 UTC (permalink / raw)
To: Abhilash Kesavan; +Cc: linux-pwm, kesavan.abhilash
[-- Attachment #1: Type: text/plain, Size: 413 bytes --]
On Fri, Oct 31, 2014 at 06:08:46PM +0530, Abhilash Kesavan wrote:
> To re-use the existing PWM driver for arm64 based exynos7 SoC,
> make the driver depend on ARCH_EXYNOS along with PLAT_SAMSUNG.
>
> Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
> ---
> drivers/pwm/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied (with minor spelling fixups), thanks.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-17 11:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 12:38 [PATCH] pwm: samsung: Allow samsung pwm driver to be enabled on Exynos7 Abhilash Kesavan
2014-11-14 14:08 ` Abhilash Kesavan
2014-11-17 11:25 ` Thierry Reding
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox