mbox series

[GIT,PULL] Allwinner fixes for 5.1

Message ID 20190419110942.oeepdbr5j7dgq32x@flea
State New
Headers show
Series [GIT,PULL] Allwinner fixes for 5.1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-5.1

Message

Maxime Ripard April 19, 2019, 11:09 a.m. UTC
Hi Arnd, Olof,

Please pull the following fixes for 5.1

Thanks!
Maxime

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

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

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-5.1

for you to fetch changes up to fa44328f4eb0b762a1fcb148809068e9646e7156:

  ARM: dts: sun8i: a33: Reintroduce default pinctrl muxing (2019-03-25 11:10:50 +0100)

----------------------------------------------------------------
Allwinner fixes for 5.1

 - Pinctrl related fixes for the A33 NAND controller
 - Fix the refcounting of DT nodes in our core code
 - Fix for a typo'd DT property

----------------------------------------------------------------
Chen-Yu Tsai (1):
      arm64: dts: allwinner: a64: Rename hpvcc-supply to cpvdd-supply

Maxime Ripard (1):
      ARM: dts: sun8i: a33: Reintroduce default pinctrl muxing

Wen Yang (2):
      ARM: sunxi: fix a leaked reference by adding missing of_node_put
      ARM: sunxi: fix a leaked reference by adding missing of_node_put

 arch/arm/boot/dts/sun8i-a23-a33.dtsi                      | 2 ++
 arch/arm/mach-sunxi/mc_smp.c                              | 5 ++++-
 arch/arm/mach-sunxi/platsmp.c                             | 4 ++++
 arch/arm64/boot/dts/allwinner/sun50i-a64-bananapi-m64.dts | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts       | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-pinebook.dts     | 2 +-
 arch/arm64/boot/dts/allwinner/sun50i-a64-sopine.dtsi      | 2 +-
 7 files changed, 14 insertions(+), 5 deletions(-)

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

Comments

Olof Johansson April 28, 2019, 8:25 p.m. UTC | #1
On Fri, Apr 19, 2019 at 01:09:42PM +0200, Maxime Ripard wrote:
> Hi Arnd, Olof,
> 
> Please pull the following fixes for 5.1
> 
> Thanks!
> Maxime
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-5.1
> 
> for you to fetch changes up to fa44328f4eb0b762a1fcb148809068e9646e7156:
> 
>   ARM: dts: sun8i: a33: Reintroduce default pinctrl muxing (2019-03-25 11:10:50 +0100)
> 
> ----------------------------------------------------------------
> Allwinner fixes for 5.1
> 
>  - Pinctrl related fixes for the A33 NAND controller
>  - Fix the refcounting of DT nodes in our core code
>  - Fix for a typo'd DT property

merged, thanks.


-olof