All of lore.kernel.org
 help / color / mirror / Atom feed
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/5] soc/tegra: Changes for v6.9-rc1
Date: Fri, 23 Feb 2024 18:48:44 +0100	[thread overview]
Message-ID: <20240223174849.1509465-1-thierry.reding@gmail.com> (raw)

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

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 1/5] soc/tegra: Changes for v6.9-rc1
Date: Fri, 23 Feb 2024 18:48:44 +0100	[thread overview]
Message-ID: <20240223174849.1509465-1-thierry.reding@gmail.com> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2024-02-23 17:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-23 17:48 Thierry Reding [this message]
2024-02-23 17:48 ` [GIT PULL 1/5] soc/tegra: Changes for v6.9-rc1 Thierry Reding
2024-02-23 17:48 ` [GIT PULL 2/5] firmware: tegra: " Thierry Reding
2024-02-23 17:48   ` Thierry Reding
2024-02-23 17:48 ` [GIT PULL 3/5] dt-bindings: " Thierry Reding
2024-02-23 17:48   ` Thierry Reding
2024-02-23 17:48 ` [GIT PULL 4/5] ARM: tegra: Device tree changes " Thierry Reding
2024-02-23 17:48   ` Thierry Reding
2024-02-23 17:48 ` [GIT PULL 5/5] arm64: " Thierry Reding
2024-02-23 17:48   ` Thierry Reding
2024-02-29 17:02 ` [GIT PULL 1/5] soc/tegra: Changes " patchwork-bot+linux-soc
2024-03-04 16:12 ` 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=20240223174849.1509465-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 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.