mbox series

[GIT,PULL,1/5] soc/tegra: Changes for v6.9-rc1

Message ID 20240223174849.1509465-1-thierry.reding@gmail.com (mailing list archive)
State Accepted
Commit 3326155e5b994b304fe95cb311189946423e687e
Headers show
Series [GIT,PULL,1/5] soc/tegra: Changes for v6.9-rc1 | expand

Pull-request

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

Message

Thierry Reding Feb. 23, 2024, 5:48 p.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

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

for you to fetch changes up to ae7d2d9b8ebe9f107c500808d5bcd68397645720:

  soc/tegra: pmc: Add SD wake event for Tegra234 (2024-02-16 12:35:56 +0100)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v6.9-rc1

This set of changes adds ACPI support for the APBMISC driver and cleans
up a few things like dependencies and unused code.

----------------------------------------------------------------
Arnd Bergmann (1):
      soc/tegra: Fix build failure on Tegra241

Christophe JAILLET (1):
      soc/tegra: pmc: Remove some old and deprecated functions and constants

Jon Hunter (1):
      soc/tegra: fuse: Fix crash in tegra_fuse_readl()

Kartik (9):
      mm/util: Introduce kmemdup_array()
      soc/tegra: fuse: Use dev_err_probe for probe failures
      soc/tegra: fuse: Refactor resource mapping
      soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
      soc/tegra: fuse: Add function to add lookups
      soc/tegra: fuse: Add function to print SKU info
      soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
      soc/tegra: fuse: Add support for Tegra241
      soc/tegra: fuse: Define tegra194_soc_attr_group for Tegra241

Peter Robinson (1):
      bus: tegra-aconnect: Update dependency to ARCH_TEGRA

Petlozu Pravareshwar (2):
      soc/tegra: pmc: Update address mapping sequence for PMC apertures
      soc/tegra: pmc: Update scratch as an optional aperture

Prathamesh Shete (1):
      soc/tegra: pmc: Add SD wake event for Tegra234

 drivers/bus/Kconfig                    |   5 +-
 drivers/soc/tegra/Kconfig              |   5 ++
 drivers/soc/tegra/fuse/fuse-tegra.c    | 118 +++++++++++++++++++++++++--------
 drivers/soc/tegra/fuse/fuse-tegra30.c  |  23 ++++++-
 drivers/soc/tegra/fuse/fuse.h          |   8 ++-
 drivers/soc/tegra/fuse/tegra-apbmisc.c | 108 +++++++++++++++++++++++++-----
 drivers/soc/tegra/pmc.c                |  87 +++++++++++-------------
 include/linux/string.h                 |   1 +
 include/soc/tegra/fuse.h               |   1 +
 include/soc/tegra/pmc.h                |  18 -----
 mm/util.c                              |  17 +++++
 11 files changed, 277 insertions(+), 114 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Feb. 29, 2024, 5:02 p.m. UTC | #1
Hello:

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

On Fri, 23 Feb 2024 18:48:44 +0100 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,1/5] soc/tegra: Changes for v6.9-rc1
    (no matching commit)
  - [GIT,PULL,2/5] firmware: tegra: Changes for v6.9-rc1
    (no matching commit)
  - [GIT,PULL,3/5] dt-bindings: Changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/44514c326cf4
  - [GIT,PULL,4/5] ARM: tegra: Device tree changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/2d56bb99b681
  - [GIT,PULL,5/5] arm64: tegra: Device tree changes for v6.9-rc1
    https://git.kernel.org/soc/soc/c/b1208c4343f0

You are awesome, thank you!
patchwork-bot+linux-soc@kernel.org March 4, 2024, 4:12 p.m. UTC | #2
Hello:

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

On Fri, 23 Feb 2024 18:48:44 +0100 you wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:
> 
>   Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)
> 
> are available in the Git repository at:
> 
> [...]

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

You are awesome, thank you!