mbox series

[GIT,PULL] soc: amlogic: updates for v5.2, round 2

Message ID 7hy343a098.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] soc: amlogic: updates for v5.2, round 2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers-2

Message

Kevin Hilman April 21, 2019, 2:41 p.m. UTC
The following changes since commit fdda0a6adc33536ad468f07db27325423703c5bc:

  meson-gx-socinfo: add missing of_node_put after of_device_is_available (2019-03-18 09:07:32 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers-2

for you to fetch changes up to bb1dca3a3900a00b881286c96340d6ab85eafe0c:

  soc: amlogic: meson-gx-pwrc-vpu: Add support for G12A (2019-04-16 11:09:53 -0700)

----------------------------------------------------------------
soc: amlogic: updates for v5.2, round 2
- VPU power domain: add supporg for G12A SoCs
- socinfo: add new SoC and package IDS.

----------------------------------------------------------------
Neil Armstrong (2):
      soc: amlogic: meson-gx-pwrc-vpu: Fix power on/off register bitmask
      soc: amlogic: meson-gx-pwrc-vpu: Add support for G12A

 drivers/soc/amlogic/meson-gx-pwrc-vpu.c | 160 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 file changed, 144 insertions(+), 16 deletions(-)

Comments

Olof Johansson April 29, 2019, 6:44 a.m. UTC | #1
On Sun, Apr 21, 2019 at 07:41:55AM -0700, Kevin Hilman wrote:
> The following changes since commit fdda0a6adc33536ad468f07db27325423703c5bc:
> 
>   meson-gx-socinfo: add missing of_node_put after of_device_is_available (2019-03-18 09:07:32 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers-2
> 
> for you to fetch changes up to bb1dca3a3900a00b881286c96340d6ab85eafe0c:
> 
>   soc: amlogic: meson-gx-pwrc-vpu: Add support for G12A (2019-04-16 11:09:53 -0700)
> 
> ----------------------------------------------------------------
> soc: amlogic: updates for v5.2, round 2
> - VPU power domain: add supporg for G12A SoCs
> - socinfo: add new SoC and package IDS.

Merged, thanks!


-Olof