linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver
@ 2016-07-05 10:06 Alim Akhtar
  2016-07-05 14:01 ` Javier Martinez Canillas
  2016-07-06  6:03 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 5+ messages in thread
From: Alim Akhtar @ 2016-07-05 10:06 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: catalin.marinas, linux-kernel, linux-samsung-soc, k.kozlowski,
	pankaj.dubey, alim.akhtar

The s3c rtc controller on exynos7 platform uses rtc source clock
from s2mps11 pmic. This patch enables the required bits to make
rtc work on exynos7-espresso board.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
 arch/arm64/configs/defconfig |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index fd2d74d..c05b8ba 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -268,6 +268,7 @@ CONFIG_RTC_DRV_EFI=y
 CONFIG_RTC_DRV_PL031=y
 CONFIG_RTC_DRV_SUN6I=y
 CONFIG_RTC_DRV_XGENE=y
+CONFIG_RTC_DRV_S3C=y
 CONFIG_DMADEVICES=y
 CONFIG_PL330_DMA=y
 CONFIG_TEGRA20_APB_DMA=y
@@ -282,6 +283,7 @@ CONFIG_XEN_GNTDEV=y
 CONFIG_XEN_GRANT_DEV_ALLOC=y
 CONFIG_COMMON_CLK_SCPI=y
 CONFIG_COMMON_CLK_CS2000_CP=y
+CONFIG_COMMON_CLK_S2MPS11=y
 CONFIG_CLK_QORIQ=y
 CONFIG_COMMON_CLK_QCOM=y
 CONFIG_MSM_GCC_8916=y
-- 
1.7.10.4

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

* Re: [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver
  2016-07-05 10:06 [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver Alim Akhtar
@ 2016-07-05 14:01 ` Javier Martinez Canillas
  2016-07-06  6:03 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 5+ messages in thread
From: Javier Martinez Canillas @ 2016-07-05 14:01 UTC (permalink / raw)
  To: Alim Akhtar, linux-arm-kernel
  Cc: catalin.marinas, linux-kernel, linux-samsung-soc, k.kozlowski,
	pankaj.dubey

Hello Alim,

On 07/05/2016 06:06 AM, Alim Akhtar wrote:
> The s3c rtc controller on exynos7 platform uses rtc source clock
> from s2mps11 pmic. This patch enables the required bits to make
> rtc work on exynos7-espresso board.
> 
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---

Looks good to me.

Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>

Best regards,
-- 
Javier Martinez Canillas
Open Source Group
Samsung Research America

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

* Re: [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver
  2016-07-05 10:06 [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver Alim Akhtar
  2016-07-05 14:01 ` Javier Martinez Canillas
@ 2016-07-06  6:03 ` Krzysztof Kozlowski
  2016-07-08 11:29   ` Alim Akhtar
  1 sibling, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-07-06  6:03 UTC (permalink / raw)
  To: Alim Akhtar, linux-arm-kernel
  Cc: catalin.marinas, linux-kernel, linux-samsung-soc, pankaj.dubey

On 07/05/2016 12:06 PM, Alim Akhtar wrote:
> The s3c rtc controller on exynos7 platform uses rtc source clock
> from s2mps11 pmic. This patch enables the required bits to make
> rtc work on exynos7-espresso board.
> 
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
>  arch/arm64/configs/defconfig |    2 ++
>  1 file changed, 2 insertions(+)

Thanks, applied, with changed commit title and message. Any more arm64
defconfig changes coming soon?

Best regards,
Krzysztof

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

* Re: [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver
  2016-07-06  6:03 ` Krzysztof Kozlowski
@ 2016-07-08 11:29   ` Alim Akhtar
  2016-07-08 12:46     ` Krzysztof Kozlowski
  0 siblings, 1 reply; 5+ messages in thread
From: Alim Akhtar @ 2016-07-08 11:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-arm-kernel
  Cc: catalin.marinas, linux-kernel, linux-samsung-soc, pankaj.dubey



On 07/06/2016 11:33 AM, Krzysztof Kozlowski wrote:
> On 07/05/2016 12:06 PM, Alim Akhtar wrote:
>> The s3c rtc controller on exynos7 platform uses rtc source clock
>> from s2mps11 pmic. This patch enables the required bits to make
>> rtc work on exynos7-espresso board.
>>
>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>> ---
>>   arch/arm64/configs/defconfig |    2 ++
>>   1 file changed, 2 insertions(+)
>
> Thanks, applied, with changed commit title and message. Any more arm64
> defconfig changes coming soon?
>
Thanks Krzysztof,
May be we should enable CONFIG_S3C2410_WATCHDOG as well.
All the bits to enable this is there, even in exynos7 dts watchdog is 
enabled.
Let me know if you want me to send a patch or you can add in my last 
patch related with config changes, if this is not very difficult for you 
to handle.

> Best regards,
> Krzysztof
>
>

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

* Re: [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver
  2016-07-08 11:29   ` Alim Akhtar
@ 2016-07-08 12:46     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2016-07-08 12:46 UTC (permalink / raw)
  To: Alim Akhtar, linux-arm-kernel
  Cc: catalin.marinas, linux-kernel, linux-samsung-soc, pankaj.dubey

On 07/08/2016 01:29 PM, Alim Akhtar wrote:
> 
> 
> On 07/06/2016 11:33 AM, Krzysztof Kozlowski wrote:
>> On 07/05/2016 12:06 PM, Alim Akhtar wrote:
>>> The s3c rtc controller on exynos7 platform uses rtc source clock
>>> from s2mps11 pmic. This patch enables the required bits to make
>>> rtc work on exynos7-espresso board.
>>>
>>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>>> ---
>>>   arch/arm64/configs/defconfig |    2 ++
>>>   1 file changed, 2 insertions(+)
>>
>> Thanks, applied, with changed commit title and message. Any more arm64
>> defconfig changes coming soon?
>>
> Thanks Krzysztof,
> May be we should enable CONFIG_S3C2410_WATCHDOG as well.
> All the bits to enable this is there, even in exynos7 dts watchdog is
> enabled.
> Let me know if you want me to send a patch or you can add in my last
> patch related with config changes, if this is not very difficult for you
> to handle.

Probably there are few more things useful, like SPI, PWM etc. Need to
take a closer look.

Best regards,
Krzysztof

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

end of thread, other threads:[~2016-07-08 12:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-05 10:06 [PATCH] arm64: defconfig: Enable s2mps11 regulator clk and s3c rtc driver Alim Akhtar
2016-07-05 14:01 ` Javier Martinez Canillas
2016-07-06  6:03 ` Krzysztof Kozlowski
2016-07-08 11:29   ` Alim Akhtar
2016-07-08 12:46     ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).