All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	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: Exynos for v5.18
Date: Wed,  9 Feb 2022 15:52:26 +0100	[thread overview]
Message-ID: <20220209145226.184375-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220209145226.184375-1-krzysztof.kozlowski@canonical.com>

Hi,

This includes arm64 DTS changes for v5.17-late which did not make it.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a0d5455330ece6f50ddf9e71d530f91c302803e9:

  arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7 (2022-02-01 09:17:16 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.18

1. Minor improvements and dtschema fixes (node names, properties).
2. Fix issues pointed out by DT schema checks:
 - Add necessary clock controller inputs on Exynos7.
 - Add USB DWC3 supplies.
 - Drop old syscon phandle on Exynos5433.
3. Add initial Exynos850 support and WinLink E850-96 board using it.

----------------------------------------------------------------
Krzysztof Kozlowski (6):
      arm64: dts: exynos: Align MAX77843 nodes with dtschema on TM2
      arm64: dts: exynos: add necessary clock inputs in Exynos7
      arm64: dts: exynos: add USB DWC3 supplies to Espresso board
      arm64: dts: exynos: align pl330 node name with dtschema
      arm64: dts: exynos: drop unneeded syscon phandle in Exynos5433 LPASS
      arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7

Sam Protsenko (2):
      arm64: dts: exynos: Add initial Exynos850 SoC support
      arm64: dts: exynos: Add initial E850-96 board support

 arch/arm64/boot/dts/exynos/Makefile                |   1 +
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  17 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |   7 +-
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |   5 +
 arch/arm64/boot/dts/exynos/exynos7.dtsi            |  44 +-
 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts   | 195 ++++++
 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi  | 663 ++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos850.dtsi          | 741 +++++++++++++++++++++
 8 files changed, 1654 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos850.dtsi

WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
To: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	arm@kernel.org, soc@kernel.org
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>,
	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: Exynos for v5.18
Date: Wed,  9 Feb 2022 15:52:26 +0100	[thread overview]
Message-ID: <20220209145226.184375-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220209145226.184375-1-krzysztof.kozlowski@canonical.com>

Hi,

This includes arm64 DTS changes for v5.17-late which did not make it.

Best regards,
Krzysztof


The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to a0d5455330ece6f50ddf9e71d530f91c302803e9:

  arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7 (2022-02-01 09:17:16 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.18

1. Minor improvements and dtschema fixes (node names, properties).
2. Fix issues pointed out by DT schema checks:
 - Add necessary clock controller inputs on Exynos7.
 - Add USB DWC3 supplies.
 - Drop old syscon phandle on Exynos5433.
3. Add initial Exynos850 support and WinLink E850-96 board using it.

----------------------------------------------------------------
Krzysztof Kozlowski (6):
      arm64: dts: exynos: Align MAX77843 nodes with dtschema on TM2
      arm64: dts: exynos: add necessary clock inputs in Exynos7
      arm64: dts: exynos: add USB DWC3 supplies to Espresso board
      arm64: dts: exynos: align pl330 node name with dtschema
      arm64: dts: exynos: drop unneeded syscon phandle in Exynos5433 LPASS
      arm64: dts: exynos: adjust USB DRD clocks with dtschema in Exynos7

Sam Protsenko (2):
      arm64: dts: exynos: Add initial Exynos850 SoC support
      arm64: dts: exynos: Add initial E850-96 board support

 arch/arm64/boot/dts/exynos/Makefile                |   1 +
 .../boot/dts/exynos/exynos5433-tm2-common.dtsi     |  17 +-
 arch/arm64/boot/dts/exynos/exynos5433.dtsi         |   7 +-
 arch/arm64/boot/dts/exynos/exynos7-espresso.dts    |   5 +
 arch/arm64/boot/dts/exynos/exynos7.dtsi            |  44 +-
 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts   | 195 ++++++
 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi  | 663 ++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos850.dtsi          | 741 +++++++++++++++++++++
 8 files changed, 1654 insertions(+), 19 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos850-e850-96.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos850.dtsi

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

  reply	other threads:[~2022-02-09 14:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-09 14:52 [GIT PULL 1/2] ARM: dts: samsung: dts for v5.18 Krzysztof Kozlowski
2022-02-09 14:52 ` Krzysztof Kozlowski
2022-02-09 14:52 ` Krzysztof Kozlowski [this message]
2022-02-09 14:52   ` [GIT PULL 2/2] arm64: dts: samsung: Exynos " Krzysztof Kozlowski
2022-02-28 15:16   ` Arnd Bergmann
2022-02-28 15:16     ` Arnd Bergmann
2022-02-28 15:16 ` [GIT PULL 1/2] ARM: dts: samsung: dts " Arnd Bergmann
2022-02-28 15:16   ` Arnd Bergmann

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=20220209145226.184375-2-krzysztof.kozlowski@canonical.com \
    --to=krzysztof.kozlowski@canonical.com \
    --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.