mbox series

[GIT,PULL,2/4] ARM: exynos: mach for v4.17

Message ID 20180306180124.8987-5-krzk@kernel.org
State New
Headers show
Series ARM: exynos: Pull for v4.17 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.17

Message

Krzysztof Kozlowski March 6, 2018, 6:01 p.m. UTC
The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.17

for you to fetch changes up to cc14b2b1f0b98926b6640bdd66861188ded850eb:

  ARM: EXYNOS: Extend cpuidle support to Midas boards (2018-02-19 17:55:49 +0100)

----------------------------------------------------------------
Samsung mach/soc changes for v4.17

1. Add few remaining SPDX license identifiers.
2. Add cpuidle support to all Midas-based boards (including new
   GT-I9300/GT-I9305/GT-N7100/GT-N7105).

----------------------------------------------------------------
Krzysztof Kozlowski (1):
      ARM: EXYNOS: Add SPDX license identifiers

Simon Shields (1):
      ARM: EXYNOS: Extend cpuidle support to Midas boards

 arch/arm/include/debug/exynos.S  |  7 ++-----
 arch/arm/include/debug/samsung.S | 10 +++-------
 arch/arm/mach-exynos/exynos.c    |  3 ++-
 include/linux/serial_s3c.h       | 17 ++---------------
 4 files changed, 9 insertions(+), 28 deletions(-)

Comments

Arnd Bergmann March 7, 2018, 3:30 p.m. UTC | #1
On Tue, Mar 6, 2018 at 7:01 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:
>
>   Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)
>
> are available in the git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-soc-4.17
>
> for you to fetch changes up to cc14b2b1f0b98926b6640bdd66861188ded850eb:
>
>   ARM: EXYNOS: Extend cpuidle support to Midas boards (2018-02-19 17:55:49 +0100)
>
> ----------------------------------------------------------------
> Samsung mach/soc changes for v4.17
>
> 1. Add few remaining SPDX license identifiers.
> 2. Add cpuidle support to all Midas-based boards (including new
>    GT-I9300/GT-I9305/GT-N7100/GT-N7105).

Pulled into next/soc, thanks!

         Arnd