public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: Wei Xu <xuwei5@hisilicon.com>
To: <arm@kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	 <olof@lixom.net>, <arnd@arndb.de>
Cc: Salil Mehta <salil.mehta@huawei.com>,
	John Garry <john.garry@huawei.com>,
	jinying@hisilicon.com, Tangkunshan <tangkunshan@huawei.com>,
	guodong.xu@linaro.org,
	Shameerali Kolothum Thodi <shameerali.kolothum.thodi@huawei.com>,
	Zhuangluan Su <suzhuangluan@hisilicon.com>,
	leo.yan@linaro.org, Tanglei Han <hantanglei@huawei.com>,
	linuxarm@huawei.com, xuwei5@hisilicon.com,
	John Stultz <john.stultz@linaro.org>,
	haojian.zhuang@linaro.org,
	Jonathan Cameron <Jonathan.Cameron@huawei.com>,
	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>,
	zhangfei.gao@linaro.org, Shiju Jose <shiju.jose@huawei.com>,
	"Liguozhu \(Kenneth\)" <liguozhu@hisilicon.com>,
	Zhangyi ac <zhangyi.ac@huawei.com>,
	huangdaode <huangdaode@hisilicon.com>
Subject: [GIT PULL] arm64: dts: hisilicon dts updates for v5.2
Date: Mon, 15 Apr 2019 17:12:02 +0100	[thread overview]
Message-ID: <c38eab18-5e57-4e07-dee1-272ff8744626@hisilicon.com> (raw)

Hi ARM-SoC team,

Please consider to pull the following changes.
Thanks!

Best Regards,
Wei

---

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

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

are available in the Git repository at:

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

for you to fetch changes up to ddd0dc915647f12b5cbfa0a5e7d65389dcd71771:

  arm64: dts: hisilicon: hi3670: Add UFS controller support (2019-04-15 16:01:34 +0100)

----------------------------------------------------------------
ARM64: DT: Hisilicon SoCs DT updates for 5.2

* Hi3660 SoC and related boards:
  - Added DMA support for the uart nodes
  - Added the asp DMA controller node
  - Replaced dma-min-chan with dma-channel-mask to follow the binding

* Hi3670 SoC and related boards:
  - Reused Hi3660 reset to support Hi3670, updated the binding
    document and added dts node
  - Reused Hi3660 MMC controller to support Hi3670, updated the
    binding document and added related nodes to support SD and WiFi
    for the SoC and hikey970 board
  - Added UFS controller node

----------------------------------------------------------------
John Stultz (2):
      arm64: dts: hi3660: Add dma to uart nodes
      arm64: dts: hi3660: Fixup unofficial dma-min-chan to dma-channel-mask

Manivannan Sadhasivam (6):
      dt-bindings: reset: Add HI3670 reset controller binding
      arm64: dts: hisilicon: hi3670: Add reset controller support
      dt-bindings: mmc: Add HI3670 MMC controller binding
      arm64: dts: hisilicon: hi3670: Add MMC controller support
      arm64: dts: hisilicon: hikey970: Add SD and WiFi support
      arm64: dts: hisilicon: hi3670: Add UFS controller support

Youlin Wang (1):
      arm64: dts: hi3660: Add hisi asp dma device

 .../devicetree/bindings/mmc/k3-dw-mshc.txt         |   2 +
 .../bindings/reset/hisilicon,hi3660-reset.txt      |   7 +-
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  20 +++-
 arch/arm64/boot/dts/hisilicon/hi3670-hikey970.dts  |  75 ++++++++++++++
 arch/arm64/boot/dts/hisilicon/hi3670.dtsi          |  62 +++++++++++
 .../arm64/boot/dts/hisilicon/hikey970-pinctrl.dtsi | 115 +++++++++++++++++++++
 6 files changed, 277 insertions(+), 4 deletions(-)



_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-04-15 16:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-15 16:12 Wei Xu [this message]
2019-04-28 19:32 ` [GIT PULL] arm64: dts: hisilicon dts updates for v5.2 Olof Johansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c38eab18-5e57-4e07-dee1-272ff8744626@hisilicon.com \
    --to=xuwei5@hisilicon.com \
    --cc=Jonathan.Cameron@huawei.com \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=guodong.xu@linaro.org \
    --cc=hantanglei@huawei.com \
    --cc=haojian.zhuang@linaro.org \
    --cc=huangdaode@hisilicon.com \
    --cc=jinying@hisilicon.com \
    --cc=john.garry@huawei.com \
    --cc=john.stultz@linaro.org \
    --cc=leo.yan@linaro.org \
    --cc=liguozhu@hisilicon.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linuxarm@huawei.com \
    --cc=manivannan.sadhasivam@linaro.org \
    --cc=olof@lixom.net \
    --cc=salil.mehta@huawei.com \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=shiju.jose@huawei.com \
    --cc=suzhuangluan@hisilicon.com \
    --cc=tangkunshan@huawei.com \
    --cc=zhangfei.gao@linaro.org \
    --cc=zhangyi.ac@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox