mbox series

[GIT,PULL,v2,1/7] soc/tegra: Changes for v6.2-rc1

Message ID 20221121171239.2041835-1-thierry.reding@gmail.com (mailing list archive)
State Accepted
Commit 2a26daeeb851522ff6fbee1cdab700fdedfafa1f
Headers show
Series [GIT,PULL,v2,1/7] soc/tegra: Changes for v6.2-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.2-soc-v2

Message

Thierry Reding Nov. 21, 2022, 5:12 p.m. UTC
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-v2

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(-)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 22, 2022, 10:20 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 21 Nov 2022 18:12:33 +0100 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,v2,1/7] soc/tegra: Changes for v6.2-rc1
    https://git.kernel.org/soc/soc/c/2a26daeeb851
  - [GIT,PULL,v2,2/7] firmware: tegra: Changes for v6.2-rc1
    https://git.kernel.org/soc/soc/c/a6eeafba1141
  - [GIT,PULL,v2,3/7] clk: tegra: Changes for v6.2-rc1
    https://git.kernel.org/soc/soc/c/381abc230be0
  - [GIT,PULL,v2,4/7] dt-bindings: Changes for v6.2-rc1
    https://git.kernel.org/soc/soc/c/83cbe78a9cdf
  - [GIT,PULL,v2,5/7] memory: tegra: Changes for v6.2-rc1
    https://git.kernel.org/soc/soc/c/19e54b0547ac
  - [GIT,PULL,v2,6/7] ARM: tegra: Device tree changes for v6.2-rc1
    (no matching commit)
  - [GIT,PULL,v2,7/7] arm64: tegra: Device tree changes for v6.2-rc1
    https://git.kernel.org/soc/soc/c/029467886185

You are awesome, thank you!
patchwork-bot+linux-soc@kernel.org Nov. 23, 2022, noon UTC | #2
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 21 Nov 2022 18:12:33 +0100 you wrote:
> 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:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,v2,1/7] soc/tegra: Changes for v6.2-rc1
    (no matching commit)
  - [GIT,PULL,v2,2/7] firmware: tegra: Changes for v6.2-rc1
    (no matching commit)
  - [GIT,PULL,v2,3/7] clk: tegra: Changes for v6.2-rc1
    (no matching commit)
  - [GIT,PULL,v2,4/7] dt-bindings: Changes for v6.2-rc1
    (no matching commit)
  - [GIT,PULL,v2,5/7] memory: tegra: Changes for v6.2-rc1
    (no matching commit)
  - [GIT,PULL,v2,6/7] ARM: tegra: Device tree changes for v6.2-rc1
    https://git.kernel.org/soc/soc/c/714aac5dcd3a
  - [GIT,PULL,v2,7/7] arm64: tegra: Device tree changes for v6.2-rc1
    (no matching commit)

You are awesome, thank you!