linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 DT updates for 5.3
@ 2019-06-20  5:01 Andy Gross
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Andy Gross @ 2019-06-20  5:01 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 a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.3

for you to fetch changes up to 2410fd450c09a126aefefc9106b4652285b5d60f:

  arm64: dts: qcom: qcs404-evb: fix vdd_apc supply (2019-06-19 23:50:52 -0500)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v5.3

* Switch to use second gen PON on PM8998
* Add PSCI cupidle states for MSM8996, MSM8998,and SDM845
* Add MSM8996 UFS phy reset controller
* Add propre cpu capacity scaling on MSM8996
* Fixups for APR domain, legacy clocks, and PSCI entry latency on MSM8996
* Enable SMMUs on MSM8996
* Add Dragonboard 845C
* Add Q6V5, GPU, GMU, and AOSS QMP node on SDM845
* Fixup CPU topology on SDM845
* Change USB1 to be peripheral on SDM845 MTP
* Add PCIe Phy, RC nodes, ANOC1 SMMU, and RPMPD node on MSM8998
* Update coresight bindings for MSM8916
* Update idle state names and entry-method on MSM8916
* Add PCIe, RPMPD, LPASS, Q6, TCSR, TuringCC, PSCI cpuidle states,
  and CDSP on QCS404
* Add reset-cells property to QCS404 GCC node
* Fixup s3 max voltage, l3 min voltage, drive strength typo, and
  s3 supply definition on QCS404-evb
* Fixup ADC outputs and VADC calibration on PMS405

----------------------------------------------------------------
Amit Kucheria (8):
      arm64: dts: sdm845: Fix up CPU topology
      arm64: dts: qcom: pms405: calibrate the VADC correctly
      arm64: dts: qcom: pms405: Rename adc outputs as per schematics
      arm64: dts: qcom: msm8916: Add entry-method property for the idle-states node
      arm64: dts: qcom: msm8916: Use more generic idle state names
      arm64: dts: qcom: msm8996: Add PSCI cpuidle low power states
      arm64: dts: msm8996: Add proper capacity scaling for the cpus
      arm64: dts: qcom: msm8998: Add PSCI cpuidle low power states

Andy Gross (1):
      arm64: dts: qcom-qcs404: Add reset-cells to GCC node

Bjorn Andersson (14):
      arm64: dts: qcom: sdm845-mtp: Make USB1 peripheral
      arm64: dts: qcom: qcs404: Add turingcc node
      arm64: dts: qcom: qcs404-evb: Mark CDSP clocks protected
      arm64: dts: qcom: qcs404: Add TCSR node
      arm64: dts: qcom: qcs404: Fully describe the CDSP
      arm64: dts: qcom: qcs404: Move lpass and q6 into soc
      arm64: dts: qcom: qcs404: Add rpmpd node
      arm64: dts: qcom: Add AOSS QMP node
      arm64: dts: qcom: msm8996: Stop using legacy clock names
      arm64: dts: qcom: qcs404: Add PCIe related nodes
      arm64: dts: qcom: qcs404-evb: Enable PCIe
      arm64: dts: qcom: Add Dragonboard 845c
      arm64: dts: qcom: msm8996: Correct apr-domain property
      arm64: dts: qcom: msm8996: Enable SMMUs

Evan Green (1):
      arm64: dts: msm8996: Add UFS PHY reset controller

John Stultz (1):
      arm64: dts: qcom: pm8998: Use qcom,pm8998-pon binding for second gen pon

Jordan Crouse (2):
      arm64: dts: sdm845: Add gpu and gmu device nodes
      arm64: dts: sdm845: Add zap shader region for GPU

Jorge Ramirez-Ortiz (1):
      arm64: dts: qcom: qcs404-evb: fix vdd_apc supply

Leo Yan (1):
      arm64: dts: qcom-msm8916: Update coresight DT bindings

Marc Gonzalez (2):
      arm64: dts: qcom: msm8998: Add ANOC1 SMMU node
      arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes

Niklas Cassel (4):
      arm64: dts: qcom: qcs404-evb: fix l3 min voltage
      arm64: dts: qcom: qcs404-evb: increase s3 max voltage
      arm64: dts: qcom: qcs404: Add PSCI cpuidle low power states
      arm64: dts: msm8996: fix PSCI entry-latency-us

Raju P.L.S.S.S.N (1):
      arm64: dts: qcom: sdm845: Add PSCI cpuidle low power states

Sibi Sankar (2):
      arm64: dts: qcom: msm8998: Add rpmpd node
      arm64: dts: qcom: sdm845: Add Q6V5 MSS node

Vinod Koul (1):
      arm64: dts: qcom: qcs404-evb: Fix typo

 arch/arm64/boot/dts/qcom/Makefile          |   1 +
 arch/arm64/boot/dts/qcom/msm8916.dtsi      |  17 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi      |  59 +--
 arch/arm64/boot/dts/qcom/msm8998.dtsi      | 185 ++++++++++
 arch/arm64/boot/dts/qcom/pm8998.dtsi       |   2 +-
 arch/arm64/boot/dts/qcom/pms405.dtsi       |  20 +-
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi   |  43 ++-
 arch/arm64/boot/dts/qcom/qcs404.dtsi       | 364 ++++++++++++++-----
 arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 557 +++++++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts    |   4 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi       | 283 ++++++++++++++-
 11 files changed, 1393 insertions(+), 142 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/sdm845-db845c.dts

_______________________________________________
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 Defconfig updates for 5.3
  2019-06-20  5:01 [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Andy Gross
@ 2019-06-20  5:01 ` Andy Gross
  2019-06-25 12:13   ` Olof Johansson
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Driver " Andy Gross
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Andy Gross @ 2019-06-20  5:01 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 a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-defconfig-for-5.3

for you to fetch changes up to 817bbbb7749decb99262dc3bb1569a579eea5ba8:

  ARM: qcom_defconfig: add support for USB networking (2019-06-16 11:31:50 -0700)

----------------------------------------------------------------
Qualcomm ARM Based defconfig Updates for v5.3

* Add support for USB networking
* Add support for display related options

----------------------------------------------------------------
Brian Masney (2):
      ARM: qcom_defconfig: add display-related options
      ARM: qcom_defconfig: add support for USB networking

 arch/arm/configs/qcom_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

_______________________________________________
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.3
  2019-06-20  5:01 [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Andy Gross
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
@ 2019-06-20  5:01 ` Andy Gross
  2019-06-25 12:40   ` Olof Johansson
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
  2019-06-25 11:31 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson
  3 siblings, 1 reply; 8+ messages in thread
From: Andy Gross @ 2019-06-20  5:01 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 a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-5.3

for you to fetch changes up to e1068c32c1d413eaf8818ac10497817af9d2f231:

  soc: qcom: geni: Add support for ACPI (2019-06-19 01:03:24 -0500)

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

* Add ACPI support to Qualcomm GENI SE
* Update Qualcomm Maintainers entry to remove David Brown as maintainer and
  fixup typos and incorrect DT file entry
* Fixup APR domain id usage and making callbacks in non-atomic context
* Add AOSS QMP driver and bindings
* Add power domains for MSM8998 and QCS404 in QCOM RPMPD
* Add corner macros, max state support, and fixups for setting performance state
  for Qcom RPMPD

----------------------------------------------------------------
Amit Kucheria (1):
      MAINTAINERS: fix typo in file name

Bjorn Andersson (6):
      soc: qcom: rpmpd: Modify corner defining macros
      dt-bindings: power: Add rpm power domain bindings for qcs404
      soc: qcom: rpmpd: Add QCS404 power-domains
      dt-bindings: soc: qcom: Add AOSS QMP binding
      soc: qcom: Add AOSS QMP driver
      soc: qcom: apr: Don't use reg for domain id

David Brown (1):
      MAINTAINERS: Remove myself as qcom maintainer

Lee Jones (1):
      soc: qcom: geni: Add support for ACPI

Randy Dunlap (1):
      soc: qcom: fix QCOM_AOSS_QMP dependency and build errors

Sibi Sankar (4):
      soc: qcom: rpmpd: fixup rpmpd set performance state
      soc: qcom: rpmpd: Add support to set rpmpd state to max
      dt-bindings: power: Add rpm power domain bindings for msm8998
      soc: qcom: rpmpd: Add MSM8998 power-domains

Srinivas Kandagatla (1):
      qcom: apr: Make apr callbacks in non-atomic context

Vinod Koul (1):
      MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file

 .../devicetree/bindings/power/qcom,rpmpd.txt       |   2 +
 .../devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt |  81 ++++
 .../devicetree/bindings/soc/qcom/qcom,apr.txt      |   6 +-
 MAINTAINERS                                        |   5 +-
 drivers/soc/qcom/Kconfig                           |  12 +
 drivers/soc/qcom/Makefile                          |   1 +
 drivers/soc/qcom/apr.c                             |  76 +++-
 drivers/soc/qcom/qcom-geni-se.c                    |  21 +-
 drivers/soc/qcom/qcom_aoss.c                       | 480 +++++++++++++++++++++
 drivers/soc/qcom/rpmpd.c                           | 134 ++++--
 include/dt-bindings/power/qcom-aoss-qmp.h          |  14 +
 include/dt-bindings/power/qcom-rpmpd.h             |  34 ++
 12 files changed, 824 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.txt
 create mode 100644 drivers/soc/qcom/qcom_aoss.c
 create mode 100644 include/dt-bindings/power/qcom-aoss-qmp.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.3
  2019-06-20  5:01 [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Andy Gross
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2019-06-20  5:01 ` Andy Gross
  2019-06-25 11:32   ` Olof Johansson
  2019-06-25 11:31 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson
  3 siblings, 1 reply; 8+ messages in thread
From: Andy Gross @ 2019-06-20  5:01 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 a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the git repository at:

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

for you to fetch changes up to 489bacb29818865d2db63d4800f4ddff56929031:

  ARM: dts: qcom: msm8974-hammerhead: add support for display (2019-06-16 11:27:45 -0700)

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

* Add display support to MSM8974
* Add display, backlight, and touchscreen support to MSM8974 Hammerhead
* Update coresight bindings for MSM8974 and APQ8064

----------------------------------------------------------------
Brian Masney (3):
      ARM: dts: qcom: msm8974-hammerhead: add support for backlight
      ARM: dts: msm8974: add display support
      ARM: dts: qcom: msm8974-hammerhead: add support for display

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

Leo Yan (2):
      ARM: dts: qcom-apq8064: Update coresight DT bindings
      ARM: dts: qcom-msm8974: Update coresight DT bindings

 arch/arm/boot/dts/qcom-apq8064.dtsi                |   4 +-
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     | 156 +++++++++++++++++++++
 arch/arm/boot/dts/qcom-msm8974.dtsi                | 138 +++++++++++++++++-
 3 files changed, 293 insertions(+), 5 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.3
  2019-06-20  5:01 [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Andy Gross
                   ` (2 preceding siblings ...)
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2019-06-25 11:31 ` Olof Johansson
  3 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-06-25 11:31 UTC (permalink / raw)
  To: Andy Gross
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, arm, Kevin Hilman,
	linux-arm-kernel

On Thu, Jun 20, 2019 at 12:01:48AM -0500, Andy Gross wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-for-5.3
> 
> for you to fetch changes up to 2410fd450c09a126aefefc9106b4652285b5d60f:
> 
>   arm64: dts: qcom: qcs404-evb: fix vdd_apc supply (2019-06-19 23:50:52 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v5.3
> 
> * Switch to use second gen PON on PM8998
> * Add PSCI cupidle states for MSM8996, MSM8998,and SDM845
> * Add MSM8996 UFS phy reset controller
> * Add propre cpu capacity scaling on MSM8996
> * Fixups for APR domain, legacy clocks, and PSCI entry latency on MSM8996
> * Enable SMMUs on MSM8996
> * Add Dragonboard 845C
> * Add Q6V5, GPU, GMU, and AOSS QMP node on SDM845
> * Fixup CPU topology on SDM845
> * Change USB1 to be peripheral on SDM845 MTP
> * Add PCIe Phy, RC nodes, ANOC1 SMMU, and RPMPD node on MSM8998
> * Update coresight bindings for MSM8916
> * Update idle state names and entry-method on MSM8916
> * Add PCIe, RPMPD, LPASS, Q6, TCSR, TuringCC, PSCI cpuidle states,
>   and CDSP on QCS404
> * Add reset-cells property to QCS404 GCC node
> * Fixup s3 max voltage, l3 min voltage, drive strength typo, and
>   s3 supply definition on QCS404-evb
> * Fixup ADC outputs and VADC calibration on PMS405

Merged, thanks!


-Olof

_______________________________________________
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.3
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
@ 2019-06-25 11:32   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-06-25 11:32 UTC (permalink / raw)
  To: Andy Gross
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, arm, Kevin Hilman,
	linux-arm-kernel

On Thu, Jun 20, 2019 at 12:01:51AM -0500, Andy Gross wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-dts-for-5.3
> 
> for you to fetch changes up to 489bacb29818865d2db63d4800f4ddff56929031:
> 
>   ARM: dts: qcom: msm8974-hammerhead: add support for display (2019-06-16 11:27:45 -0700)
> 
> ----------------------------------------------------------------
> Qualcomm Device Tree Changes for v5.3
> 
> * Add display support to MSM8974
> * Add display, backlight, and touchscreen support to MSM8974 Hammerhead
> * Update coresight bindings for MSM8974 and APQ8064
> 
> ----------------------------------------------------------------
> Brian Masney (3):
>       ARM: dts: qcom: msm8974-hammerhead: add support for backlight
>       ARM: dts: msm8974: add display support
>       ARM: dts: qcom: msm8974-hammerhead: add support for display
> 
> Jonathan Marek (1):
>       ARM: dts: qcom: msm8974-hammerhead: add touchscreen support
> 
> Leo Yan (2):
>       ARM: dts: qcom-apq8064: Update coresight DT bindings
>       ARM: dts: qcom-msm8974: Update coresight DT bindings

Merged, thanks!


-Olof

_______________________________________________
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 Defconfig updates for 5.3
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
@ 2019-06-25 12:13   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-06-25 12:13 UTC (permalink / raw)
  To: Andy Gross
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, arm, Kevin Hilman,
	linux-arm-kernel

On Thu, Jun 20, 2019 at 12:01:49AM -0500, Andy Gross wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-defconfig-for-5.3
> 
> for you to fetch changes up to 817bbbb7749decb99262dc3bb1569a579eea5ba8:
> 
>   ARM: qcom_defconfig: add support for USB networking (2019-06-16 11:31:50 -0700)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based defconfig Updates for v5.3
> 
> * Add support for USB networking
> * Add support for display related options

Merged, thanks!


-Olof

_______________________________________________
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.3
  2019-06-20  5:01 ` [GIT PULL] Qualcomm Driver " Andy Gross
@ 2019-06-25 12:40   ` Olof Johansson
  0 siblings, 0 replies; 8+ messages in thread
From: Olof Johansson @ 2019-06-25 12:40 UTC (permalink / raw)
  To: Andy Gross
  Cc: Arnd Bergmann, linux-arm-msm, Bjorn Andersson, arm, Kevin Hilman,
	linux-arm-kernel

On Thu, Jun 20, 2019 at 12:01:50AM -0500, Andy Gross wrote:
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-5.3
> 
> for you to fetch changes up to e1068c32c1d413eaf8818ac10497817af9d2f231:
> 
>   soc: qcom: geni: Add support for ACPI (2019-06-19 01:03:24 -0500)
> 
> ----------------------------------------------------------------
> Qualcomm ARM Based Driver Updates for v5.3
> 
> * Add ACPI support to Qualcomm GENI SE
> * Update Qualcomm Maintainers entry to remove David Brown as maintainer and
>   fixup typos and incorrect DT file entry
> * Fixup APR domain id usage and making callbacks in non-atomic context
> * Add AOSS QMP driver and bindings
> * Add power domains for MSM8998 and QCS404 in QCOM RPMPD
> * Add corner macros, max state support, and fixups for setting performance state
>   for Qcom RPMPD

Merged, thanks!


-Olof

_______________________________________________
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-06-25 13:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20  5:01 [GIT PULL] Qualcomm ARM64 DT updates for 5.3 Andy Gross
2019-06-20  5:01 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
2019-06-25 12:13   ` Olof Johansson
2019-06-20  5:01 ` [GIT PULL] Qualcomm Driver " Andy Gross
2019-06-25 12:40   ` Olof Johansson
2019-06-20  5:01 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2019-06-25 11:32   ` Olof Johansson
2019-06-25 11:31 ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson

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