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 1/8] soc/tegra: Changes for v6.2-rc1
Date: Sat, 19 Nov 2022 02:20:18 +0100 [thread overview]
Message-ID: <20221119012025.3968358-1-thierry.reding@gmail.com> (raw)
Hi ARM SoC maintainers,
The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:
Linux 6.1-rc1 (2022-10-16 15:36:24 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-soc
for you to fetch changes up to b6c6bbfc65f53c4d314ea69ff11bad04606e83e4:
soc/tegra: cbb: Remove redundant dev_err call (2022-11-17 23:21:36 +0100)
Thanks,
Thierry
----------------------------------------------------------------
soc/tegra: Changes for v6.2-rc1
In addition to a number of improvements and cleanups this contains a
fix for the FUSE access on newer chips, adds Tegra234 I/O pad support
and fixes various issues with wake events.
The SoC sysfs revision attribute is updated to include the platform
information so drivers can check for silicon vs. pre-silicon, among
other things.
----------------------------------------------------------------
Kartik (3):
soc/tegra: fuse: Use SoC specific nvmem cells
soc/tegra: fuse: Add nvmem keepout list
soc/tegra: fuse: Use platform info with SoC revision
Liu Shixin (1):
soc/tegra: cbb: Use DEFINE_SHOW_ATTRIBUTE to simplify tegra_cbb_err
Manish Bhardwaj (1):
firmware: tegra: include IVC header file only once
Petlozu Pravareshwar (4):
soc/tegra: pmc: Select IRQ_DOMAIN_HIERARCHY
soc/tegra: pmc: Add I/O pad table for Tegra234
soc/tegra: pmc: Fix dual edge triggered wakes
soc/tegra: pmc: Process wake events during resume
Shang XiaoJing (1):
soc/tegra: cbb: Remove redundant dev_err call
Sumit Gupta (4):
soc/tegra: cbb: Use correct master_id mask for CBB NOC in Tegra194
soc/tegra: cbb: Update slave maps for Tegra234
soc/tegra: cbb: Add checks for potential out of bound errors
soc/tegra: cbb: Check firewall before enabling error reporting
drivers/soc/tegra/Kconfig | 1 +
drivers/soc/tegra/cbb/tegra-cbb.c | 13 +-
drivers/soc/tegra/cbb/tegra194-cbb.c | 18 +-
drivers/soc/tegra/cbb/tegra234-cbb.c | 170 +++++--
drivers/soc/tegra/fuse/fuse-tegra.c | 134 +----
drivers/soc/tegra/fuse/fuse-tegra30.c | 278 ++++++++++-
drivers/soc/tegra/fuse/fuse.h | 4 +
drivers/soc/tegra/fuse/tegra-apbmisc.c | 1 +
drivers/soc/tegra/pmc.c | 878 +++++++++++++++++++++++----------
include/soc/tegra/fuse.h | 15 +
include/soc/tegra/ivc.h | 1 +
include/soc/tegra/pmc.h | 6 +-
12 files changed, 1092 insertions(+), 427 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2022-11-19 1:21 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-19 1:20 Thierry Reding [this message]
2022-11-19 1:20 ` [GIT PULL 2/8] firmware: tegra: Changes for v6.2-rc1 Thierry Reding
2022-11-19 1:20 ` [GIT PULL 3/8] clk: " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 4/8] dt-bindings: " Thierry Reding
2022-11-21 12:10 ` Thierry Reding
2022-11-19 1:20 ` [GIT PULL 5/8] memory: tegra: " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 6/8] ARM: tegra: Device tree changes " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 7/8] arm64: " Thierry Reding
2022-11-19 1:20 ` [GIT PULL 8/8] arm64: tegra: Default configuration updates " Thierry Reding
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=20221119012025.3968358-1-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox