All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm64: dts: hisilicon dts updates for v4.18
@ 2018-05-11 14:19 Wei Xu
  2018-05-14 20:09 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Wei Xu @ 2018-05-11 14:19 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] arm64: dts: hisilicon dts updates for v4.18
  2018-05-11 14:19 [GIT PULL] arm64: dts: hisilicon dts updates for v4.18 Wei Xu
@ 2018-05-14 20:09 ` Olof Johansson
  2018-05-15  1:51   ` Leo Yan
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-05-14 20:09 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] arm64: dts: hisilicon dts updates for v4.18
  2018-05-14 20:09 ` Olof Johansson
@ 2018-05-15  1:51   ` Leo Yan
  0 siblings, 0 replies; 3+ messages in thread
From: Leo Yan @ 2018-05-15  1:51 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-15  1:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-11 14:19 [GIT PULL] arm64: dts: hisilicon dts updates for v4.18 Wei Xu
2018-05-14 20:09 ` Olof Johansson
2018-05-15  1:51   ` Leo Yan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.