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.19
Date: Sat, 21 Jul 2018 10:37:50 +0800	[thread overview]
Message-ID: <1532140671-2869-2-git-send-email-shawnguo@kernel.org> (raw)
In-Reply-To: <1532140671-2869-1-git-send-email-shawnguo@kernel.org>

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

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

for you to fetch changes up to 346f5976cc3200896d5fb873412a4fe9c0fc611e:

  arm64: dts: freescale: Add missing cooling device properties for CPUs (2018-07-03 15:01:09 +0800)

----------------------------------------------------------------
Freescale arm64 device tree update for 4.19:
 - Update device tree sources to use SPDX identifiers for license.
 - Add cooling device property '#cooling-cells' for all CPUs of
   a cluster.

----------------------------------------------------------------
Li Yang (1):
      arm64: dts: freescale: Update to use SPDX identifiers

Viresh Kumar (1):
      arm64: dts: freescale: Add missing cooling device properties for CPUs

 arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dts | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1012a-qds.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1012a-rdb.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi     | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1043-post.dtsi |  3 +-
 arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts  | 39 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dts  | 39 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi     | 44 +++-------------------
 arch/arm64/boot/dts/freescale/fsl-ls1046-post.dtsi |  2 +-
 arch/arm64/boot/dts/freescale/fsl-ls1046a-qds.dts  | 39 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1046a-rdb.dts  | 39 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi     | 42 ++-------------------
 arch/arm64/boot/dts/freescale/fsl-ls1088a-qds.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi     | 44 ++++------------------
 arch/arm64/boot/dts/freescale/fsl-ls2080a-qds.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls2080a-rdb.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls2080a-simu.dts | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi     | 42 +++------------------
 arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls2088a-rdb.dts  | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi     | 42 +++------------------
 arch/arm64/boot/dts/freescale/fsl-ls208xa-qds.dtsi | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls208xa-rdb.dtsi | 38 +------------------
 arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi     | 38 +------------------
 .../boot/dts/freescale/qoriq-bman-portals.dtsi     |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-10g-0.dtsi    |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-10g-1.dtsi    |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-1g-0.dtsi     |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-1g-1.dtsi     |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-1g-2.dtsi     |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-1g-3.dtsi     |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-1g-4.dtsi     |  2 +-
 .../boot/dts/freescale/qoriq-fman3-0-1g-5.dtsi     |  2 +-
 arch/arm64/boot/dts/freescale/qoriq-fman3-0.dtsi   |  2 +-
 .../boot/dts/freescale/qoriq-qman-portals.dtsi     |  2 +-
 36 files changed, 57 insertions(+), 872 deletions(-)

  reply	other threads:[~2018-07-21  2:37 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-21  2:32 [GIT PULL 1/6] i.MX drivers updates for 4.19 Shawn Guo
2018-07-21  2:32 ` [GIT PULL 2/6] i.MX SoC changes " Shawn Guo
2018-07-21 21:21   ` Olof Johansson
2018-07-21  2:32 ` [GIT PULL 3/6] i.MX DT updates with clock dependency " Shawn Guo
2018-07-21 21:55   ` Olof Johansson
2018-07-21  2:37 ` [GIT PULL 4/6] i.MX device tree updates " Shawn Guo
2018-07-21  2:37   ` Shawn Guo [this message]
2018-07-21 21:56     ` [GIT PULL 5/6] Freescale arm64 " Olof Johansson
2018-07-21  2:37   ` [GIT PULL 6/6] i.MX defconfig " Shawn Guo
2018-07-21 21:57     ` Olof Johansson
2018-07-28 10:32       ` Shawn Guo
2018-07-21 21:56   ` [GIT PULL 4/6] i.MX device tree " Olof Johansson
2018-07-21 22:05 ` [GIT PULL 1/6] i.MX drivers " 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=1532140671-2869-2-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).