]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'renesas-soc2-for-v4.16' of https://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Fri, 5 Jan 2018 06:52:06 +0000 (22:52 -0800)
committerOlof Johansson <olof@lixom.net>
Fri, 5 Jan 2018 06:52:06 +0000 (22:52 -0800)
commit0bb7c8564312dc0bb9e97846f3804c761e0619f5
treeca23160506fbb9594d9d84a5ec262a0955f16863
parent95f6edb9e94e80868c844a2d543ef2ccf8ff63d8
parentcd4d780dff41716e6a6ee1d6e1602cd47b550ade
Merge tag 'renesas-soc2-for-v4.16' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc

Second Round of Renesas ARM Based SoC Updates for v4.16

* rcar-sysc: Keep wakeup sources active during system suspend

  Geert Uytterhoeven says "If an R-Car SYSC slave device is part of the
  CPG/MSTP or CPG/MSSR Clock Domain and to be used as a wakeup source, it
  must be kept active during system suspend.

  Currently this is handled in device-specific drivers by explicitly
  increasing the use count of the module clock when the device is
  configured as a wakeup source.  However, the proper way to prevent the
  device from being stopped is to inform this requirement to the genpd
  core, by setting the GENPD_FLAG_ACTIVE_WAKEUP flag.

  Note that this will only affect devices configured as wakeup sources."

* tag 'renesas-soc2-for-v4.16' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  soc: renesas: rcar-sysc: Keep wakeup sources active during system suspend

Signed-off-by: Olof Johansson <olof@lixom.net>