mbox

[GIT,PULL] soc/tegra: Add generic PM domain support

Message ID 1461946869-26124-1-git-send-email-thierry.reding@gmail.com
State Accepted, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.7-genpd

Message

Thierry Reding April 29, 2016, 4:21 p.m. UTC
Hi ARM-SoC maintainers,

The following changes since commit 605aa5e48bfc3dbf0272bc4aac8674e06c19c1b3:

  dt-bindings: Update NVIDIA PMC for Tegra (2016-04-05 15:22:54 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.7-genpd

for you to fetch changes up to a38045121bf42110e6043d07315a7626b021a0db:

  soc/tegra: pmc: Add generic PM domain support (2016-04-29 17:17:47 +0200)

Thanks,
Thierry

----------------------------------------------------------------
soc/tegra: Add generic PM domain support

Implements generic PM domain support on top of the existing Tegra power-
gate API. Drivers are thus allowed to move away from the Tegra-specific
API and towards using generic power domains directly.

----------------------------------------------------------------
Jon Hunter (2):
      dt-bindings: Add power domain info for NVIDIA PMC
      soc/tegra: pmc: Add generic PM domain support

Thierry Reding (1):
      Merge branch 'for-4.7/soc' into for-4.7/genpd

 .../bindings/arm/tegra/nvidia,tegra20-pmc.txt      |  80 ++++
 drivers/soc/tegra/pmc.c                            | 485 ++++++++++++++++++---
 include/soc/tegra/pmc.h                            |   1 +
 3 files changed, 505 insertions(+), 61 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Arnd Bergmann May 9, 2016, 2:29 p.m. UTC | #1
On Friday 29 April 2016 18:21:06 Thierry Reding wrote:
> soc/tegra: Add generic PM domain support
> 
> Implements generic PM domain support on top of the existing Tegra power-
> gate API. Drivers are thus allowed to move away from the Tegra-specific
> API and towards using generic power domains directly.
> 
> 

Merged into next/drivers, thanks!

	Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html