mbox series

[GIT,PULL] Qualcomm Device Tree updates for 4.20

Message ID 1538332682-12018-5-git-send-email-andy.gross@linaro.org (mailing list archive)
State Not Applicable, archived
Delegated to: Andy Gross
Headers show
Series [GIT,PULL] Qualcomm Device Tree updates for 4.20 | expand

Pull-request

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

Message

Andy Gross Sept. 30, 2018, 6:38 p.m. UTC
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(-)

Comments

Arnd Bergmann Oct. 2, 2018, 9:36 a.m. UTC | #1
On Sun, Sep 30, 2018 at 8:38 PM Andy Gross <andy.gross@linaro.org> wrote:
>
> 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

Some of the ipq4019 changes look like important fixes, should
they be applied for linux-4.19 and possibly backported to stable?
If so, please submit them again for the fixes branch.

I also get this one warning (both with and without your patches):

arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dtb: Warning
(graph_endpoint): /soc/mdp@5100000/ports/port@3/endpoint: graph
connection to node '/soc/hdmi-tx@4a00000/ports/port@0/endpoint' is not
bidirectional

Can you have a look and see if it can be fixed in a follow-up?

I pulled this version into next/dt for now, thanks!

      Arnd
Andy Gross Oct. 5, 2018, 2:28 p.m. UTC | #2
On Tue, Oct 02, 2018 at 11:36:11AM +0200, Arnd Bergmann wrote:
> On Sun, Sep 30, 2018 at 8:38 PM Andy Gross <andy.gross@linaro.org> wrote:
> >
> > 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
> 
> Some of the ipq4019 changes look like important fixes, should
> they be applied for linux-4.19 and possibly backported to stable?
> If so, please submit them again for the fixes branch.
> 
> I also get this one warning (both with and without your patches):
> 
> arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dtb: Warning
> (graph_endpoint): /soc/mdp@5100000/ports/port@3/endpoint: graph
> connection to node '/soc/hdmi-tx@4a00000/ports/port@0/endpoint' is not
> bidirectional

We may very well drop the sd600.  It was not distributed in any large numbers,
was only used for development.  I am in the process of determining whether or
not to send the patch removing this entirely.


Andy
Arnd Bergmann Oct. 5, 2018, 2:31 p.m. UTC | #3
On Fri, Oct 5, 2018 at 4:28 PM Andy Gross <andy.gross@linaro.org> wrote:
> On Tue, Oct 02, 2018 at 11:36:11AM +0200, Arnd Bergmann wrote:
> > On Sun, Sep 30, 2018 at 8:38 PM Andy Gross <andy.gross@linaro.org> wrote:
> > I also get this one warning (both with and without your patches):
> >
> > arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dtb: Warning
> > (graph_endpoint): /soc/mdp@5100000/ports/port@3/endpoint: graph
> > connection to node '/soc/hdmi-tx@4a00000/ports/port@0/endpoint' is not
> > bidirectional
>
> We may very well drop the sd600.  It was not distributed in any large numbers,
> was only used for development.  I am in the process of determining whether or
> not to send the patch removing this entirely.

Ok, fair enough, but please send either the removal or a patch to address
the warning before the merge window.

           Arnd
Clément Péron Nov. 29, 2018, 10:10 a.m. UTC | #4
HI Arnd,

On Tue, 2 Oct 2018 at 11:38, Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Sun, Sep 30, 2018 at 8:38 PM Andy Gross <andy.gross@linaro.org> wrote:
> >
> > 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
>
> Some of the ipq4019 changes look like important fixes, should
> they be applied for linux-4.19 and possibly backported to stable?

Just want to point that it has not been backported to 4.19 is it expected ?

Thanks,
Clement

> If so, please submit them again for the fixes branch.
>
> I also get this one warning (both with and without your patches):
>
> arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dtb: Warning
> (graph_endpoint): /soc/mdp@5100000/ports/port@3/endpoint: graph
> connection to node '/soc/hdmi-tx@4a00000/ports/port@0/endpoint' is not
> bidirectional
>
> Can you have a look and see if it can be fixed in a follow-up?
>
> I pulled this version into next/dt for now, thanks!
>
>       Arnd