linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: shawnguo@kernel.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/6] Freescale arm64 device tree updates for 4.17
Date: Thu, 15 Mar 2018 19:36:39 +0800	[thread overview]
Message-ID: <1521113800-16401-5-git-send-email-shawnguo@kernel.org> (raw)
In-Reply-To: <1521113800-16401-1-git-send-email-shawnguo@kernel.org>

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-dt64-4.17

for you to fetch changes up to 4e017f1419397473cf3db6e9fa020013998b1aa4:

  dt-bindings: ifc: Fix the unit address format in the examples (2018-03-12 15:38:49 +0800)

----------------------------------------------------------------
Freescale arm64 device tree updates for 4.17:
 - Move cpu_thermal device out of bus node to fix DTC simple_bus_reg
   warning seen with W=1 switch.
 - Fix IFC child nodes' unit-address to eliminate DTC simple_bus_reg
   warnings.
 - Add a dummy size memory 'reg' property for LS1046A device tree to
   avoid unit_address_vs_reg DTC warning, and the real size will be
   filled by bootloader.
 - Update ls208xa-qds board device tree to fix unit_address_vs_reg
   warnings with DSPI device.
 - Add idle-states for LS1012A and LS1043A, and correct
   arm,psci-suspend-param setting for already added idle-states.
 - DPAA QBMan portal and watchdog device addition.

----------------------------------------------------------------
Fabio Estevam (8):
      arm64: dts: ls1012a: Move cpu_thermal out of bus node
      arm64: dts: ls1043a: Move cpu_thermal out of bus node
      arm64: dts: ls1046a: Move cpu_thermal out of bus node
      arm64: dts: ls1088a: Move cpu_thermal out of bus node
      arm64: dts: ls208xa: Move cpu_thermal out of bus node
      arm64: dts: ls208xa-qds: Pass unit name to dspi child nodes
      arm64: dts: ls208xa-qds: Fix the 'reg' property
      dt-bindings: ifc: Fix the unit address format in the examples

Roy Pledge (1):
      arm64: dts: Add DPAA QBMan portal 9

Shawn Guo (2):
      arm64: dts: fsl: fix ifc simple-bus unit address format warnings
      arm64: dts: ls1046a: add a dummy memory 'reg' property

Yuantian Tang (3):
      arm64: dts: ls1012a: add cpu idle support
      arm64: dts: ls1043a: add cpu idle support
      arm64: dts: fsl: update the cpu idle node

Zhang Ying-22455 (1):
      arm64: dts: ls1088a: add DT node of watchdog

 .../bindings/memory-controllers/fsl/ifc.txt        |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     |  80 +++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     |  83 ++++++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     |  66 +++++-----
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts  |   6 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  |   4 +-
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 134 +++++++++++++++------
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     |   2 +-
 arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi |  14 +--
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     |  98 +++++++--------
 .../boot/dts/freescale/qoriq-bman-portals.dtsi     |   6 +
 .../boot/dts/freescale/qoriq-qman-portals.dtsi     |   7 ++
 16 files changed, 319 insertions(+), 209 deletions(-)

  parent reply	other threads:[~2018-03-15 11:36 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 11:36 [GIT PULL 1/6] i.MX drivers updates for 4.17 Shawn Guo
2018-03-15 11:36 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
2018-03-15 15:12   ` Arnd Bergmann
2018-03-16  0:55     ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 3/6] i.MX device tree updates with new clock " Shawn Guo
2018-03-15 15:03   ` Arnd Bergmann
2018-03-15 11:36 ` [GIT PULL 4/6] i.MX device tree updates " Shawn Guo
2018-03-15 15:08   ` Arnd Bergmann
2018-03-15 16:58     ` Arnd Bergmann
2018-03-15 17:22       ` Fabio Estevam
2018-03-15 18:12         ` Fabio Estevam
2018-03-16  1:30           ` Shawn Guo
2018-03-15 11:36 ` Shawn Guo [this message]
2018-03-15 15:29   ` [GIT PULL 5/6] Freescale arm64 " Arnd Bergmann
2018-03-16  1:56     ` Shawn Guo
2018-03-15 11:36 ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2018-03-15 15:21   ` Arnd Bergmann
2018-03-15 22:48     ` Fabio Estevam
2018-03-15 23:06       ` Fabio Estevam
2018-03-26 11:42   ` [GIT PULL v2 " Shawn Guo
2018-03-27 13:11     ` Arnd Bergmann
2018-03-15 15:25 ` [GIT PULL 1/6] i.MX drivers " Arnd Bergmann
2018-03-16  0:47   ` Shawn Guo
2018-03-16  1:22     ` Anson Huang

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=1521113800-16401-5-git-send-email-shawnguo@kernel.org \
    --to=shawnguo@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).