mbox series

[GIT,PULL] Qualcomm Device Tree updates for 5.1

Message ID 1549254680-1282-3-git-send-email-andy.gross@linaro.org (mailing list archive)
State Mainlined, archived
Commit 40122db87778970c96062c9f49b42cdf6809bf94
Headers show
Series [GIT,PULL] Qualcomm Device Tree updates for 5.1 | expand

Pull-request

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

Message

Andy Gross Feb. 4, 2019, 4:31 a.m. UTC
The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to 40122db87778970c96062c9f49b42cdf6809bf94:

  ARM: dts: ipq4019: Remove skeleton.dtsi (2019-01-22 15:04:51 -0600)

----------------------------------------------------------------
Qualcomm Device Tree Changes for v5.1

* Fixup GIC IRQ flags and GSBI state on MSM8660
* Add USB OTG, gpio ranges, and Wifi support on MSM8974 Hammerhead
* Remove skeleton.dtsi on IPQ4019

----------------------------------------------------------------
Brian Masney (2):
      ARM: dts: qcom: msm8974: add gpio-ranges
      ARM: dts: qcom: msm8974-hammerhead: add USB OTG support

Jonathan Marek (1):
      ARM: dts: qcom: msm8974-hammerhead: add WiFi support

Linus Walleij (2):
      ARM: dts: msm8660: Mark two GSBI blocks "disabled"
      ARM: dts: msm8660: Fix up GIC IRQ flags

Robert Marko (1):
      ARM: dts: ipq4019: Remove skeleton.dtsi

 arch/arm/boot/dts/qcom-ipq4019.dtsi                |   4 +-
 arch/arm/boot/dts/qcom-msm8660.dtsi                |  16 +--
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     | 130 +++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi                |  11 ++
 arch/arm/boot/dts/qcom-pm8941.dtsi                 |   1 +
 5 files changed, 154 insertions(+), 8 deletions(-)

Comments

Arnd Bergmann Feb. 15, 2019, 2:34 p.m. UTC | #1
On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote:
> Qualcomm Device Tree Changes for v5.1
>
> * Fixup GIC IRQ flags and GSBI state on MSM8660
> * Add USB OTG, gpio ranges, and Wifi support on MSM8974 Hammerhead
> * Remove skeleton.dtsi on IPQ4019

Pulled into arm/dt, thanks!

The skeleton.dtsi removal was already there, and I had to resolve a trivial
whitespace conflict here.

     Arnd