mbox series

[GIT,PULL,2/6] drivers: Changes for v5.17-rc1

Message ID 20211217162253.1801077-2-thierry.reding@gmail.com
State New
Headers show
Series [GIT,PULL,1/6] soc/tegra: Changes for v5.17-rc1 | expand

Pull-request

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

Message

Thierry Reding Dec. 17, 2021, 4:22 p.m. UTC
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(-)