mbox series

[GIT,PULL] Allwinner arm64 changes for 4.18

Message ID 20180521114558.ozkb4ftf4p56ov7c@flea
State New
Headers show
Series [GIT,PULL] Allwinner arm64 changes for 4.18 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-4.18

Message

Maxime Ripard May 21, 2018, 11:45 a.m. UTC
Hi Arnd, Olof,

Here is our bunch of arm64 DT changes for the next merge window.

Thanks!
Maxime

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-4.18

for you to fetch changes up to 17ebc33afc35094f779ddca92ffcbda800365574:

  arm64: allwinner: h6: add PCF8563 RTC on Pine H64 board (2018-05-04 17:12:13 +0200)

----------------------------------------------------------------
Allwinner arm64 changes for 4.18

We mostly have some changes to support the H6, Allwinner latest SoC. We're
still in the preliminary phase, with I2C, pinctrl and clock support.

----------------------------------------------------------------
Icenowy Zheng (6):
      arm64: allwinner: h6: restore the usage of CCU slice macros
      arm64: allwinner: h6: add PRCM CCU device node
      arm64: allwinner: h6: add node for R_PIO pin controller
      arm64: allwinner: h6: add R_INTC interrupt controller
      arm64: allwinner: h6: add R_I2C controller
      arm64: allwinner: h6: add PCF8563 RTC on Pine H64 board

Jagan Teki (2):
      arm64: dts: allwinner: axp803: Add drivevbus regulator
      arm64: dts: allwinner: a64: bananapi-m64: add usb otg

 arch/arm64/boot/dts/allwinner/axp803.dtsi          |  5 ++
 .../boot/dts/allwinner/sun50i-a64-bananapi-m64.dts | 21 +++++++
 .../boot/dts/allwinner/sun50i-h6-pine-h64.dts      | 10 ++++
 arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi       | 70 +++++++++++++++++++---
 4 files changed, 97 insertions(+), 9 deletions(-)

Comments

Olof Johansson May 25, 2018, 9:03 p.m. UTC | #1
On Mon, May 21, 2018 at 01:45:58PM +0200, Maxime Ripard wrote:
> Hi Arnd, Olof,
> 
> Here is our bunch of arm64 DT changes for the next merge window.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt64-for-4.18
> 
> for you to fetch changes up to 17ebc33afc35094f779ddca92ffcbda800365574:
> 
>   arm64: allwinner: h6: add PCF8563 RTC on Pine H64 board (2018-05-04 17:12:13 +0200)
> 
> ----------------------------------------------------------------
> Allwinner arm64 changes for 4.18
> 
> We mostly have some changes to support the H6, Allwinner latest SoC. We're
> still in the preliminary phase, with I2C, pinctrl and clock support.

Merged, thanks!


-Olof