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 2/6] drivers: Changes for v5.17-rc1
Date: Fri, 17 Dec 2021 17:22:49 +0100	[thread overview]
Message-ID: <20211217162253.1801077-2-thierry.reding@gmail.com> (raw)
In-Reply-To: <20211217162253.1801077-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.17-drivers

for you to fetch changes up to e0abae19535504cc012a32c98619c07ace8a91aa:

  media: staging: tegra-vde: Support generic power domain (2021-12-16 14:05:24 +0100)

Thanks,
Thierry

----------------------------------------------------------------
drivers: Changes for v5.17-rc1

This is an assortment of driver patches that rely on some of the changes
in the for-5.17/soc branch. These have all been acked by the respective
maintainers and go through the Tegra tree to more easily handle the
build dependency.

----------------------------------------------------------------
Dmitry Osipenko (9):
      soc/tegra: Enable runtime PM during OPP state-syncing
      soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()
      usb: chipidea: tegra: Add runtime PM and OPP support
      bus: tegra-gmi: Add runtime PM and OPP support
      pwm: tegra: Add runtime PM and OPP support
      mmc: sdhci-tegra: Add runtime PM and OPP support
      mtd: rawnand: tegra: Add runtime PM and OPP support
      spi: tegra20-slink: Add OPP support
      media: staging: tegra-vde: Support generic power domain

Thierry Reding (1):
      Merge branch 'tegra-for-5.17-soc-opp' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into for-5.17/drivers

 drivers/bus/tegra-gmi.c               | 50 ++++++++++++++++++---
 drivers/mmc/host/sdhci-tegra.c        | 81 +++++++++++++++++++++++++++-------
 drivers/mtd/nand/raw/tegra_nand.c     | 58 +++++++++++++++++++++----
 drivers/pwm/pwm-tegra.c               | 82 +++++++++++++++++++++++++++--------
 drivers/soc/tegra/common.c            | 25 +++++++++++
 drivers/spi/spi-tegra20-slink.c       |  9 +++-
 drivers/staging/media/tegra-vde/vde.c | 63 ++++++++++++++++++++++-----
 drivers/usb/chipidea/ci_hdrc_tegra.c  | 53 +++++++++++++++++++---
 include/soc/tegra/common.h            | 15 +++++++
 9 files changed, 369 insertions(+), 67 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 2/6] drivers: Changes for v5.17-rc1
Date: Fri, 17 Dec 2021 17:22:49 +0100	[thread overview]
Message-ID: <20211217162253.1801077-2-thierry.reding@gmail.com> (raw)
In-Reply-To: <20211217162253.1801077-1-thierry.reding@gmail.com>

Hi ARM SoC maintainers,

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.17-drivers

for you to fetch changes up to e0abae19535504cc012a32c98619c07ace8a91aa:

  media: staging: tegra-vde: Support generic power domain (2021-12-16 14:05:24 +0100)

Thanks,
Thierry

----------------------------------------------------------------
drivers: Changes for v5.17-rc1

This is an assortment of driver patches that rely on some of the changes
in the for-5.17/soc branch. These have all been acked by the respective
maintainers and go through the Tegra tree to more easily handle the
build dependency.

----------------------------------------------------------------
Dmitry Osipenko (9):
      soc/tegra: Enable runtime PM during OPP state-syncing
      soc/tegra: Add devm_tegra_core_dev_init_opp_table_common()
      usb: chipidea: tegra: Add runtime PM and OPP support
      bus: tegra-gmi: Add runtime PM and OPP support
      pwm: tegra: Add runtime PM and OPP support
      mmc: sdhci-tegra: Add runtime PM and OPP support
      mtd: rawnand: tegra: Add runtime PM and OPP support
      spi: tegra20-slink: Add OPP support
      media: staging: tegra-vde: Support generic power domain

Thierry Reding (1):
      Merge branch 'tegra-for-5.17-soc-opp' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into for-5.17/drivers

 drivers/bus/tegra-gmi.c               | 50 ++++++++++++++++++---
 drivers/mmc/host/sdhci-tegra.c        | 81 +++++++++++++++++++++++++++-------
 drivers/mtd/nand/raw/tegra_nand.c     | 58 +++++++++++++++++++++----
 drivers/pwm/pwm-tegra.c               | 82 +++++++++++++++++++++++++++--------
 drivers/soc/tegra/common.c            | 25 +++++++++++
 drivers/spi/spi-tegra20-slink.c       |  9 +++-
 drivers/staging/media/tegra-vde/vde.c | 63 ++++++++++++++++++++++-----
 drivers/usb/chipidea/ci_hdrc_tegra.c  | 53 +++++++++++++++++++---
 include/soc/tegra/common.h            | 15 +++++++
 9 files changed, 369 insertions(+), 67 deletions(-)

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

  reply	other threads:[~2021-12-17 16:23 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-17 16:22 [GIT PULL 1/6] soc/tegra: Changes for v5.17-rc1 Thierry Reding
2021-12-17 16:22 ` Thierry Reding
2021-12-17 16:22 ` Thierry Reding [this message]
2021-12-17 16:22   ` [GIT PULL 2/6] drivers: " Thierry Reding
2021-12-17 16:22 ` [GIT PULL 3/6] dt-bindings: " Thierry Reding
2021-12-17 16:22   ` Thierry Reding
2021-12-17 16:22 ` [GIT PULL 4/6] arm64: tegra: Device tree changes " Thierry Reding
2021-12-17 16:22   ` Thierry Reding
2021-12-17 16:22 ` [GIT PULL 5/6] ARM: tegra: Changes " Thierry Reding
2021-12-17 16:22   ` Thierry Reding
2021-12-17 16:22 ` [GIT PULL 6/6] ARM: tegra: Default configuration changes " Thierry Reding
2021-12-17 16:22   ` Thierry Reding

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=20211217162253.1801077-2-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.