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/3] arm64: dts: samsung: Second round for v5.18
Date: Sat, 26 Feb 2022 23:01:15 +0100	[thread overview]
Message-ID: <20220226220116.13452-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220226220116.13452-1-krzysztof.kozlowski@canonical.com>

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit a0d5455330ece6f50ddf9e71d530f91c302803e9:

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

are available in the Git repository at:

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

for you to fetch changes up to 06874015327ba7bf6aae49ca825a492a2679237f:

  arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC (2022-02-23 14:08:04 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.18, part two

1. Minor fixes and cleanups in newly introduced support for Exynos850.
2. Add basic support for Exynos7885 and  Samsung Galaxy A8 (2018):
   SM-A530F.

----------------------------------------------------------------
David Virag (1):
      arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC

Krzysztof Kozlowski (3):
      arm64: dts: exynos: drop incorrectly placed wakeup interrupts in Exynos850
      arm64: dts: exynos: align pinctrl with dtschema in Exynos850
      arm64: dts: exynos: use dedicated wake-up pinctrl compatible in Exynos850

 arch/arm64/boot/dts/exynos/Makefile                |   9 +-
 .../boot/dts/exynos/exynos7885-jackpotlte.dts      |  92 +++
 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi | 855 +++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7885.dtsi         | 423 ++++++++++
 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi  |  56 +-
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  44 +-
 6 files changed, 1405 insertions(+), 74 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885.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/3] arm64: dts: samsung: Second round for v5.18
Date: Sat, 26 Feb 2022 23:01:15 +0100	[thread overview]
Message-ID: <20220226220116.13452-2-krzysztof.kozlowski@canonical.com> (raw)
In-Reply-To: <20220226220116.13452-1-krzysztof.kozlowski@canonical.com>

Hi,

On top of previous pull request.

Best regards,
Krzysztof


The following changes since commit a0d5455330ece6f50ddf9e71d530f91c302803e9:

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

are available in the Git repository at:

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

for you to fetch changes up to 06874015327ba7bf6aae49ca825a492a2679237f:

  arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC (2022-02-23 14:08:04 +0100)

----------------------------------------------------------------
Samsung DTS ARM64 changes for v5.18, part two

1. Minor fixes and cleanups in newly introduced support for Exynos850.
2. Add basic support for Exynos7885 and  Samsung Galaxy A8 (2018):
   SM-A530F.

----------------------------------------------------------------
David Virag (1):
      arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC

Krzysztof Kozlowski (3):
      arm64: dts: exynos: drop incorrectly placed wakeup interrupts in Exynos850
      arm64: dts: exynos: align pinctrl with dtschema in Exynos850
      arm64: dts: exynos: use dedicated wake-up pinctrl compatible in Exynos850

 arch/arm64/boot/dts/exynos/Makefile                |   9 +-
 .../boot/dts/exynos/exynos7885-jackpotlte.dts      |  92 +++
 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi | 855 +++++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos7885.dtsi         | 423 ++++++++++
 arch/arm64/boot/dts/exynos/exynos850-pinctrl.dtsi  |  56 +-
 arch/arm64/boot/dts/exynos/exynos850.dtsi          |  44 +-
 6 files changed, 1405 insertions(+), 74 deletions(-)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885-pinctrl.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos7885.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-26 22:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-26 22:01 [GIT PULL 1/3] ARM: dts: samsung: Second round for v5.18 Krzysztof Kozlowski
2022-02-26 22:01 ` Krzysztof Kozlowski
2022-02-26 22:01 ` Krzysztof Kozlowski [this message]
2022-02-26 22:01   ` [GIT PULL 2/3] arm64: " Krzysztof Kozlowski
2022-02-28 15:16   ` Arnd Bergmann
2022-02-28 15:16     ` Arnd Bergmann
2022-02-26 22:01 ` [GIT PULL 3/3] ARM: samsung: mach/soc " Krzysztof Kozlowski
2022-02-26 22:01   ` Krzysztof Kozlowski
2022-02-28 15:16   ` Arnd Bergmann
2022-02-28 15:16     ` Arnd Bergmann
2022-02-28 15:16 ` [GIT PULL 1/3] ARM: dts: samsung: Second round " 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=20220226220116.13452-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.