From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
Jon Hunter <jonathanh@nvidia.com>,
linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/5] ARM: tegra: Device tree changes for v5.18-rc1
Date: Fri, 25 Feb 2022 17:47:39 +0100 [thread overview]
Message-ID: <20220225164741.1064416-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20220225164741.1064416-1-thierry.reding@gmail.com>
Hi ARM SoC maintainers,
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-arm-dt
for you to fetch changes up to 0092c25b541a5422d7e71892a13c55ee91abc34b:
ARM: tegra: tamonten: Fix I2C3 pad setting (2022-02-25 14:45:43 +0100)
Thanks,
Thierry
----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.18-rc1
The changes in this set are cleanups and fixes for 32-bit Tegra device
tree files. With these, some json-schema validation errors are fixed.
----------------------------------------------------------------
Dmitry Osipenko (3):
ARM: tegra: asus-tf101: Enable S/PDIF and HDMI audio
ARM: tegra: tf700t: Rename DSI node
ARM: tegra: paz00: Add MMC aliases
Julius Werner (1):
ARM: tegra: Update jedec,lpddr2 revision-id binding
Oleksij Rempel (1):
ARM: tegra: Fix ethernet node names
Richard Leitner (1):
ARM: tegra: tamonten: Fix I2C3 pad setting
Svyatoslav Ryhel (1):
ARM: tegra: transformer: Drop reg-shift for Tegra HS UART
arch/arm/boot/dts/tegra20-asus-tf101.dts | 12 +++++++++++-
arch/arm/boot/dts/tegra20-colibri.dtsi | 2 +-
arch/arm/boot/dts/tegra20-paz00.dts | 6 ++++--
arch/arm/boot/dts/tegra20-tamonten.dtsi | 6 +++---
arch/arm/boot/dts/tegra30-asus-tf700t.dts | 2 +-
arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi | 2 ++
arch/arm/boot/dts/tegra30-colibri.dtsi | 2 +-
arch/arm/boot/dts/tegra30-ouya.dts | 2 +-
arch/arm/boot/dts/tegra30-pegatron-chagall.dts | 2 ++
9 files changed, 26 insertions(+), 10 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: arm@kernel.org, soc@kernel.org
Cc: Thierry Reding <thierry.reding@gmail.com>,
Jon Hunter <jonathanh@nvidia.com>,
linux-tegra@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/5] ARM: tegra: Device tree changes for v5.18-rc1
Date: Fri, 25 Feb 2022 17:47:39 +0100 [thread overview]
Message-ID: <20220225164741.1064416-3-thierry.reding@gmail.com> (raw)
In-Reply-To: <20220225164741.1064416-1-thierry.reding@gmail.com>
Hi ARM SoC maintainers,
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.18-arm-dt
for you to fetch changes up to 0092c25b541a5422d7e71892a13c55ee91abc34b:
ARM: tegra: tamonten: Fix I2C3 pad setting (2022-02-25 14:45:43 +0100)
Thanks,
Thierry
----------------------------------------------------------------
ARM: tegra: Device tree changes for v5.18-rc1
The changes in this set are cleanups and fixes for 32-bit Tegra device
tree files. With these, some json-schema validation errors are fixed.
----------------------------------------------------------------
Dmitry Osipenko (3):
ARM: tegra: asus-tf101: Enable S/PDIF and HDMI audio
ARM: tegra: tf700t: Rename DSI node
ARM: tegra: paz00: Add MMC aliases
Julius Werner (1):
ARM: tegra: Update jedec,lpddr2 revision-id binding
Oleksij Rempel (1):
ARM: tegra: Fix ethernet node names
Richard Leitner (1):
ARM: tegra: tamonten: Fix I2C3 pad setting
Svyatoslav Ryhel (1):
ARM: tegra: transformer: Drop reg-shift for Tegra HS UART
arch/arm/boot/dts/tegra20-asus-tf101.dts | 12 +++++++++++-
arch/arm/boot/dts/tegra20-colibri.dtsi | 2 +-
arch/arm/boot/dts/tegra20-paz00.dts | 6 ++++--
arch/arm/boot/dts/tegra20-tamonten.dtsi | 6 +++---
arch/arm/boot/dts/tegra30-asus-tf700t.dts | 2 +-
arch/arm/boot/dts/tegra30-asus-transformer-common.dtsi | 2 ++
arch/arm/boot/dts/tegra30-colibri.dtsi | 2 +-
arch/arm/boot/dts/tegra30-ouya.dts | 2 +-
arch/arm/boot/dts/tegra30-pegatron-chagall.dts | 2 ++
9 files changed, 26 insertions(+), 10 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-02-25 16:47 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-25 16:47 [GIT PULL 1/5] soc/tegra: Changes for v5.18-rc1 Thierry Reding
2022-02-25 16:47 ` Thierry Reding
2022-02-25 16:47 ` [GIT PULL 2/5] dt-bindings: " Thierry Reding
2022-02-25 16:47 ` Thierry Reding
2022-02-25 16:47 ` Thierry Reding [this message]
2022-02-25 16:47 ` [GIT PULL 3/5] ARM: tegra: Device tree changes " Thierry Reding
2022-02-25 16:47 ` [GIT PULL 4/5] arm64: " Thierry Reding
2022-02-25 16:47 ` Thierry Reding
2022-02-25 16:47 ` [GIT PULL 5/5] arm64: tegra: Default configuration updates " Thierry Reding
2022-02-25 16:47 ` Thierry Reding
2022-02-28 15:00 ` [GIT PULL 1/5] soc/tegra: Changes " 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=20220225164741.1064416-3-thierry.reding@gmail.com \
--to=thierry.reding@gmail.com \
--cc=arm@kernel.org \
--cc=jonathanh@nvidia.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-tegra@vger.kernel.org \
--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.