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 3/7] soc/tegra: Changes for v5.16-rc1
Date: Fri,  8 Oct 2021 22:11:28 +0200	[thread overview]
Message-ID: <20211008201132.1678814-4-thierry.reding@gmail.com> (raw)
In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 76d89474310e05d9c592a8beed2aefe4d3396d2d:

  soc/tegra: pmc: Use devm_platform_ioremap_resource() (2021-10-08 21:42:41 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.16-rc1

This set consists of stub additions to enable compile testing for more
drivers, exposes the PMC's USB regmap on all SoC generations, removes a
state synchronization workaround that is no longer needed and adds an
error reporting driver that can help troubleshoot crashes.

To top it all off, an error handling path in the powergating code is
fixed and the devm_platform_ioremap_resource() function is used to
remove some boilerplate code.

----------------------------------------------------------------
Cai Huoqing (1):
      soc/tegra: pmc: Use devm_platform_ioremap_resource()

Christophe JAILLET (1):
      soc/tegra: Fix an error handling path in tegra_powergate_power_up()

Dmitry Osipenko (5):
      soc/tegra: fuse: Add stubs needed for compile testing
      soc/tegra: irq: Add stubs needed for compile testing
      soc/tegra: pm: Make stubs usable for compile testing
      soc/tegra: pmc: Disable PMC state syncing
      soc/tegra: pmc: Expose USB regmap to all SoCs

Mikko Perttunen (1):
      soc/tegra: Add Tegra186 ARI driver

 drivers/soc/tegra/Makefile       |  1 +
 drivers/soc/tegra/ari-tegra186.c | 80 ++++++++++++++++++++++++++++++++++++++++
 drivers/soc/tegra/pmc.c          | 28 +++++++++++---
 include/soc/tegra/fuse.h         | 31 +++++++++++++---
 include/soc/tegra/irq.h          |  9 ++++-
 include/soc/tegra/pm.h           |  2 +-
 6 files changed, 138 insertions(+), 13 deletions(-)
 create mode 100644 drivers/soc/tegra/ari-tegra186.c

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 3/7] soc/tegra: Changes for v5.16-rc1
Date: Fri,  8 Oct 2021 22:11:28 +0200	[thread overview]
Message-ID: <20211008201132.1678814-4-thierry.reding@gmail.com> (raw)
Message-ID: <20211008201128.DH_9OiJZm-PQ90n0LD8rF1aUp3u-CTqj_16991tTbug@z> (raw)
In-Reply-To: <20211008201132.1678814-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 76d89474310e05d9c592a8beed2aefe4d3396d2d:

  soc/tegra: pmc: Use devm_platform_ioremap_resource() (2021-10-08 21:42:41 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Changes for v5.16-rc1

This set consists of stub additions to enable compile testing for more
drivers, exposes the PMC's USB regmap on all SoC generations, removes a
state synchronization workaround that is no longer needed and adds an
error reporting driver that can help troubleshoot crashes.

To top it all off, an error handling path in the powergating code is
fixed and the devm_platform_ioremap_resource() function is used to
remove some boilerplate code.

----------------------------------------------------------------
Cai Huoqing (1):
      soc/tegra: pmc: Use devm_platform_ioremap_resource()

Christophe JAILLET (1):
      soc/tegra: Fix an error handling path in tegra_powergate_power_up()

Dmitry Osipenko (5):
      soc/tegra: fuse: Add stubs needed for compile testing
      soc/tegra: irq: Add stubs needed for compile testing
      soc/tegra: pm: Make stubs usable for compile testing
      soc/tegra: pmc: Disable PMC state syncing
      soc/tegra: pmc: Expose USB regmap to all SoCs

Mikko Perttunen (1):
      soc/tegra: Add Tegra186 ARI driver

 drivers/soc/tegra/Makefile       |  1 +
 drivers/soc/tegra/ari-tegra186.c | 80 ++++++++++++++++++++++++++++++++++++++++
 drivers/soc/tegra/pmc.c          | 28 +++++++++++---
 include/soc/tegra/fuse.h         | 31 +++++++++++++---
 include/soc/tegra/irq.h          |  9 ++++-
 include/soc/tegra/pm.h           |  2 +-
 6 files changed, 138 insertions(+), 13 deletions(-)
 create mode 100644 drivers/soc/tegra/ari-tegra186.c

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

  parent reply	other threads:[~2021-10-08 20:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08 20:11 [GIT PULL 0/7] NVIDIA Tegra changes for v5.16-rc1 Thierry Reding
2021-10-08 20:11 ` Thierry Reding
2021-10-08 20:11 ` [GIT PULL 1/7] dt-bindings: Changes " Thierry Reding
2021-10-08 20:11   ` Thierry Reding
2021-10-11 22:11   ` Arnd Bergmann
2021-10-11 22:11     ` Arnd Bergmann
2021-10-08 20:11 ` [GIT PULL 2/7] firmware: tegra: " Thierry Reding
2021-10-08 20:11   ` Thierry Reding
2021-10-11 14:54   ` Arnd Bergmann
2021-10-11 14:54     ` Arnd Bergmann
2021-10-08 20:11 ` Thierry Reding [this message]
2021-10-08 20:11   ` [GIT PULL 3/7] soc/tegra: " Thierry Reding
2021-10-11 14:54   ` Arnd Bergmann
2021-10-11 14:54     ` Arnd Bergmann
2021-10-08 20:11 ` [GIT PULL 4/7] cpuidle: tegra: " Thierry Reding
2021-10-08 20:11   ` Thierry Reding
2021-10-11 14:54   ` Arnd Bergmann
2021-10-11 14:54     ` Arnd Bergmann
2021-10-08 20:11 ` [GIT PULL 5/7] ARM: tegra: Device tree changes " Thierry Reding
2021-10-08 20:11   ` Thierry Reding
2021-10-11 22:11   ` Arnd Bergmann
2021-10-11 22:11     ` Arnd Bergmann
2021-10-08 20:11 ` [GIT PULL 6/7] arm64: " Thierry Reding
2021-10-08 20:11   ` Thierry Reding
2021-10-11 22:11   ` Arnd Bergmann
2021-10-11 22:11     ` Arnd Bergmann
2021-10-08 20:11 ` [GIT PULL 7/7] arm64: tegra: Default configuration " Thierry Reding
2021-10-08 20:11   ` Thierry Reding
2021-10-12 12:50   ` Arnd Bergmann
2021-10-12 12:50     ` Arnd Bergmann

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=20211008201132.1678814-4-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.