Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1291357 > unrolled thread
| Started by | Enric Balletbo i Serra <eballetbo@gmail.com> |
|---|---|
| First post | 2015-12-14 18:20 +0100 |
| Last post | 2015-12-14 22:50 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-12-14 18:20 +0100
Re: [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain. Enric Balletbo Serra <eballetbo@gmail.com> - 2015-12-14 18:30 +0100
Re: [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain. Heiko Stübner <heiko@sntech.de> - 2015-12-14 22:50 +0100
| From | Enric Balletbo i Serra <eballetbo@gmail.com> |
|---|---|
| Date | 2015-12-14 18:20 +0100 |
| Subject | [PATCH] ARM: multi_v7_defconfig: Enable Rockchip generic power domain. |
| Message-ID | <qFEX0-DM-3@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Enric Balletbo Serra <eballetbo@gmail.com> |
|---|---|
| Date | 2015-12-14 18:30 +0100 |
| Message-ID | <qFF6G-He-11@gated-at.bofh.it> |
| In reply to | #1291357 |
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 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Date | 2015-12-14 22:50 +0100 |
| Message-ID | <qFJah-3kf-11@gated-at.bofh.it> |
| In reply to | #1291365 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web