linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 DT updates for 5.1
@ 2019-02-04  4:31 Andy Gross
  2019-02-04  4:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Andy Gross @ 2019-02-04  4:31 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, Kevin Hilman,
	Olof Johansson, linux-arm-kernel

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-arm64-for-5.1

for you to fetch changes up to 5e8204893f62792ebeed88ae505cf658b216eaa0:

  arm64: dts: sdm845: Add interconnect provider DT nodes (2019-02-01 20:16:27 -0600)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v5.1

* Add MSM8998 RPMCC, I2C, and USB related nodes
* Add MSM8996 rpmpd node
* Fix typo in MSM8996 pin definitions
* Disable MSM8996 VFE smmu to fix security violation
* Add I2C, SPI, rpmcc, uart, and WCN3990 wlan nodes on QCS404
* Enable SDCC1 HS400 support on QCS404
* Add a multitude of nodes on SDM845:
  SD, UFS, USB, LPASS, SCM, QSPI, PDC, DPU, videocc, GPU, RPMh
  bus interconnect, WCN3990 WLAN
* Add gpio ranges to SDM845 TLMM
* Fix regulator load on sdcard on MSM8998-mtp board

----------------------------------------------------------------
Amit Kucheria (1):
      arm64: dts: pms405: Export PMIC temperature to thermal framework

Andy Gross (2):
      Merge tag 'qcom-fixes-for-5.0-rc3' into arm64-for-5.1-2
      Merge branch 'arm64-for-5.1' into arm64-for-5.1-2

Bjorn Andersson (8):
      arm64: dts: qcom: sdm845: Increase address and size cells for soc
      arm64: dts: qcom: sdm845: Extend ranges and describe DMA space
      arm64: dts: qcom: sdm845: Fix lpasscc reg
      arm64: dts: qcom: qcs404: Specify pinctrl state for UART
      arm64: dts: qcom: qcs404: Define remaining UARTs
      arm64: dts: qcom: qcs404: Add QUP I2C and SPI nodes
      arm64: dts: qcom: qcs404: Add rpmcc node
      arm64: dts: qcom: msm8996: Disabled VFE SMMU

Can Guo (1):
      arm64: dts: qcom: sdm845: Add UFS nodes for sdm845-mtp

David Dai (1):
      arm64: dts: sdm845: Add interconnect provider DT nodes

Douglas Anderson (2):
      arm64: dts: qcom: sdm845: Add qspi (quad SPI) node
      arm64: dts: sdm845: Add gpu clock controller node

Evan Green (5):
      arm64: dts: qcom: sdm845: Add SD node
      arm64: dts: qcom: sdm845: Add SD nodes for sdm845-mtp
      arm64: dts: qcom: sdm845: add UFS controller
      arm64: dts: qcom: sdm845: Add USB PHY lane two
      arm64: dts: qcom: sdm845: Add gpio-ranges to TLMM node

Govind Singh (2):
      arm64: dts: qcom: qcs404: Add WCN3990 WLAN module device node
      arm64: dts: sdm845: Add WCN3990 WLAN module device node

Jakob Wuhrer (1):
      arm64: dts: qcom: Correct "gpiio" typo in msm8996-pins

Jeffrey Hugo (3):
      arm64: dts: qcom: msm8998-mtp: Increase load on l21 for sdcard
      arm64: dts: qcom: msm8998: Enumerate i2c controllers
      arm64: dts: qcom: msm8998: Add USB-related nodes

Jeykumar Sankaran (1):
      arm64: dts: qcom: sdm845: Add dpu to sdm845 dts file

Jorge Ramirez-Ortiz (1):
      arm64: dts: qcom: qcs404: sdcc1: enable HS400

Loic Poulain (2):
      arm64: dts: apq8016-sbc: Increase load on l11 for SDCARD
      arm64: dts: qcom: pm8916: Add PON watchdog node

Manu Gautam (1):
      arm64: dts: qcom: sdm845: Fix pcs_misc region address for UNI PHY

Marc Gonzalez (1):
      arm64: dts: qcom: msm8998: Add rpmcc node

Rajendra Nayak (2):
      arm64: dts: msm8996: Add rpmpd device node
      arm64: dts: sdm845: Add rpmh powercontroller node

Sai Prakash Ranjan (1):
      arm64: dts: qcom: sdm845: Remove the duplicate header inclusion

Sibi Sankar (3):
      arm64: dts: qcom: sdm845: Add SCM DT node
      arm64: dts: qcom: sdm845: Add PDC Global reset driver node
      arm64: dts: qcom: sdm845: Add reserve-memory nodes

Srinivas Kandagatla (1):
      arm64: dts: add msm8996 compatible to gicv3

Taniya Das (3):
      arm64: dts: sdm845: Add cpufreq device node
      arm64: dts: sdm845: Add videocc node
      arm64: dts: sdm845: Add lpasscc node

Vivek Gautam (1):
      arm64: dts: sdm845: Add node for arm,mmu-500

 arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi  |   2 +
 arch/arm64/boot/dts/qcom/msm8996-pins.dtsi |   2 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi      |  38 +-
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi  |  24 +
 arch/arm64/boot/dts/qcom/msm8998.dtsi      | 278 ++++++++++
 arch/arm64/boot/dts/qcom/pm8916.dtsi       |   6 +
 arch/arm64/boot/dts/qcom/pms405.dtsi       |  79 +++
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi   |  19 +
 arch/arm64/boot/dts/qcom/qcs404.dtsi       | 359 +++++++++++++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts    |  84 ++-
 arch/arm64/boot/dts/qcom/sdm845.dtsi       | 799 ++++++++++++++++++++++++-----
 11 files changed, 1564 insertions(+), 126 deletions(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Qualcomm Driver updates for 5.1
  2019-02-04  4:31 [GIT PULL] Qualcomm ARM64 DT updates for 5.1 Andy Gross
@ 2019-02-04  4:31 ` Andy Gross
  2019-02-15 17:00   ` Arnd Bergmann
  2019-02-04  4:31 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
  2019-02-15 14:31 ` [GIT PULL] Qualcomm ARM64 DT " Arnd Bergmann
  2 siblings, 1 reply; 8+ messages in thread
From: Andy Gross @ 2019-02-04  4:31 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, Kevin Hilman,
	Olof Johansson, linux-arm-kernel

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-drivers-for-5.1

for you to fetch changes up to 4e2256d31f0f24107c36dae35a1d84dff0fced30:

  soc: qcom: smd-rpm: Add sdm660 compatible (2019-02-01 16:08:58 -0600)

----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v5.1

* Add Qualcomm RPMh power domain driver and related changes
* Fix issues with sleep/wake sets and batch API in RPMh
* Update MAINTAINERS Qualcomm entry
* Fixup RMTFS-mem sysfs and uevents
* Fix error handling in GSBI
* Add SMD-RPM compatible entry for SDM660

----------------------------------------------------------------
Alexey Khoroshilov (1):
      soc: qcom: gsbi: Fix error handling in gsbi_probe()

Amit Kucheria (1):
      MAINTAINERS: update list of qcom drivers

Andy Gross (1):
      Merge tag 'qcom-fixes-for-5.0-rc1' into drivers-for-5.1

Bjorn Andersson (1):
      soc: qcom: rpmpd: Drop family A RPM dependency

Craig Tatlor (1):
      soc: qcom: smd-rpm: Add sdm660 compatible

Evan Green (2):
      soc: qcom: rmtfs-mem: Add class to enable uevents
      soc: qcom: rmtfs-mem: Make sysfs attributes world-readable

Fabio Estevam (1):
      qcom-scm: Include <linux/err.h> header

Rajendra Nayak (8):
      dt-bindings: opp: Introduce opp-level bindings
      OPP: Add support for parsing the 'opp-level' property
      dt-bindings: power: Add qcom rpm power domain driver bindings
      soc: qcom: rpmpd: Add a Power domain driver to model corners
      soc: qcom: rpmpd: Add support for get/set performance state
      soc: qcom: rpmhpd: Add RPMh power domain driver
      soc: qcom: rpmhpd: Mark mx as a parent for cx
      soc: qcom: update config dependencies for QCOM_RPMPD

Raju P.L.S.S.S.N (1):
      drivers: qcom: rpmh: avoid sending sleep/wake sets immediately

Stephen Boyd (1):
      soc: qcom: rpmh: Avoid accessing freed memory from batch API

 Documentation/devicetree/bindings/opp/opp.txt      |   3 +
 .../devicetree/bindings/power/qcom,rpmpd.txt       | 145 ++++++++
 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  |   1 +
 MAINTAINERS                                        |  32 +-
 drivers/opp/core.c                                 |  18 +
 drivers/opp/of.c                                   |   2 +
 drivers/opp/opp.h                                  |   2 +
 drivers/soc/qcom/Kconfig                           |  18 +
 drivers/soc/qcom/Makefile                          |   2 +
 drivers/soc/qcom/qcom_gsbi.c                       |   7 +-
 drivers/soc/qcom/rmtfs_mem.c                       |  32 +-
 drivers/soc/qcom/rpmh.c                            |  37 +-
 drivers/soc/qcom/rpmhpd.c                          | 406 +++++++++++++++++++++
 drivers/soc/qcom/rpmpd.c                           | 315 ++++++++++++++++
 drivers/soc/qcom/smd-rpm.c                         |   1 +
 include/dt-bindings/power/qcom-rpmpd.h             |  39 ++
 include/linux/pm_opp.h                             |   7 +
 include/linux/qcom_scm.h                           |   1 +
 18 files changed, 1036 insertions(+), 32 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/qcom,rpmpd.txt
 create mode 100644 drivers/soc/qcom/rpmhpd.c
 create mode 100644 drivers/soc/qcom/rpmpd.c
 create mode 100644 include/dt-bindings/power/qcom-rpmpd.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] Qualcomm Device Tree updates for 5.1
  2019-02-04  4:31 [GIT PULL] Qualcomm ARM64 DT updates for 5.1 Andy Gross
  2019-02-04  4:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2019-02-04  4:31 ` Andy Gross
  2019-02-15 14:34   ` Arnd Bergmann
  2019-02-15 14:31 ` [GIT PULL] Qualcomm ARM64 DT " Arnd Bergmann
  2 siblings, 1 reply; 8+ messages in thread
From: Andy Gross @ 2019-02-04  4:31 UTC (permalink / raw)
  To: arm
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, Kevin Hilman,
	Olof Johansson, linux-arm-kernel

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(-)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 DT updates for 5.1
  2019-02-04  4:31 [GIT PULL] Qualcomm ARM64 DT updates for 5.1 Andy Gross
  2019-02-04  4:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
  2019-02-04  4:31 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2019-02-15 14:31 ` Arnd Bergmann
  2019-02-15 15:35   ` Arnd Bergmann
  2 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2019-02-15 14:31 UTC (permalink / raw)
  To: Andy Gross
  Cc: linux-arm-msm, Bjorn Andersson, arm-soc, Kevin Hilman,
	Olof Johansson, Linux ARM

On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote:
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v5.1
>
> * Add MSM8998 RPMCC, I2C, and USB related nodes
> * Add MSM8996 rpmpd node
> * Fix typo in MSM8996 pin definitions
> * Disable MSM8996 VFE smmu to fix security violation
> * Add I2C, SPI, rpmcc, uart, and WCN3990 wlan nodes on QCS404
> * Enable SDCC1 HS400 support on QCS404
> * Add a multitude of nodes on SDM845:
>   SD, UFS, USB, LPASS, SCM, QSPI, PDC, DPU, videocc, GPU, RPMh
>   bus interconnect, WCN3990 WLAN
> * Add gpio ranges to SDM845 TLMM
> * Fix regulator load on sdcard on MSM8998-mtp board


Pulled into arm/dt, thanks!

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Qualcomm Device Tree updates for 5.1
  2019-02-04  4:31 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2019-02-15 14:34   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2019-02-15 14:34 UTC (permalink / raw)
  To: Andy Gross
  Cc: linux-arm-msm, Bjorn Andersson, arm-soc, Kevin Hilman,
	Olof Johansson, Linux ARM

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 DT updates for 5.1
  2019-02-15 14:31 ` [GIT PULL] Qualcomm ARM64 DT " Arnd Bergmann
@ 2019-02-15 15:35   ` Arnd Bergmann
  2019-02-15 18:23     ` Andy Gross
  0 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2019-02-15 15:35 UTC (permalink / raw)
  To: Andy Gross
  Cc: linux-arm-msm, Bjorn Andersson, arm-soc, Kevin Hilman,
	Olof Johansson, Linux ARM

On Fri, Feb 15, 2019 at 3:31 PM Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote:
> > ----------------------------------------------------------------
> > Qualcomm ARM64 Updates for v5.1
> >
> > * Add MSM8998 RPMCC, I2C, and USB related nodes
> > * Add MSM8996 rpmpd node
> > * Fix typo in MSM8996 pin definitions
> > * Disable MSM8996 VFE smmu to fix security violation
> > * Add I2C, SPI, rpmcc, uart, and WCN3990 wlan nodes on QCS404
> > * Enable SDCC1 HS400 support on QCS404
> > * Add a multitude of nodes on SDM845:
> >   SD, UFS, USB, LPASS, SCM, QSPI, PDC, DPU, videocc, GPU, RPMh
> >   bus interconnect, WCN3990 WLAN
> > * Add gpio ranges to SDM845 TLMM
> > * Fix regulator load on sdcard on MSM8998-mtp board
>
>
> Pulled into arm/dt, thanks!

I took it out again after running into build breakage:

In file included from ../arch/arm64/boot/dts/qcom/sdm845-mtp.dts:12:
../arch/arm64/boot/dts/qcom/sdm845.dtsi:16:10: fatal error:
dt-bindings/power/qcom-rpmpd.h: No such file or directory
 #include <dt-bindings/power/qcom-rpmpd.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
scripts/Makefile.lib:297: recipe for target
'arch/arm64/boot/dts/qcom/sdm845-mtp.dtb' failed

Please fix and resend.

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Qualcomm Driver updates for 5.1
  2019-02-04  4:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2019-02-15 17:00   ` Arnd Bergmann
  0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2019-02-15 17:00 UTC (permalink / raw)
  To: Andy Gross
  Cc: linux-arm-msm, Bjorn Andersson, arm-soc, Kevin Hilman,
	Olof Johansson, Linux ARM

On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote:
>
> 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-drivers-for-5.1
>
> for you to fetch changes up to 4e2256d31f0f24107c36dae35a1d84dff0fced30:
>
>   soc: qcom: smd-rpm: Add sdm660 compatible (2019-02-01 16:08:58 -0600)
>
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v5.1
>
> * Add Qualcomm RPMh power domain driver and related changes
> * Fix issues with sleep/wake sets and batch API in RPMh
> * Update MAINTAINERS Qualcomm entry
> * Fixup RMTFS-mem sysfs and uevents
> * Fix error handling in GSBI
> * Add SMD-RPM compatible entry for SDM660
>


Pulled into arm/drivers, thanks!

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] Qualcomm ARM64 DT updates for 5.1
  2019-02-15 15:35   ` Arnd Bergmann
@ 2019-02-15 18:23     ` Andy Gross
  0 siblings, 0 replies; 8+ messages in thread
From: Andy Gross @ 2019-02-15 18:23 UTC (permalink / raw)
  To: Arnd Bergmann
  Cc: linux-arm-msm, Bjorn Andersson, arm-soc, Kevin Hilman,
	Olof Johansson, Linux ARM

On Fri, 15 Feb 2019 at 09:36, Arnd Bergmann <arnd@arndb.de> wrote:
>
> On Fri, Feb 15, 2019 at 3:31 PM Arnd Bergmann <arnd@arndb.de> wrote:
> >
> > On Mon, Feb 4, 2019 at 5:31 AM Andy Gross <andy.gross@linaro.org> wrote:
> > > ----------------------------------------------------------------
> > > Qualcomm ARM64 Updates for v5.1
> > >
> > > * Add MSM8998 RPMCC, I2C, and USB related nodes
> > > * Add MSM8996 rpmpd node
> > > * Fix typo in MSM8996 pin definitions
> > > * Disable MSM8996 VFE smmu to fix security violation
> > > * Add I2C, SPI, rpmcc, uart, and WCN3990 wlan nodes on QCS404
> > > * Enable SDCC1 HS400 support on QCS404
> > > * Add a multitude of nodes on SDM845:
> > >   SD, UFS, USB, LPASS, SCM, QSPI, PDC, DPU, videocc, GPU, RPMh
> > >   bus interconnect, WCN3990 WLAN
> > > * Add gpio ranges to SDM845 TLMM
> > > * Fix regulator load on sdcard on MSM8998-mtp board
> >
> >
> > Pulled into arm/dt, thanks!
>
> I took it out again after running into build breakage:
>
> In file included from ../arch/arm64/boot/dts/qcom/sdm845-mtp.dts:12:
> ../arch/arm64/boot/dts/qcom/sdm845.dtsi:16:10: fatal error:
> dt-bindings/power/qcom-rpmpd.h: No such file or directory
>  #include <dt-bindings/power/qcom-rpmpd.h>
>           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> compilation terminated.
> scripts/Makefile.lib:297: recipe for target
> 'arch/arm64/boot/dts/qcom/sdm845-mtp.dtb' failed
>
> Please fix and resend.

I failed to disclose that this depends on the drivers pull request I
sent in.  How would you like to resolve this?


Andy

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-02-15 18:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04  4:31 [GIT PULL] Qualcomm ARM64 DT updates for 5.1 Andy Gross
2019-02-04  4:31 ` [GIT PULL] Qualcomm Driver " Andy Gross
2019-02-15 17:00   ` Arnd Bergmann
2019-02-04  4:31 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2019-02-15 14:34   ` Arnd Bergmann
2019-02-15 14:31 ` [GIT PULL] Qualcomm ARM64 DT " Arnd Bergmann
2019-02-15 15:35   ` Arnd Bergmann
2019-02-15 18:23     ` Andy Gross

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).