mbox series

[GIT,PULL,1/4] soc: samsung: Driver changes for v4.17

Message ID 20180306180124.8987-2-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-drivers-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-drivers-4.17

for you to fetch changes up to 7353c54620732797dcc3b4b1fc6f3cc0c0d9b6ef:

  soc: samsung: pmu: Populate children syscon nodes (2018-02-13 18:47:25 +0100)

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

1. Add SPDX license identifiers.
2. Populate children syscon nodes in PMU driver to properly model HW in
   DeviceTree.

----------------------------------------------------------------
Krzysztof Kozlowski (3):
      memory: samsung: Add SPDX license identifiers
      soc: samsung: Add SPDX license identifiers to headers
      soc: samsung: pmu: Populate children syscon nodes

 Documentation/devicetree/bindings/arm/samsung/pmu.txt |  6 ++++++
 drivers/memory/samsung/Kconfig                        |  1 +
 drivers/memory/samsung/Makefile                       |  1 +
 drivers/memory/samsung/exynos-srom.c                  | 18 +++++++-----------
 drivers/memory/samsung/exynos-srom.h                  |  7 ++-----
 drivers/soc/samsung/exynos-pmu.c                      |  7 +++++++
 include/linux/soc/samsung/exynos-pmu.h                |  5 +----
 include/linux/soc/samsung/exynos-regs-pmu.h           |  6 +-----
 8 files changed, 26 insertions(+), 25 deletions(-)

Comments

Arnd Bergmann March 7, 2018, 3:53 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-drivers-4.17
>
> for you to fetch changes up to 7353c54620732797dcc3b4b1fc6f3cc0c0d9b6ef:
>
>   soc: samsung: pmu: Populate children syscon nodes (2018-02-13 18:47:25 +0100)
>
> ----------------------------------------------------------------
> Samsung soc drivers changes for v4.17
>
> 1. Add SPDX license identifiers.
> 2. Populate children syscon nodes in PMU driver to properly model HW in
>    DeviceTree.

Pulled into next/drivers, thanks!

          Arnd