All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
@ 2015-11-06  5:27 ` Alim Akhtar
  0 siblings, 0 replies; 10+ messages in thread
From: Alim Akhtar @ 2015-11-06  5:27 UTC (permalink / raw)
  To: catalin.marinas; +Cc: olof, arnd, linux-arm-kernel, linux-kernel

Exynos7 based espresso board uses S2MPS15, a multifunction device.
This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
the same.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
Changes since v1:
* updated the comment message to describe which platfrom uses it.
* enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.

 arch/arm64/configs/defconfig |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9492fe7edbbc..2e1f815daa2b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -131,9 +131,11 @@ CONFIG_GPIO_XGENE=y
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
 # CONFIG_HWMON is not set
+CONFIG_MFD_SEC_CORE=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
+CONFIG_REGULATOR_S2MPS11=y
 CONFIG_FB=y
 CONFIG_FB_ARMCLCD=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
@@ -162,6 +164,7 @@ CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_S5M=y
 CONFIG_RTC_DRV_EFI=y
 CONFIG_RTC_DRV_XGENE=y
 CONFIG_DMADEVICES=y
@@ -169,6 +172,7 @@ CONFIG_QCOM_BAM_DMA=y
 CONFIG_VIRTIO_PCI=y
 CONFIG_VIRTIO_BALLOON=y
 CONFIG_VIRTIO_MMIO=y
+CONFIG_COMMON_CLK_S2MPS11=y
 CONFIG_COMMON_CLK_QCOM=y
 CONFIG_MSM_GCC_8916=y
 CONFIG_HWSPINLOCK_QCOM=y
-- 
1.7.10.4


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

* [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
@ 2015-11-06  5:27 ` Alim Akhtar
  0 siblings, 0 replies; 10+ messages in thread
From: Alim Akhtar @ 2015-11-06  5:27 UTC (permalink / raw)
  To: linux-arm-kernel

Exynos7 based espresso board uses S2MPS15, a multifunction device.
This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
the same.

Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
---
Changes since v1:
* updated the comment message to describe which platfrom uses it.
* enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.

 arch/arm64/configs/defconfig |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 9492fe7edbbc..2e1f815daa2b 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -131,9 +131,11 @@ CONFIG_GPIO_XGENE=y
 CONFIG_POWER_RESET_XGENE=y
 CONFIG_POWER_RESET_SYSCON=y
 # CONFIG_HWMON is not set
+CONFIG_MFD_SEC_CORE=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_QCOM_SMD_RPM=y
+CONFIG_REGULATOR_S2MPS11=y
 CONFIG_FB=y
 CONFIG_FB_ARMCLCD=y
 CONFIG_FRAMEBUFFER_CONSOLE=y
@@ -162,6 +164,7 @@ CONFIG_LEDS_TRIGGERS=y
 CONFIG_LEDS_TRIGGER_HEARTBEAT=y
 CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_S5M=y
 CONFIG_RTC_DRV_EFI=y
 CONFIG_RTC_DRV_XGENE=y
 CONFIG_DMADEVICES=y
@@ -169,6 +172,7 @@ CONFIG_QCOM_BAM_DMA=y
 CONFIG_VIRTIO_PCI=y
 CONFIG_VIRTIO_BALLOON=y
 CONFIG_VIRTIO_MMIO=y
+CONFIG_COMMON_CLK_S2MPS11=y
 CONFIG_COMMON_CLK_QCOM=y
 CONFIG_MSM_GCC_8916=y
 CONFIG_HWSPINLOCK_QCOM=y
-- 
1.7.10.4

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

* Re: [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
  2015-11-06  5:27 ` Alim Akhtar
@ 2015-11-06  5:47   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2015-11-06  5:47 UTC (permalink / raw)
  To: Alim Akhtar; +Cc: catalin.marinas, olof, arnd, linux-arm-kernel, linux-kernel

2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
> Exynos7 based espresso board uses S2MPS15, a multifunction device.
> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
> the same.
>
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
> Changes since v1:
> * updated the comment message to describe which platfrom uses it.
> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
>
>  arch/arm64/configs/defconfig |    4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Catalin,

Are you usually taking such arm64 defconfig changes or should they go
through arm-soc?

Best regards,
Krzysztof

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

* [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
@ 2015-11-06  5:47   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2015-11-06  5:47 UTC (permalink / raw)
  To: linux-arm-kernel

2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
> Exynos7 based espresso board uses S2MPS15, a multifunction device.
> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
> the same.
>
> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> ---
> Changes since v1:
> * updated the comment message to describe which platfrom uses it.
> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
>
>  arch/arm64/configs/defconfig |    4 ++++
>  1 file changed, 4 insertions(+)

Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Catalin,

Are you usually taking such arm64 defconfig changes or should they go
through arm-soc?

Best regards,
Krzysztof

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

* Re: [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
  2015-11-06  5:47   ` Krzysztof Kozlowski
@ 2015-11-06 16:37     ` Catalin Marinas
  -1 siblings, 0 replies; 10+ messages in thread
From: Catalin Marinas @ 2015-11-06 16:37 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Alim Akhtar, olof, linux-arm-kernel, arnd, linux-kernel

On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote:
> 2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
> > Exynos7 based espresso board uses S2MPS15, a multifunction device.
> > This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
> > the same.
> >
> > Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> > ---
> > Changes since v1:
> > * updated the comment message to describe which platfrom uses it.
> > * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
> >
> >  arch/arm64/configs/defconfig |    4 ++++
> >  1 file changed, 4 insertions(+)
> 
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> 
> Catalin,
> 
> Are you usually taking such arm64 defconfig changes or should they go
> through arm-soc?

Usually arm-soc but I don't mind either way.

-- 
Catalin

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

* [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
@ 2015-11-06 16:37     ` Catalin Marinas
  0 siblings, 0 replies; 10+ messages in thread
From: Catalin Marinas @ 2015-11-06 16:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote:
> 2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
> > Exynos7 based espresso board uses S2MPS15, a multifunction device.
> > This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
> > the same.
> >
> > Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
> > ---
> > Changes since v1:
> > * updated the comment message to describe which platfrom uses it.
> > * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
> >
> >  arch/arm64/configs/defconfig |    4 ++++
> >  1 file changed, 4 insertions(+)
> 
> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> 
> Catalin,
> 
> Are you usually taking such arm64 defconfig changes or should they go
> through arm-soc?

Usually arm-soc but I don't mind either way.

-- 
Catalin

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

* Re: [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
  2015-11-06 16:37     ` Catalin Marinas
@ 2016-02-04  4:02       ` Alim Akhtar
  -1 siblings, 0 replies; 10+ messages in thread
From: Alim Akhtar @ 2016-02-04  4:02 UTC (permalink / raw)
  To: Catalin Marinas, Krzysztof Kozlowski
  Cc: olof, linux-arm-kernel, arnd, linux-kernel



On 11/06/2015 10:07 PM, Catalin Marinas wrote:
> On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote:
>> 2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
>>> Exynos7 based espresso board uses S2MPS15, a multifunction device.
>>> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
>>> the same.
>>>
>>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>>> ---
>>> Changes since v1:
>>> * updated the comment message to describe which platfrom uses it.
>>> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
>>>
>>>   arch/arm64/configs/defconfig |    4 ++++
>>>   1 file changed, 4 insertions(+)
>>
>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>>
>> Catalin,
>>
>> Are you usually taking such arm64 defconfig changes or should they go
>> through arm-soc?
>
> Usually arm-soc but I don't mind either way.
>
Looks like this patch is not merged...because of this 4.5-rc1 on 
exynos7-esspreso does not boot to user space.
Do I need to resend this patch?

Regards,
Alim

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

* [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
@ 2016-02-04  4:02       ` Alim Akhtar
  0 siblings, 0 replies; 10+ messages in thread
From: Alim Akhtar @ 2016-02-04  4:02 UTC (permalink / raw)
  To: linux-arm-kernel



On 11/06/2015 10:07 PM, Catalin Marinas wrote:
> On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote:
>> 2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
>>> Exynos7 based espresso board uses S2MPS15, a multifunction device.
>>> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers utilized by
>>> the same.
>>>
>>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>>> ---
>>> Changes since v1:
>>> * updated the comment message to describe which platfrom uses it.
>>> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
>>>
>>>   arch/arm64/configs/defconfig |    4 ++++
>>>   1 file changed, 4 insertions(+)
>>
>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>>
>> Catalin,
>>
>> Are you usually taking such arm64 defconfig changes or should they go
>> through arm-soc?
>
> Usually arm-soc but I don't mind either way.
>
Looks like this patch is not merged...because of this 4.5-rc1 on 
exynos7-esspreso does not boot to user space.
Do I need to resend this patch?

Regards,
Alim

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

* Re: [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
  2016-02-04  4:02       ` Alim Akhtar
@ 2016-02-05  1:36         ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2016-02-05  1:36 UTC (permalink / raw)
  To: Alim Akhtar, Catalin Marinas; +Cc: olof, linux-arm-kernel, arnd, linux-kernel

On 04.02.2016 13:02, Alim Akhtar wrote:
> On 11/06/2015 10:07 PM, Catalin Marinas wrote:
>> On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote:
>>> 2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
>>>> Exynos7 based espresso board uses S2MPS15, a multifunction device.
>>>> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers
>>>> utilized by
>>>> the same.
>>>>
>>>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>>>> ---
>>>> Changes since v1:
>>>> * updated the comment message to describe which platfrom uses it.
>>>> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
>>>>
>>>>   arch/arm64/configs/defconfig |    4 ++++
>>>>   1 file changed, 4 insertions(+)
>>>
>>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>>>
>>> Catalin,
>>>
>>> Are you usually taking such arm64 defconfig changes or should they go
>>> through arm-soc?
>>
>> Usually arm-soc but I don't mind either way.
>>
> Looks like this patch is not merged...because of this 4.5-rc1 on
> exynos7-esspreso does not boot to user space.
> Do I need to resend this patch?

Yes, please resend.
I reviewed it on the list archives (from different email) but for
applying I need to get the patch delivered to my mail box. Unfortunately
you didn't put Samsung SoC guys on recipients list and at the same time
patchwork does not work in company network.

Best regards,
Krzysztof

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

* [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs
@ 2016-02-05  1:36         ` Krzysztof Kozlowski
  0 siblings, 0 replies; 10+ messages in thread
From: Krzysztof Kozlowski @ 2016-02-05  1:36 UTC (permalink / raw)
  To: linux-arm-kernel

On 04.02.2016 13:02, Alim Akhtar wrote:
> On 11/06/2015 10:07 PM, Catalin Marinas wrote:
>> On Fri, Nov 06, 2015 at 02:47:12PM +0900, Krzysztof Kozlowski wrote:
>>> 2015-11-06 14:27 GMT+09:00 Alim Akhtar <alim.akhtar@samsung.com>:
>>>> Exynos7 based espresso board uses S2MPS15, a multifunction device.
>>>> This patch enables S2MPS1X regulator, pmic-clk and rtc drivers
>>>> utilized by
>>>> the same.
>>>>
>>>> Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
>>>> ---
>>>> Changes since v1:
>>>> * updated the comment message to describe which platfrom uses it.
>>>> * enable COMMON_CLK_S2MPS11 which is needed to enable pmic-clk block.
>>>>
>>>>   arch/arm64/configs/defconfig |    4 ++++
>>>>   1 file changed, 4 insertions(+)
>>>
>>> Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
>>>
>>> Catalin,
>>>
>>> Are you usually taking such arm64 defconfig changes or should they go
>>> through arm-soc?
>>
>> Usually arm-soc but I don't mind either way.
>>
> Looks like this patch is not merged...because of this 4.5-rc1 on
> exynos7-esspreso does not boot to user space.
> Do I need to resend this patch?

Yes, please resend.
I reviewed it on the list archives (from different email) but for
applying I need to get the patch delivered to my mail box. Unfortunately
you didn't put Samsung SoC guys on recipients list and at the same time
patchwork does not work in company network.

Best regards,
Krzysztof

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

end of thread, other threads:[~2016-02-05  1:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-06  5:27 [PATCH v2] arm64: defconfig: Enable samsung MFD and related configs Alim Akhtar
2015-11-06  5:27 ` Alim Akhtar
2015-11-06  5:47 ` Krzysztof Kozlowski
2015-11-06  5:47   ` Krzysztof Kozlowski
2015-11-06 16:37   ` Catalin Marinas
2015-11-06 16:37     ` Catalin Marinas
2016-02-04  4:02     ` Alim Akhtar
2016-02-04  4:02       ` Alim Akhtar
2016-02-05  1:36       ` Krzysztof Kozlowski
2016-02-05  1:36         ` Krzysztof Kozlowski

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.