linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andy Gross <andy.gross@linaro.org>
To: arm@kernel.org
Cc: Kevin Hilman <khilman@baylibre.com>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Doug Anderson <dianders@chromium.org>,
	Bjorn Andersson <bjorn.andersson@linaro.org>
Subject: [GIT PULL] Qualcomm Device Tree updates for 4.20
Date: Sun, 30 Sep 2018 13:38:02 -0500	[thread overview]
Message-ID: <1538332682-12018-5-git-send-email-andy.gross@linaro.org> (raw)
In-Reply-To: <1538332682-12018-1-git-send-email-andy.gross@linaro.org>

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-dts-for-4.20

for you to fetch changes up to ca02f96b95ca1a50344e7e2a7bb43fbb825aa3a2:

  ARM: dts: qcom: Update coresight bindings for hardware ports (2018-09-30 13:14:05 -0500)

----------------------------------------------------------------
Qualcomm Device Tree Changes for v4.20

* Fix IRQ constants usage on MSM8974
* Add led, gpio-button, sdcc, and pcie nodes for IPQ8064
* Move/cleanup common nodes for IPQ8064
* Add i2c sensor nodes for MSM8974 Hammerhead
* Fixes for SAW, kpss, opp, pci range, and space/tab on IPQ4019
* Update coresight bindings

----------------------------------------------------------------
Brian Masney (3):
      ARM: dts: qcom: msm8974-hammerhead: add device tree bindings for mpu6515
      ARM: dts: qcom: msm8974-hammerhead: add device tree bindings for ALS / proximity
      ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value

Christian Lamparter (1):
      ARM: dts: qcom: ipq4019: fix cpu0's qcom,saw2 reg value

Frank Rowand (6):
      ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_PPI
      ARM: dts: qcom-msm8974: use named constant for interrupt type GIC_SPI
      ARM: dts: qcom-msm8974: use named constant for interrupt flag EDGE RISING
      ARM: dts: qcom-msm8974: use named constant for interrupt flag LEVEL HIGH
      ARM: dts: qcom-msm8974: use named constant for interrupt flag NONE
      ARM: dts: qcom-msm8974: change invalid flag IRQ NONE to valid value

John Crispin (1):
      ARM: dts: qcom: ipq4019: fix space vs tab indenting inside qcom-ipq4019.dtsi

Mathias Kresin (1):
      ARM: dts: qcom: ipq4019: fix PCI range

Matthew McClintock (2):
      ARM: dts: qcom: ipq4019: use v2 of the kpss bringup mechanism
      ARM: dts: qcom: ipq4019: add cpu operating points for cpufreq support

Sricharan R (4):
      ARM: dts: qcom: Add pcie nodes for ipq8064
      ARM: dts: qcom: Add sdcc nodes for ipq8064
      ARM: dts: qcom: Move common nodes to ipq8064-v.1.0.dtsi
      ARM: dts: qcom: Add led and gpio-button nodes to ipq8064 boards

Suzuki K Poulose (1):
      ARM: dts: qcom: Update coresight bindings for hardware ports

 arch/arm/boot/dts/qcom-apq8064.dtsi                |  71 ++---
 arch/arm/boot/dts/qcom-ipq4019.dtsi                | 143 ++++++-----
 arch/arm/boot/dts/qcom-ipq8064-ap148.dts           |  83 +-----
 arch/arm/boot/dts/qcom-ipq8064-v1.0.dtsi           | 125 +++++++++
 arch/arm/boot/dts/qcom-ipq8064.dtsi                | 286 +++++++++++++++++++++
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |  83 ++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi                | 198 ++++++++------
 7 files changed, 731 insertions(+), 258 deletions(-)

  parent reply	other threads:[~2018-09-30 18:38 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-30 18:37 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.20 Andy Gross
2018-09-30 18:37 ` [GIT PULL] Qualcomm ARM64 DT " Andy Gross
2018-10-02  9:30   ` Arnd Bergmann
2018-10-05 14:29     ` Andy Gross
2018-10-25  5:25       ` Amit Kucheria
2018-10-25 16:08         ` Andy Gross
2018-10-28 17:54           ` Amit Kucheria
2018-11-07  6:15             ` Amit Kucheria
2018-09-30 18:38 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
2018-10-01 15:59   ` Arnd Bergmann
2018-09-30 18:38 ` [GIT PULL] Qualcomm Driver " Andy Gross
2018-10-02  8:14   ` Arnd Bergmann
2018-09-30 18:38 ` Andy Gross [this message]
2018-10-02  9:36   ` [GIT PULL] Qualcomm Device Tree " Arnd Bergmann
2018-10-05 14:28     ` Andy Gross
2018-10-05 14:31       ` Arnd Bergmann
2018-11-29 10:10     ` Clément Péron
2018-10-01 16:00 ` [GIT PULL] Qualcomm ARM64 Defconfig " Arnd Bergmann

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=1538332682-12018-5-git-send-email-andy.gross@linaro.org \
    --to=andy.gross@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bjorn.andersson@linaro.org \
    --cc=dianders@chromium.org \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=olof@lixom.net \
    /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).