mbox series

[GIT,PULL,3/3] Rockchip soc32 updates for 5.3 round 1

Message ID 6757963.JBp9oB5bj2@phil (mailing list archive)
State Queued, archived
Commit c2af88f1a0cdf4cbe94b51fd93e52a3f55606a13
Headers show
Series [GIT,PULL,1/3] Rockchip dts32 updates for 5.3 round 1 | expand

Pull-request

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

Message

Heiko Stuebner June 11, 2019, 8:55 a.m. UTC
The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c2af88f1a0cdf4cbe94b51fd93e52a3f55606a13:

  ARM: rockchip: fix missing of_node_put calls in smp code (2019-05-20 01:00:41 +0200)

----------------------------------------------------------------
Another missing of_node_put

----------------------------------------------------------------
Wen Yang (1):
      ARM: rockchip: fix missing of_node_put calls in smp code

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

Comments

Olof Johansson June 17, 2019, 12:14 p.m. UTC | #1
On Tue, Jun 11, 2019 at 10:55:28AM +0200, Heiko Stuebner wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.3-rockchip-soc32-1
> 
> for you to fetch changes up to c2af88f1a0cdf4cbe94b51fd93e52a3f55606a13:
> 
>   ARM: rockchip: fix missing of_node_put calls in smp code (2019-05-20 01:00:41 +0200)
> 
> ----------------------------------------------------------------
> Another missing of_node_put

Merged, thanks!


-Olof