mbox series

[GIT,PULL,4/5] Rockchip soc32 updates for 5.2

Message ID 4142453.kQgcn4UVYa@phil
State New
Headers show
Series [GIT,PULL,1/5] Rockchip dts32 updates for 5.2 - round 2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.2-rockchip-soc32-1

Message

Heiko Stuebner April 24, 2019, 5:59 p.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.2-rockchip-soc32-1

for you to fetch changes up to fbd7af041586a15f5dc15b9ec051d25aa5ebe00a:

  ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmu (2019-04-23 19:52:37 +0200)

----------------------------------------------------------------
Missing of_node_put and some added __init contants.

----------------------------------------------------------------
Douglas Anderson (1):
      ARM: rockchip: Mark pm-init functions __init

Wen Yang (1):
      ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmu

 arch/arm/mach-rockchip/platsmp.c | 1 +
 arch/arm/mach-rockchip/pm.c      | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

Comments

Olof Johansson April 29, 2019, 4:56 p.m. UTC | #1
On Wed, Apr 24, 2019 at 07:59:18PM +0200, Heiko Stuebner wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.2-rockchip-soc32-1
> 
> for you to fetch changes up to fbd7af041586a15f5dc15b9ec051d25aa5ebe00a:
> 
>   ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmu (2019-04-23 19:52:37 +0200)
> 
> ----------------------------------------------------------------
> Missing of_node_put and some added __init contants.
> 
> ----------------------------------------------------------------
> Douglas Anderson (1):
>       ARM: rockchip: Mark pm-init functions __init
> 
> Wen Yang (1):
>       ARM: rockchip: add missing of_node_put in rockchip_smp_prepare_pmu
> 
>  arch/arm/mach-rockchip/platsmp.c | 1 +
>  arch/arm/mach-rockchip/pm.c      | 4 ++--
>  2 files changed, 3 insertions(+), 2 deletions(-)

Merged, thanks!


-Olof