* [GIT PULL 2/4] soc/tegra: Changes for v6.18-rc1
2025-09-14 6:39 [GIT PULL 1/4] dt-bindings: Changes for v6.18-rc1 Thierry Reding
@ 2025-09-14 6:39 ` Thierry Reding
2025-09-14 6:39 ` [GIT PULL 3/4] ARM: tegra: Device tree changes " Thierry Reding
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2025-09-14 6:39 UTC (permalink / raw)
To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.18-soc
for you to fetch changes up to b9c01adedf38c69abb725a60a05305ef70dbce03:
soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups (2025-09-11 18:19:02 +0200)
Thanks,
Thierry
----------------------------------------------------------------
soc/tegra: Changes for v6.18-rc1
NVMEM cells are added for Tegra114. These contain calibration data for
sensors and USB.
----------------------------------------------------------------
Svyatoslav Ryhel (1):
soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups
drivers/soc/tegra/fuse/fuse-tegra30.c | 122 ++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 3/4] ARM: tegra: Device tree changes for v6.18-rc1
2025-09-14 6:39 [GIT PULL 1/4] dt-bindings: Changes for v6.18-rc1 Thierry Reding
2025-09-14 6:39 ` [GIT PULL 2/4] soc/tegra: " Thierry Reding
@ 2025-09-14 6:39 ` Thierry Reding
2025-09-14 6:39 ` [GIT PULL 4/4] arm64: " Thierry Reding
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2025-09-14 6:39 UTC (permalink / raw)
To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 04f27a0fda6b6be104531eeb95d07ef1b3a72af8:
dt-bindings: arm: tegra: Add ASUS TF101G and SL101 (2025-09-11 18:28:57 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.18-arm-dt
for you to fetch changes up to 73e23d3bd7220847c3b1554ebe29221f84a01e95:
ARM: tegra: add support for ASUS Eee Pad Slider SL101 (2025-09-11 18:30:46 +0200)
Thanks,
Thierry
----------------------------------------------------------------
ARM: tegra: Device tree changes for v6.18-rc1
Add DFLL support on Tegra114, fix some issues on Transformer and P880
devices and add support for the ASUS Eee Pad Slider SL101.
----------------------------------------------------------------
Jonas Schwöbel (1):
ARM: tegra: p880: set correct touchscreen clipping
Svyatoslav Ryhel (4):
ARM: tegra: Add DFLL clock support for Tegra114
ARM: tegra: transformer-20: add missing magnetometer interrupt
ARM: tegra: transformer-20: fix audio-codec interrupt
ARM: tegra: add support for ASUS Eee Pad Slider SL101
Thierry Reding (1):
Merge branch 'for-6.18/dt-bindings' into for-6.18/arm/dt
arch/arm/boot/dts/nvidia/Makefile | 1 +
arch/arm/boot/dts/nvidia/tegra114.dtsi | 33 +
arch/arm/boot/dts/nvidia/tegra20-asus-sl101.dts | 61 +
arch/arm/boot/dts/nvidia/tegra20-asus-tf101.dts | 1251 +------------------
.../nvidia/tegra20-asus-transformer-common.dtsi | 1268 ++++++++++++++++++++
arch/arm/boot/dts/nvidia/tegra30-lg-p880.dts | 4 +-
6 files changed, 1368 insertions(+), 1250 deletions(-)
create mode 100644 arch/arm/boot/dts/nvidia/tegra20-asus-sl101.dts
create mode 100644 arch/arm/boot/dts/nvidia/tegra20-asus-transformer-common.dtsi
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT PULL 4/4] arm64: tegra: Device tree changes for v6.18-rc1
2025-09-14 6:39 [GIT PULL 1/4] dt-bindings: Changes for v6.18-rc1 Thierry Reding
2025-09-14 6:39 ` [GIT PULL 2/4] soc/tegra: " Thierry Reding
2025-09-14 6:39 ` [GIT PULL 3/4] ARM: tegra: Device tree changes " Thierry Reding
@ 2025-09-14 6:39 ` Thierry Reding
2025-09-15 13:50 ` [GIT PULL 1/4] dt-bindings: Changes " patchwork-bot+linux-soc
2025-09-15 14:30 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: Thierry Reding @ 2025-09-14 6:39 UTC (permalink / raw)
To: arm, soc; +Cc: Thierry Reding, Jon Hunter, linux-tegra, linux-arm-kernel
Hi ARM SoC maintainers,
The following changes since commit 04f27a0fda6b6be104531eeb95d07ef1b3a72af8:
dt-bindings: arm: tegra: Add ASUS TF101G and SL101 (2025-09-11 18:28:57 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.18-arm64-dt
for you to fetch changes up to e1899da95f59240ed2d4a51d7a89c8b77c45ff06:
arm64: tegra: Add I2C nodes for Tegra264 (2025-09-11 18:35:23 +0200)
Thanks,
Thierry
----------------------------------------------------------------
arm64: tegra: Device tree changes for v6.18-rc1
Add I2C nodes for Tegra264. These are currently unused but are needed
for subsequent audio patches, as well as various monitoring and other
auxiliary chips.
----------------------------------------------------------------
Kartik Rajput (1):
arm64: tegra: Add I2C nodes for Tegra264
Thierry Reding (1):
Merge branch 'for-6.18/dt-bindings' into for-6.18/arm64/dt
arch/arm64/boot/dts/nvidia/tegra264.dtsi | 225 +++++++++++++++++++++++++++++++
1 file changed, 225 insertions(+)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL 1/4] dt-bindings: Changes for v6.18-rc1
2025-09-14 6:39 [GIT PULL 1/4] dt-bindings: Changes for v6.18-rc1 Thierry Reding
` (2 preceding siblings ...)
2025-09-14 6:39 ` [GIT PULL 4/4] arm64: " Thierry Reding
@ 2025-09-15 13:50 ` patchwork-bot+linux-soc
2025-09-15 14:30 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 13:50 UTC (permalink / raw)
To: Thierry Reding; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Sun, 14 Sep 2025 08:39:22 +0200 you wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
>
> Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
>
> are available in the Git repository at:
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/4] dt-bindings: Changes for v6.18-rc1
https://git.kernel.org/soc/soc/c/431ab7953c23
- [GIT,PULL,2/4] soc/tegra: Changes for v6.18-rc1
(no matching commit)
- [GIT,PULL,3/4] ARM: tegra: Device tree changes for v6.18-rc1
https://git.kernel.org/soc/soc/c/b4952e54c3fd
- [GIT,PULL,4/4] arm64: tegra: Device tree changes for v6.18-rc1
https://git.kernel.org/soc/soc/c/d75f5aded453
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT PULL 1/4] dt-bindings: Changes for v6.18-rc1
2025-09-14 6:39 [GIT PULL 1/4] dt-bindings: Changes for v6.18-rc1 Thierry Reding
` (3 preceding siblings ...)
2025-09-15 13:50 ` [GIT PULL 1/4] dt-bindings: Changes " patchwork-bot+linux-soc
@ 2025-09-15 14:30 ` patchwork-bot+linux-soc
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+linux-soc @ 2025-09-15 14:30 UTC (permalink / raw)
To: Thierry Reding; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Sun, 14 Sep 2025 08:39:22 +0200 you wrote:
> Hi ARM SoC maintainers,
>
> The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
>
> Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
>
> are available in the Git repository at:
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/4] dt-bindings: Changes for v6.18-rc1
(no matching commit)
- [GIT,PULL,2/4] soc/tegra: Changes for v6.18-rc1
https://git.kernel.org/soc/soc/c/b7c0fe165451
- [GIT,PULL,3/4] ARM: tegra: Device tree changes for v6.18-rc1
(no matching commit)
- [GIT,PULL,4/4] arm64: tegra: Device tree changes for v6.18-rc1
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread