All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org
Cc: Marek Szyprowski <m.szyprowski@samsung.com>,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [PATCH / PULL 4/4] arm64: exynos: Enable generic power domain support
Date: Wed, 10 Oct 2018 20:25:58 +0200	[thread overview]
Message-ID: <20181010182558.7034-5-krzk@kernel.org> (raw)
In-Reply-To: <20181010182558.7034-1-krzk@kernel.org>

From: Marek Szyprowski <m.szyprowski@samsung.com>

Generic power domains are needed to enable support for Exynos power
domains.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 393d2b524284..3b8e7e6ea6fb 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -67,6 +67,7 @@ config ARCH_EXYNOS
 	select HAVE_S3C_RTC if RTC_CLASS
 	select PINCTRL
 	select PINCTRL_EXYNOS
+	select PM_GENERIC_DOMAINS if PM
 	select SOC_SAMSUNG
 	help
 	  This enables support for ARMv8 based Samsung Exynos SoC family.
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH / PULL 4/4] arm64: exynos: Enable generic power domain support
Date: Wed, 10 Oct 2018 20:25:58 +0200	[thread overview]
Message-ID: <20181010182558.7034-5-krzk@kernel.org> (raw)
In-Reply-To: <20181010182558.7034-1-krzk@kernel.org>

From: Marek Szyprowski <m.szyprowski@samsung.com>

Generic power domains are needed to enable support for Exynos power
domains.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm64/Kconfig.platforms | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 393d2b524284..3b8e7e6ea6fb 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -67,6 +67,7 @@ config ARCH_EXYNOS
 	select HAVE_S3C_RTC if RTC_CLASS
 	select PINCTRL
 	select PINCTRL_EXYNOS
+	select PM_GENERIC_DOMAINS if PM
 	select SOC_SAMSUNG
 	help
 	  This enables support for ARMv8 based Samsung Exynos SoC family.
-- 
2.17.1

  parent reply	other threads:[~2018-10-10 18:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-10 18:25 [GIT PULL 0/4] arm: exynos: Last round for v4.20 Krzysztof Kozlowski
2018-10-10 18:25 ` Krzysztof Kozlowski
2018-10-10 18:25 ` [GIT PULL 1/4] ARM: dts: exynos: Second " Krzysztof Kozlowski
2018-10-10 18:25   ` Krzysztof Kozlowski
2018-10-11 14:04   ` Arnd Bergmann
2018-10-11 14:04     ` Arnd Bergmann
2018-10-10 18:25 ` [GIT PULL 2/4] arm64: dts: exynos: Stuff " Krzysztof Kozlowski
2018-10-10 18:25   ` Krzysztof Kozlowski
2018-10-11 14:06   ` Arnd Bergmann
2018-10-11 14:06     ` Arnd Bergmann
2018-10-10 18:25 ` [GIT PULL 3/4] ARM: exynos: soc/mach for v4.20, second round Krzysztof Kozlowski
2018-10-10 18:25   ` Krzysztof Kozlowski
2018-10-11 14:02   ` Arnd Bergmann
2018-10-11 14:02     ` Arnd Bergmann
2018-10-12 18:12     ` Olof Johansson
2018-10-12 18:12       ` Olof Johansson
2018-10-10 18:25 ` Krzysztof Kozlowski [this message]
2018-10-10 18:25   ` [PATCH / PULL 4/4] arm64: exynos: Enable generic power domain support Krzysztof Kozlowski
2018-10-11 13:27   ` Arnd Bergmann
2018-10-11 13:27     ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181010182558.7034-5-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=olof@lixom.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.