All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 2/2] arm64: dts: samsung: for v6.1
Date: Fri,  9 Sep 2022 17:08:49 +0200	[thread overview]
Message-ID: <20220909150849.820523-2-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220909150849.820523-1-krzysztof.kozlowski@linaro.org>

Hi,

The clock binding headers are also shared with clk tree (via earlier pull
request).

Best regards,
Krzysztof


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.1

for you to fetch changes up to dfce69c8520592f1a20619050e6ded6275e9f25f:

  dt-bindings: serial: samsung: add exynosautov9-uart compatible (2022-08-25 09:47:56 +0300)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.0

1. Add binding headers for several Exynos850 and ExynosAutov9 clocks.
2. ExynosAutov9: Add FSYS clock controller nodes.
3. ExynosAutov9: Document serial compatible (used in DTS).
4. Exynos850: Add Audio, IS, MFC clock controllers. Add IOMMU nodes.

----------------------------------------------------------------
Chanho Park (6):
      dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
      dt-bindings: clock: exynosautov9: add fys0 clock definitions
      dt-bindings: clock: exynosautov9: add fsys1 clock definitions
      dt-bindings: clock: exynosautov9: add schema for cmu_fsys0/1
      arm64: dts: exynosautov9: add fsys0/1 clock DT nodes
      dt-bindings: serial: samsung: add exynosautov9-uart compatible

Sam Protsenko (5):
      dt-bindings: clock: exynos850: Add Exynos850 CMU_AUD
      dt-bindings: clock: exynos850: Add Exynos850 CMU_IS
      dt-bindings: clock: exynos850: Add Exynos850 CMU_MFCMSCL
      arm64: dts: exynos: Add CMU_AUD, CMU_IS and CMU_MFCMSCL for Exynos850
      arm64: dts: exynos: Add SysMMU nodes for Exynos850

 .../bindings/clock/samsung,exynos850-clock.yaml    |  69 +++++++++++
 .../bindings/clock/samsung,exynosautov9-clock.yaml |  44 +++++++
 .../devicetree/bindings/serial/samsung_uart.yaml   |   5 +-
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  83 +++++++++++++
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |  28 +++++
 include/dt-bindings/clock/exynos850.h              | 136 ++++++++++++++++++++-
 include/dt-bindings/clock/samsung,exynosautov9.h   | 128 ++++++++++++++-----
 7 files changed, 461 insertions(+), 32 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Krzysztof Kozlowski <krzk@kernel.org>
Subject: [GIT PULL 2/2] arm64: dts: samsung: for v6.1
Date: Fri,  9 Sep 2022 17:08:49 +0200	[thread overview]
Message-ID: <20220909150849.820523-2-krzysztof.kozlowski@linaro.org> (raw)
In-Reply-To: <20220909150849.820523-1-krzysztof.kozlowski@linaro.org>

Hi,

The clock binding headers are also shared with clk tree (via earlier pull
request).

Best regards,
Krzysztof


The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt64-6.1

for you to fetch changes up to dfce69c8520592f1a20619050e6ded6275e9f25f:

  dt-bindings: serial: samsung: add exynosautov9-uart compatible (2022-08-25 09:47:56 +0300)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v6.0

1. Add binding headers for several Exynos850 and ExynosAutov9 clocks.
2. ExynosAutov9: Add FSYS clock controller nodes.
3. ExynosAutov9: Document serial compatible (used in DTS).
4. Exynos850: Add Audio, IS, MFC clock controllers. Add IOMMU nodes.

----------------------------------------------------------------
Chanho Park (6):
      dt-bindings: clock: exynosautov9: correct clock numbering of peric0/c1
      dt-bindings: clock: exynosautov9: add fys0 clock definitions
      dt-bindings: clock: exynosautov9: add fsys1 clock definitions
      dt-bindings: clock: exynosautov9: add schema for cmu_fsys0/1
      arm64: dts: exynosautov9: add fsys0/1 clock DT nodes
      dt-bindings: serial: samsung: add exynosautov9-uart compatible

Sam Protsenko (5):
      dt-bindings: clock: exynos850: Add Exynos850 CMU_AUD
      dt-bindings: clock: exynos850: Add Exynos850 CMU_IS
      dt-bindings: clock: exynos850: Add Exynos850 CMU_MFCMSCL
      arm64: dts: exynos: Add CMU_AUD, CMU_IS and CMU_MFCMSCL for Exynos850
      arm64: dts: exynos: Add SysMMU nodes for Exynos850

 .../bindings/clock/samsung,exynos850-clock.yaml    |  69 +++++++++++
 .../bindings/clock/samsung,exynosautov9-clock.yaml |  44 +++++++
 .../devicetree/bindings/serial/samsung_uart.yaml   |   5 +-
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  83 +++++++++++++
 arch/arm64/boot/dts/exynos/exynosautov9.dtsi       |  28 +++++
 include/dt-bindings/clock/exynos850.h              | 136 ++++++++++++++++++++-
 include/dt-bindings/clock/samsung,exynosautov9.h   | 128 ++++++++++++++-----
 7 files changed, 461 insertions(+), 32 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-09-09 15:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-09 15:08 [GIT PULL 1/2] Samsung SoC driver for v6.1 Krzysztof Kozlowski
2022-09-09 15:08 ` Krzysztof Kozlowski
2022-09-09 15:08 ` Krzysztof Kozlowski [this message]
2022-09-09 15:08   ` [GIT PULL 2/2] arm64: dts: samsung: " Krzysztof Kozlowski
2022-09-12 15:30 ` [GIT PULL 1/2] Samsung SoC driver " patchwork-bot+linux-soc

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=20220909150849.820523-2-krzysztof.kozlowski@linaro.org \
    --to=krzysztof.kozlowski@linaro.org \
    --cc=alim.akhtar@samsung.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=krzk@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 \
    --cc=soc@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.