* [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain.
@ 2015-12-14 17:17 Enric Balletbo i Serra
2015-12-14 17:22 ` Enric Balletbo Serra
0 siblings, 1 reply; 3+ messages in thread
From: Enric Balletbo i Serra @ 2015-12-14 17:17 UTC (permalink / raw)
To: linux-kernel, linux-arm-kernel, linux
Cc: arnd, k.kozlowski, javier, kgene, olof, geert+renesas,
sjoerd.simons, lee.jones, treding, heiko.stubner
In order to meet high performance an low power requirement for Rockchip
enable the power domain support.
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
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 69a22fd..81314ec 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -655,6 +655,7 @@ CONFIG_QCOM_PM=y
CONFIG_QCOM_SMD=y
CONFIG_QCOM_SMD_RPM=y
CONFIG_QCOM_SMEM=y
+CONFIG_ROCKCHIP_PM_DOMAINS=y
CONFIG_COMMON_CLK_QCOM=y
CONFIG_CHROME_PLATFORMS=y
CONFIG_CROS_EC_CHARDEV=m
--
2.1.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain.
2015-12-14 17:17 [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain Enric Balletbo i Serra
@ 2015-12-14 17:22 ` Enric Balletbo Serra
2015-12-14 21:46 ` Heiko Stübner
0 siblings, 1 reply; 3+ messages in thread
From: Enric Balletbo Serra @ 2015-12-14 17:22 UTC (permalink / raw)
To: linux-kernel, linux-arm-kernel@lists.infradead.org, Russell King
Cc: Arnd Bergmann, k.kozlowski, Javier Martinez Canillas, kgene, olof,
geert+renesas, Sjoerd Simons, Lee Jones, Thierry Reding,
heiko.stuebner
cc'ing: Heiko Stuebner (rockchip maintainer)
2015-12-14 18:17 GMT+01:00 Enric Balletbo i Serra <eballetbo@gmail.com>:
> In order to meet high performance an low power requirement for Rockchip
> enable the power domain support.
>
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> ---
> 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 69a22fd..81314ec 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -655,6 +655,7 @@ CONFIG_QCOM_PM=y
> CONFIG_QCOM_SMD=y
> CONFIG_QCOM_SMD_RPM=y
> CONFIG_QCOM_SMEM=y
> +CONFIG_ROCKCHIP_PM_DOMAINS=y
> CONFIG_COMMON_CLK_QCOM=y
> CONFIG_CHROME_PLATFORMS=y
> CONFIG_CROS_EC_CHARDEV=m
> --
> 2.1.0
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain.
2015-12-14 17:22 ` Enric Balletbo Serra
@ 2015-12-14 21:46 ` Heiko Stübner
0 siblings, 0 replies; 3+ messages in thread
From: Heiko Stübner @ 2015-12-14 21:46 UTC (permalink / raw)
To: Enric Balletbo Serra
Cc: linux-kernel, linux-arm-kernel@lists.infradead.org, Russell King,
Arnd Bergmann, k.kozlowski, Javier Martinez Canillas, kgene, olof,
geert+renesas, Sjoerd Simons, Lee Jones, Thierry Reding,
heiko.stuebner
Hi Enric,
defconfig changes are supposed to be applied by the armsoc maintainers, so you
should probably also include arm@kernel.org as real "To"
Am Montag, 14. Dezember 2015, 18:22:15 schrieben Sie:
> cc'ing: Heiko Stuebner (rockchip maintainer)
>
> 2015-12-14 18:17 GMT+01:00 Enric Balletbo i Serra <eballetbo@gmail.com>:
> > In order to meet high performance an low power requirement for Rockchip
> > enable the power domain support.
> >
I guess this should also mention the drm/kms issue (driver deferring until
power-domains are available) as further justification.
Otherwise, as I had experienced this myself while testing after we talked
about it:
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
> > Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> > ---
> >
> > 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 69a22fd..81314ec 100644
> > --- a/arch/arm/configs/multi_v7_defconfig
> > +++ b/arch/arm/configs/multi_v7_defconfig
> > @@ -655,6 +655,7 @@ CONFIG_QCOM_PM=y
> >
> > CONFIG_QCOM_SMD=y
> > CONFIG_QCOM_SMD_RPM=y
> > CONFIG_QCOM_SMEM=y
> >
> > +CONFIG_ROCKCHIP_PM_DOMAINS=y
> >
> > CONFIG_COMMON_CLK_QCOM=y
> > CONFIG_CHROME_PLATFORMS=y
> > CONFIG_CROS_EC_CHARDEV=m
> >
> > --
> > 2.1.0
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-12-14 21:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-14 17:17 [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain Enric Balletbo i Serra
2015-12-14 17:22 ` Enric Balletbo Serra
2015-12-14 21:46 ` Heiko Stübner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox