mbox

[GIT,PULL,1/3] Rockchip driver changes for 4.9

Message ID 1770547.rOXegfrGOH@phil
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.9-rockchip-drivers1

Message

Heiko Stuebner Sept. 8, 2016, 2:08 p.m. UTC
Hi Arnd, Kevin, Olof,

please find below a pull request for one lonely commit adding active-
wakeup functionality to the power-domain driver.

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.9-rockchip-drivers1

for you to fetch changes up to 6f27ab3e424a9532fd8e36c8732abb38eb0da993:

  soc: rockchip: support active_wakeup for rockchip power-domains (2016-08-19 00:37:20 +0200)

----------------------------------------------------------------
This enables the active-wakeup functionality of the generic power-domains
for the rockchip power-domain driver, so that some domains can stay
active during suspend.

----------------------------------------------------------------
Elaine Zhang (1):
      soc: rockchip: support active_wakeup for rockchip power-domains

 drivers/soc/rockchip/pm_domains.c | 100 ++++++++++++++++++++++----------------
 1 file changed, 57 insertions(+), 43 deletions(-)

Comments

Arnd Bergmann Sept. 14, 2016, 10:14 p.m. UTC | #1
On Thursday, September 8, 2016 4:08:45 PM CEST Heiko Stuebner wrote:
> This enables the active-wakeup functionality of the generic power-domains
> for the rockchip power-domain driver, so that some domains can stay
> active during suspend.
> 
> 

Pulled into next/drivers, thanks!

	Arnd