mbox series

[GIT,PULL] Rockchip driver changes for 5.19 #2

Message ID 6613768.ejJDZkT8p0@phil
State New
Headers show
Series [GIT,PULL] Rockchip driver changes for 5.19 #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.19-rockchip-drivers2

Message

Heiko Stübner May 17, 2022, 7:35 p.m. UTC
Hi Arnd, Kevin, Olof,

some additional things turned up (fixes) or got ready since the first round
of pull requests for drivers and both flavors of devicetrees.

So depending on the schedule it would be nice to have them still in 5.19.
But if it's to late for some, that's also no problem and I would then simply
move them to 5.20.

All new tags (here + following mails) of course go on top of the
previous tags.

So if timing allow, please pull.

Thanks
Heiko


The following changes since commit add9f6f30e54b5c07e7a0260cda459ef1d9646b7:

  soc: rockchip: Fix compile-testing SoC drivers (2022-04-30 15:06:14 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.19-rockchip-drivers2

for you to fetch changes up to 9b59588d8be91c96bfb0371e912ceb4f16315dbf:

  soc: rockchip: Fix refcount leak in rockchip_grf_init (2022-05-17 10:49:37 +0200)

----------------------------------------------------------------
Refcount leak for a used of-node in the grf-init.

----------------------------------------------------------------
Miaoqian Lin (1):
      soc: rockchip: Fix refcount leak in rockchip_grf_init

 drivers/soc/rockchip/grf.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Heiko Stübner May 27, 2022, 6:26 p.m. UTC | #1
Am Dienstag, 17. Mai 2022, 21:35:07 CEST schrieb Heiko Stuebner:
> Hi Arnd, Kevin, Olof,
> 
> some additional things turned up (fixes) or got ready since the first round
> of pull requests for drivers and both flavors of devicetrees.
> 
> So depending on the schedule it would be nice to have them still in 5.19.
> But if it's to late for some, that's also no problem and I would then simply
> move them to 5.20.
> 
> All new tags (here + following mails) of course go on top of the
> previous tags.
> 
> So if timing allow, please pull.
> 
> Thanks
> Heiko
> 
> 
> The following changes since commit add9f6f30e54b5c07e7a0260cda459ef1d9646b7:
> 
>   soc: rockchip: Fix compile-testing SoC drivers (2022-04-30 15:06:14 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.19-rockchip-drivers2
> 
> for you to fetch changes up to 9b59588d8be91c96bfb0371e912ceb4f16315dbf:
> 
>   soc: rockchip: Fix refcount leak in rockchip_grf_init (2022-05-17 10:49:37 +0200)
> 
> ----------------------------------------------------------------
> Refcount leak for a used of-node in the grf-init.

superseeded by v2.