mbox series

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

Message ID 20220916101957.1635854-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/6] soc/tegra: Changes for v6.1-rc1 | expand

Pull-request

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

Message

Thierry Reding Sept. 16, 2022, 10:19 a.m. UTC
Hi ARM SoC maintainers,

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

  Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 74f7f183d81c26a53c2b1708364069d391b1b4d6:

  soc/tegra: pmc: Check device node status property (2022-09-15 14:10:49 +0200)

Thanks,
Thierry

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

This contains an assortment of small fixes and cleanups. One new feature
is introduced in the form of simple wake events which are needed to wake
the system from sleep on USB port events.

----------------------------------------------------------------
Christophe JAILLET (1):
      soc/tegra: pmc: Use devm_clk_get_optional()

Dmitry Osipenko (1):
      soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA

Liang He (2):
      soc/tegra: fuse: Add missing of_node_put() in tegra_init_fuse()
      soc/tegra: fuse: Add missing of_node_put()

Petlozu Pravareshwar (1):
      soc/tegra: pmc: Check device node status property

Thierry Reding (3):
      soc/tegra: pmc: Remove leading space
      soc/tegra: pmc: Add support for simple wake events
      soc/tegra: pmc: Add USB port wake events for Tegra194

 drivers/soc/tegra/Kconfig              |  1 -
 drivers/soc/tegra/fuse/fuse-tegra.c    |  1 +
 drivers/soc/tegra/fuse/tegra-apbmisc.c |  7 ++++--
 drivers/soc/tegra/pmc.c                | 45 ++++++++++++++++++++++++----------
 4 files changed, 38 insertions(+), 16 deletions(-)

Comments

Thierry Reding Sept. 19, 2022, 12:45 p.m. UTC | #1
On Fri, Sep 16, 2022 at 12:19:52PM +0200, Thierry Reding wrote:
> Hi ARM SoC maintainers,
> 
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
> 
>   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.1-soc
> 
> for you to fetch changes up to 74f7f183d81c26a53c2b1708364069d391b1b4d6:
> 
>   soc/tegra: pmc: Check device node status property (2022-09-15 14:10:49 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------
> soc/tegra: Changes for v6.1-rc1
> 
> This contains an assortment of small fixes and cleanups. One new feature
> is introduced in the form of simple wake events which are needed to wake
> the system from sleep on USB port events.
> 
> ----------------------------------------------------------------
> Christophe JAILLET (1):
>       soc/tegra: pmc: Use devm_clk_get_optional()
> 
> Dmitry Osipenko (1):
>       soc/tegra: fuse: Drop Kconfig dependency on TEGRA20_APB_DMA

Hi Arnd, Olof,

you may want to hold off on applying this one for now. Stephen noticed a
missing Signed-off-by in the above patch. I've fixed that up and will
send an updated PR shortly.

Thierry