mbox series

[GIT,PULL,2/4] soc: samsung: Pull for v4.15

Message ID 20171015074825.11338-3-krzk@kernel.org
State New
Headers show
Series ARM: exynos: Pull for v4.15 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.15

Message

Krzysztof Kozlowski Oct. 15, 2017, 7:48 a.m. UTC
The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.15

for you to fetch changes up to c40610198f35e8264f9175dafe74db6288a07eda:

  soc: samsung: Remove Exynos4212 related dead code (2017-10-08 14:17:13 +0200)

----------------------------------------------------------------
Samsung soc drivers changes for v4.15

Remove of Exynos4212 related dead code (no more support for this SoC).

----------------------------------------------------------------
Marek Szyprowski (1):
      soc: samsung: Remove Exynos4212 related dead code

 Documentation/devicetree/bindings/arm/samsung/pmu.txt |  1 -
 drivers/soc/samsung/exynos-pmu.c                      |  9 ---------
 drivers/soc/samsung/exynos-pmu.h                      |  2 --
 drivers/soc/samsung/exynos4-pmu.c                     | 13 ++-----------
 4 files changed, 2 insertions(+), 23 deletions(-)

Comments

Arnd Bergmann Oct. 20, 2017, 8:34 p.m. UTC | #1
On Sun, Oct 15, 2017 at 9:48 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:
>
>   Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-drivers-4.15
>
> for you to fetch changes up to c40610198f35e8264f9175dafe74db6288a07eda:
>
>   soc: samsung: Remove Exynos4212 related dead code (2017-10-08 14:17:13 +0200)
>
> ----------------------------------------------------------------
> Samsung soc drivers changes for v4.15
>
> Remove of Exynos4212 related dead code (no more support for this SoC).

Pulled into next/drivers, thanks!

       Arnd