All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
@ 2017-02-14 16:47 Andy Gross
  2017-02-16 16:29 ` Arnd Bergmann
  0 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2017-02-14 16:47 UTC (permalink / raw)
  To: arm
  Cc: Kevin Hilman, Olof Johansson, Arnd Bergmann, linux-arm-msm, Andy Gross

This patch enables the Qualcomm RPM based Clock Controller present on
A-family boards.

This patch is already queued for v4.11, but I feel that we shouldn't
leave A family boards broken for v4.10.  The commit ID in arm-soc
next/defconfig is ff90e93867b2841badd33a419d86be0c08c538ca

Signed-off-by: Andy Gross <andy.gross@linaro.org>
Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index b01a438..4ff6779 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -824,6 +824,7 @@ CONFIG_QCOM_SMSM=y
 CONFIG_QCOM_WCNSS_CTRL=m
 CONFIG_ROCKCHIP_PM_DOMAINS=y
 CONFIG_COMMON_CLK_QCOM=y
+CONFIG_QCOM_CLK_RPM=y
 CONFIG_CHROME_PLATFORMS=y
 CONFIG_STAGING_BOARD=y
 CONFIG_CROS_EC_CHARDEV=m
-- 
1.9.1

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
  2017-02-14 16:47 [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC Andy Gross
@ 2017-02-16 16:29 ` Arnd Bergmann
  2017-02-17  0:36   ` Andy Gross
  0 siblings, 1 reply; 10+ messages in thread
From: Arnd Bergmann @ 2017-02-16 16:29 UTC (permalink / raw)
  To: Andy Gross; +Cc: arm, Kevin Hilman, Olof Johansson, linux-arm-msm

On Tuesday, February 14, 2017 10:47:19 AM CET Andy Gross wrote:
> This patch enables the Qualcomm RPM based Clock Controller present on
> A-family boards.
> 
> This patch is already queued for v4.11, but I feel that we shouldn't
> leave A family boards broken for v4.10.  The commit ID in arm-soc
> next/defconfig is ff90e93867b2841badd33a419d86be0c08c538ca
> 
> Signed-off-by: Andy Gross <andy.gross@linaro.org>
> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> ---

Apparently Olof already applied this the first time you sent it.

	Arnd

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
  2017-02-16 16:29 ` Arnd Bergmann
@ 2017-02-17  0:36   ` Andy Gross
  2017-02-17 16:27     ` Arnd Bergmann
  0 siblings, 1 reply; 10+ messages in thread
From: Andy Gross @ 2017-02-17  0:36 UTC (permalink / raw)
  To: Arnd Bergmann; +Cc: arm, Kevin Hilman, Olof Johansson, linux-arm-msm

On Thu, Feb 16, 2017 at 05:29:06PM +0100, Arnd Bergmann wrote:
> On Tuesday, February 14, 2017 10:47:19 AM CET Andy Gross wrote:
> > This patch enables the Qualcomm RPM based Clock Controller present on
> > A-family boards.
> > 
> > This patch is already queued for v4.11, but I feel that we shouldn't
> > leave A family boards broken for v4.10.  The commit ID in arm-soc
> > next/defconfig is ff90e93867b2841badd33a419d86be0c08c538ca
> > 
> > Signed-off-by: Andy Gross <andy.gross@linaro.org>
> > Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
> > ---
> 
> Apparently Olof already applied this the first time you sent it.

Yes, it is queued up for 4.11.  But this kind of leaves 4.10 in a broken state
so I'd prefer it get drawn in to 4.10 and subsequently dropped from 4.11.

Regards,

Andy

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
  2017-02-17  0:36   ` Andy Gross
@ 2017-02-17 16:27     ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2017-02-17 16:27 UTC (permalink / raw)
  To: Andy Gross; +Cc: arm-soc, Kevin Hilman, Olof Johansson, linux-arm-msm

On Fri, Feb 17, 2017 at 1:36 AM, Andy Gross <andy.gross@linaro.org> wrote:
> On Thu, Feb 16, 2017 at 05:29:06PM +0100, Arnd Bergmann wrote:
>> On Tuesday, February 14, 2017 10:47:19 AM CET Andy Gross wrote:
>> > This patch enables the Qualcomm RPM based Clock Controller present on
>> > A-family boards.
>> >
>> > This patch is already queued for v4.11, but I feel that we shouldn't
>> > leave A family boards broken for v4.10.  The commit ID in arm-soc
>> > next/defconfig is ff90e93867b2841badd33a419d86be0c08c538ca
>> >
>> > Signed-off-by: Andy Gross <andy.gross@linaro.org>
>> > Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>> > ---
>>
>> Apparently Olof already applied this the first time you sent it.
>
> Yes, it is queued up for 4.11.  But this kind of leaves 4.10 in a broken state
> so I'd prefer it get drawn in to 4.10 and subsequently dropped from 4.11.

Got it, sorry I misread your description earlier.

Applied to fixes now.

    Arnd

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
  2017-01-03 18:52   ` Bjorn Andersson
@ 2017-01-10  3:10     ` Olof Johansson
  -1 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-01-10  3:10 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Andy Gross, linux-arm-msm, linux-arm-kernel, linux-kernel, arm

On Tue, Jan 03, 2017 at 10:52:32AM -0800, Bjorn Andersson wrote:
> On Mon 02 Jan 12:35 PST 2017, Andy Gross wrote:
> 
> > This patch enables the Qualcomm RPM based Clock Controller present on
> > A-family boards.
> > 
> > Signed-off-by: Andy Gross <andy.gross@linaro.org>
> 
> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Applied to next/defconfig. Thanks.


-Olof

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

* [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
@ 2017-01-10  3:10     ` Olof Johansson
  0 siblings, 0 replies; 10+ messages in thread
From: Olof Johansson @ 2017-01-10  3:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jan 03, 2017 at 10:52:32AM -0800, Bjorn Andersson wrote:
> On Mon 02 Jan 12:35 PST 2017, Andy Gross wrote:
> 
> > This patch enables the Qualcomm RPM based Clock Controller present on
> > A-family boards.
> > 
> > Signed-off-by: Andy Gross <andy.gross@linaro.org>
> 
> Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Applied to next/defconfig. Thanks.


-Olof

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

* Re: [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
  2017-01-02 20:35 ` Andy Gross
@ 2017-01-03 18:52   ` Bjorn Andersson
  -1 siblings, 0 replies; 10+ messages in thread
From: Bjorn Andersson @ 2017-01-03 18:52 UTC (permalink / raw)
  To: Andy Gross; +Cc: linux-arm-msm, linux-arm-kernel, linux-kernel, arm

On Mon 02 Jan 12:35 PST 2017, Andy Gross wrote:

> This patch enables the Qualcomm RPM based Clock Controller present on
> A-family boards.
> 
> Signed-off-by: Andy Gross <andy.gross@linaro.org>

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index b01a438..4ff6779 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -824,6 +824,7 @@ CONFIG_QCOM_SMSM=y
>  CONFIG_QCOM_WCNSS_CTRL=m
>  CONFIG_ROCKCHIP_PM_DOMAINS=y
>  CONFIG_COMMON_CLK_QCOM=y
> +CONFIG_QCOM_CLK_RPM=y
>  CONFIG_CHROME_PLATFORMS=y
>  CONFIG_STAGING_BOARD=y
>  CONFIG_CROS_EC_CHARDEV=m
> -- 
> 1.9.1
> 

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

* [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
@ 2017-01-03 18:52   ` Bjorn Andersson
  0 siblings, 0 replies; 10+ messages in thread
From: Bjorn Andersson @ 2017-01-03 18:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon 02 Jan 12:35 PST 2017, Andy Gross wrote:

> This patch enables the Qualcomm RPM based Clock Controller present on
> A-family boards.
> 
> Signed-off-by: Andy Gross <andy.gross@linaro.org>

Acked-by: Bjorn Andersson <bjorn.andersson@linaro.org>

Regards,
Bjorn

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index b01a438..4ff6779 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -824,6 +824,7 @@ CONFIG_QCOM_SMSM=y
>  CONFIG_QCOM_WCNSS_CTRL=m
>  CONFIG_ROCKCHIP_PM_DOMAINS=y
>  CONFIG_COMMON_CLK_QCOM=y
> +CONFIG_QCOM_CLK_RPM=y
>  CONFIG_CHROME_PLATFORMS=y
>  CONFIG_STAGING_BOARD=y
>  CONFIG_CROS_EC_CHARDEV=m
> -- 
> 1.9.1
> 

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

* [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
@ 2017-01-02 20:35 ` Andy Gross
  0 siblings, 0 replies; 10+ messages in thread
From: Andy Gross @ 2017-01-02 20:35 UTC (permalink / raw)
  To: linux-arm-msm; +Cc: linux-arm-kernel, linux-kernel, arm, Andy Gross

This patch enables the Qualcomm RPM based Clock Controller present on
A-family boards.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index b01a438..4ff6779 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -824,6 +824,7 @@ CONFIG_QCOM_SMSM=y
 CONFIG_QCOM_WCNSS_CTRL=m
 CONFIG_ROCKCHIP_PM_DOMAINS=y
 CONFIG_COMMON_CLK_QCOM=y
+CONFIG_QCOM_CLK_RPM=y
 CONFIG_CHROME_PLATFORMS=y
 CONFIG_STAGING_BOARD=y
 CONFIG_CROS_EC_CHARDEV=m
-- 
1.9.1

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

* [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC
@ 2017-01-02 20:35 ` Andy Gross
  0 siblings, 0 replies; 10+ messages in thread
From: Andy Gross @ 2017-01-02 20:35 UTC (permalink / raw)
  To: linux-arm-kernel

This patch enables the Qualcomm RPM based Clock Controller present on
A-family boards.

Signed-off-by: Andy Gross <andy.gross@linaro.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index b01a438..4ff6779 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -824,6 +824,7 @@ CONFIG_QCOM_SMSM=y
 CONFIG_QCOM_WCNSS_CTRL=m
 CONFIG_ROCKCHIP_PM_DOMAINS=y
 CONFIG_COMMON_CLK_QCOM=y
+CONFIG_QCOM_CLK_RPM=y
 CONFIG_CHROME_PLATFORMS=y
 CONFIG_STAGING_BOARD=y
 CONFIG_CROS_EC_CHARDEV=m
-- 
1.9.1

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

end of thread, other threads:[~2017-02-17 16:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-14 16:47 [PATCH] ARM: multi_v7_defconfig: enable Qualcomm RPMCC Andy Gross
2017-02-16 16:29 ` Arnd Bergmann
2017-02-17  0:36   ` Andy Gross
2017-02-17 16:27     ` Arnd Bergmann
  -- strict thread matches above, loose matches on Subject: below --
2017-01-02 20:35 Andy Gross
2017-01-02 20:35 ` Andy Gross
2017-01-03 18:52 ` Bjorn Andersson
2017-01-03 18:52   ` Bjorn Andersson
2017-01-10  3:10   ` Olof Johansson
2017-01-10  3:10     ` Olof Johansson

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.