From: Krzysztof Kozlowski <krzk@kernel.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
arm@kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
Kukjin Kim <kgene@kernel.org>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL 2/5] soc: samsung: Stuff for v4.18
Date: Sun, 13 May 2018 17:42:35 +0200 [thread overview]
Message-ID: <20180513154238.22508-3-krzk@kernel.org> (raw)
In-Reply-To: <20180513154238.22508-1-krzk@kernel.org>
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.18
for you to fetch changes up to b2b568c591ddbb20d597e256212579d70dbf3000:
soc: samsung: pm_domains: Deprecate support for clocks (2018-04-17 17:25:42 +0200)
----------------------------------------------------------------
Samsung soc drivers changes for v4.18
1. Clock operations during power domain on/off were moved to respective
clock driver so clean up obsolete code from power domain driver.
----------------------------------------------------------------
Marek Szyprowski (1):
soc: samsung: pm_domains: Deprecate support for clocks
.../devicetree/bindings/power/pd-samsung.txt | 20 +----
drivers/soc/samsung/pm_domains.c | 90 +---------------------
2 files changed, 5 insertions(+), 105 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/5] soc: samsung: Stuff for v4.18
Date: Sun, 13 May 2018 17:42:35 +0200 [thread overview]
Message-ID: <20180513154238.22508-3-krzk@kernel.org> (raw)
In-Reply-To: <20180513154238.22508-1-krzk@kernel.org>
The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.18
for you to fetch changes up to b2b568c591ddbb20d597e256212579d70dbf3000:
soc: samsung: pm_domains: Deprecate support for clocks (2018-04-17 17:25:42 +0200)
----------------------------------------------------------------
Samsung soc drivers changes for v4.18
1. Clock operations during power domain on/off were moved to respective
clock driver so clean up obsolete code from power domain driver.
----------------------------------------------------------------
Marek Szyprowski (1):
soc: samsung: pm_domains: Deprecate support for clocks
.../devicetree/bindings/power/pd-samsung.txt | 20 +----
drivers/soc/samsung/pm_domains.c | 90 +---------------------
2 files changed, 5 insertions(+), 105 deletions(-)
next prev parent reply other threads:[~2018-05-13 15:42 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-13 15:42 [GIT PULL 0/5] ARM: samsung/exynos: Stuff for v4.18 Krzysztof Kozlowski
2018-05-13 15:42 ` Krzysztof Kozlowski
2018-05-13 15:42 ` [GIT PULL 1/5] ARM: defconfig: Exynos " Krzysztof Kozlowski
2018-05-13 15:42 ` Krzysztof Kozlowski
2018-05-14 20:48 ` Olof Johansson
2018-05-14 20:48 ` Olof Johansson
2018-05-13 15:42 ` Krzysztof Kozlowski [this message]
2018-05-13 15:42 ` [GIT PULL 2/5] soc: samsung: Stuff " Krzysztof Kozlowski
2018-05-14 20:50 ` Olof Johansson
2018-05-14 20:50 ` Olof Johansson
2018-05-13 15:42 ` [GIT PULL 3/5] ARM: dts: exynos: " Krzysztof Kozlowski
2018-05-13 15:42 ` Krzysztof Kozlowski
2018-05-14 20:51 ` Olof Johansson
2018-05-14 20:51 ` Olof Johansson
2018-05-13 15:42 ` [GIT PULL 4/5] arm64: " Krzysztof Kozlowski
2018-05-13 15:42 ` Krzysztof Kozlowski
2018-05-14 20:51 ` Olof Johansson
2018-05-14 20:51 ` Olof Johansson
2018-05-13 15:42 ` [GIT PULL 5/5] ARM: exynos: mach/soc " Krzysztof Kozlowski
2018-05-13 15:42 ` Krzysztof Kozlowski
2018-05-13 15:47 ` Krzysztof Kozlowski
2018-05-13 15:47 ` Krzysztof Kozlowski
2018-05-14 20:52 ` Olof Johansson
2018-05-14 20:52 ` Olof Johansson
2018-05-14 20:55 ` [GIT PULL 0/5] ARM: samsung/exynos: Stuff " Olof Johansson
2018-05-14 20:55 ` Olof Johansson
2018-05-15 6:09 ` Krzysztof Kozlowski
2018-05-15 6:09 ` Krzysztof Kozlowski
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=20180513154238.22508-3-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=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.