mbox series

[GIT,PULL] arm64: dts: hisilicon dts updates for v4.18

Message ID 5AF5A668.8010903@hisilicon.com
State New
Headers show
Series [GIT,PULL] arm64: dts: hisilicon dts updates for v4.18 | expand

Pull-request

git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-4.18

Message

Wei Xu May 11, 2018, 2:19 p.m. UTC
Hi Arnd, Hi Olof,

Please help to pull the following changes.
Thanks!

Best Regards,
Wei

---

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

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

are available in the Git repository at:

  git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-4.18

for you to fetch changes up to 84f7ed0f22e8eb42e81b69cd7772c3600c9f4959:

  arm64: dts: hi3798cv200: enable emmc support for poplar board (2018-05-11 11:23:10 +0100)

----------------------------------------------------------------
ARM64: DT: Hisilicon SoC DT updates for 4.18

- Add mailbox, stub clock, CPU frequency scaling, thermal cooling
  management and pcie msi interruption support for hi3660
- Add LPC support for hip06 and hip07
- Add PCIe, usb and emmc support for hi3798cv200

----------------------------------------------------------------
John Garry (2):
      arm64: dts: hisi: Enable Hisi LPC node for hip06
      arm64: dts: hisi: Enable Hisi LPC node for hip07

Kaihua Zhong (2):
      dts: arm64: hi3660: Add mailbox node
      dts: arm64: hi3660: Add stub clock node

Leo Yan (1):
      dts: arm64: hi3660: Add CPU frequency scaling support

Shawn Guo (3):
      arm64: dts: hi3798cv200: enable PCIe support for poplar board
      arm64: dts: hi3798cv200: enable usb2 support for poplar board
      arm64: dts: hi3798cv200: enable emmc support for poplar board

Tao Wang (1):
      dts: arm64: hi3660: Add thermal cooling management

Yao Chen (1):
      arm64: dts: hi3660: Add pcie msi interrupt attribute

 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          | 147 +++++++++++++++
 .../boot/dts/hisilicon/hi3798cv200-poplar.dts      |  38 ++++
 arch/arm64/boot/dts/hisilicon/hi3798cv200.dtsi     | 205 ++++++++++++++++++++-
 arch/arm64/boot/dts/hisilicon/hip06-d03.dts        |   8 +
 arch/arm64/boot/dts/hisilicon/hip06.dtsi           |  21 +++
 arch/arm64/boot/dts/hisilicon/hip07-d05.dts        |   4 +
 arch/arm64/boot/dts/hisilicon/hip07.dtsi           |  14 ++
 arch/arm64/boot/dts/hisilicon/poplar-pinctrl.dtsi  |  98 ++++++++++
 8 files changed, 532 insertions(+), 3 deletions(-)
 create mode 100644 arch/arm64/boot/dts/hisilicon/poplar-pinctrl.dtsi

Comments

Olof Johansson May 14, 2018, 8:09 p.m. UTC | #1
Hi,

On Fri, May 11, 2018 at 03:19:20PM +0100, Wei Xu wrote:
> Hi Arnd, Hi Olof,
> 
> Please help to pull the following changes.
> Thanks!
> 
> Best Regards,
> Wei
> 
> ---
> 
> The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:
> 
>   Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/hisilicon/linux-hisi.git tags/hisi-arm64-dt-for-4.18
> 
> for you to fetch changes up to 84f7ed0f22e8eb42e81b69cd7772c3600c9f4959:
> 
>   arm64: dts: hi3798cv200: enable emmc support for poplar board (2018-05-11 11:23:10 +0100)
> 
> ----------------------------------------------------------------
> ARM64: DT: Hisilicon SoC DT updates for 4.18
> 
> - Add mailbox, stub clock, CPU frequency scaling, thermal cooling
>   management and pcie msi interruption support for hi3660
> - Add LPC support for hip06 and hip07
> - Add PCIe, usb and emmc support for hi3798cv200
> 
> ----------------------------------------------------------------
> John Garry (2):
>       arm64: dts: hisi: Enable Hisi LPC node for hip06
>       arm64: dts: hisi: Enable Hisi LPC node for hip07
> 
> Kaihua Zhong (2):
>       dts: arm64: hi3660: Add mailbox node
>       dts: arm64: hi3660: Add stub clock node
> 
> Leo Yan (1):
>       dts: arm64: hi3660: Add CPU frequency scaling support
> 
> Shawn Guo (3):
>       arm64: dts: hi3798cv200: enable PCIe support for poplar board
>       arm64: dts: hi3798cv200: enable usb2 support for poplar board
>       arm64: dts: hi3798cv200: enable emmc support for poplar board
> 
> Tao Wang (1):
>       dts: arm64: hi3660: Add thermal cooling management
> 
> Yao Chen (1):
>       arm64: dts: hi3660: Add pcie msi interrupt attribute

We try to use a very consistent patch prefix format on device tree changes to
make it easier to get an overview, and you're unfortunately a bit inconsistent
here.

Would you mind respinning this with "arm64: dts: hi<...>:" as the consistent
prefix please?


Thanks!


-Olof
Leo Yan May 15, 2018, 1:51 a.m. UTC | #2
Hi Olof,

On Mon, May 14, 2018 at 01:09:56PM -0700, Olof Johansson wrote:

[...]

> > Leo Yan (1):
> >       dts: arm64: hi3660: Add CPU frequency scaling support
> > Tao Wang (1):
> >       dts: arm64: hi3660: Add thermal cooling management

> We try to use a very consistent patch prefix format on device tree changes to
> make it easier to get an overview, and you're unfortunately a bit inconsistent
> here.
> 
> Would you mind respinning this with "arm64: dts: hi<...>:" as the consistent
> prefix please?

Sorry for this, I should take care for this ahead.  Will respin the
patch series and send them out ASAP.

Thanks,
Leo Yan