All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Arnd Bergmann <arnd@arndb.de>,
	arm@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: Re: [GIT PULL 2/5] soc: samsung: Stuff for v4.18
Date: Mon, 14 May 2018 13:50:47 -0700	[thread overview]
Message-ID: <20180514205047.3ni3agyc3a2vwy67@localhost> (raw)
In-Reply-To: <20180513154238.22508-3-krzk@kernel.org>

On Sun, May 13, 2018 at 05:42:35PM +0200, Krzysztof Kozlowski wrote:
> 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.

Merged, thanks.


-Olof

WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/5] soc: samsung: Stuff for v4.18
Date: Mon, 14 May 2018 13:50:47 -0700	[thread overview]
Message-ID: <20180514205047.3ni3agyc3a2vwy67@localhost> (raw)
In-Reply-To: <20180513154238.22508-3-krzk@kernel.org>

On Sun, May 13, 2018 at 05:42:35PM +0200, Krzysztof Kozlowski wrote:
> 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.

Merged, thanks.


-Olof

  reply	other threads:[~2018-05-14 20:50 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 ` [GIT PULL 2/5] soc: samsung: Stuff " Krzysztof Kozlowski
2018-05-13 15:42   ` Krzysztof Kozlowski
2018-05-14 20:50   ` Olof Johansson [this message]
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=20180514205047.3ni3agyc3a2vwy67@localhost \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /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.