Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
From: Andy Gross <andy.gross@linaro.org>
To: arm@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-arm-msm@vger.kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Qualcomm ARM64 DT updates for 4.21
Date: Mon,  3 Dec 2018 13:39:02 -0600	[thread overview]
Message-ID: <1543865944-3591-2-git-send-email-andy.gross@linaro.org> (raw)
In-Reply-To: <1543865944-3591-1-git-send-email-andy.gross@linaro.org>

The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a:

  Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to 70827d9f6bc4f481fafe790dd6654ba568526768:

  arm64: dts: qcom: msm8998: Fix compatible of scm node (2018-11-30 07:59:02 -0600)

----------------------------------------------------------------
Qualcomm ARM64 Updates for v4.21

* Add QCS404 base platform and nodes
* Add QCS404 EVB boards
* Add external SD and dependencies for MSM8998-mtp
* Add default scm compatible for MSM8998
* Fix XO clk name on MSM8998
* Add prng-ee nodes for SDM845 and MSM8996
* Add ADC die temp node for pm8998
* Fix documentation on QCOM ADC sample

----------------------------------------------------------------
Amit Kucheria (5):
      arm64: dts: msm8916: thermal: split address space into two
      arm64: dts: msm8916: thermal: Add "qcom,sensors" property
      arm64: dts: msm8916: Add gpu thermal zone
      arm64: dts: msm8916: Add camera thermal zone
      arm64: dts: sdm845: enable tsens thermal zones

Andy Gross (4):
      Merge tag 'qcom-fixes-for-4.20-rc1' into arm64-for-4.21
      Merge tag 'qcom-fixes-for-4.20-rc1' into arm64-for-4.21-3
      Merge branch 'arm64-for-4.21' into arm64-for-4.21-3
      Merge branch 'qcs404-topic-revised' into arm64-for-4.21-3

Bjorn Andersson (10):
      arm64: dts: sdm845-mtp: Reserve reserved gpios
      arm64: dts: qcom: msm8998: Reserve gpio ranges on MTP
      arm64: dts: qcom: qcs404: Add reserved-memory regions
      arm64: dts: qcom: qcs404: Add RPM GLINK related nodes
      arm64: dts: qcom: qcs404: Add PMS405 RPM regulators
      arm64: dts: qcom: qcs404: Add TLMM pinctrl node
      arm64: dts: qcom: qcs404: Add sdcc1 node
      arm64: dts: qcom: qcs404: Add scm firmware node
      arm64: dts: qcom: qcs404: Add remoteproc nodes
      arm64: dts: qcom: msm8998: Fix compatible of scm node

Jeffrey Hugo (4):
      arm64: dts: qcom: msm8998: correct xo clock name
      arm64: dts: qcom: msm8998: Add SDCC2
      arm64: dts: qcom: msm8998-mtp: Add external SD
      arm64: dts: qcom: msm8998: Add SDC2 control pins

Matthias Kaehlcke (2):
      dt-bindings: iio: vadc: Add unit address to ADC channel node in example
      arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC

Vinod Koul (13):
      arm64: dts: msm8996: add prng-ee node
      arm64: dts: sdm845: add prng-ee node
      arm64: dts: qcom: qcs404: add base dts files
      arm64: dts: qcom: qcs404-evb: add dts files for EVBs
      arm64: dts: qcom: qcs404: add smp2p nodes
      arm64: dts: qcom: pms405: add spmi node
      arm64: dts: qcom: qcs404: add spmi node
      arm64: dts: qcom: pms405: add rtc node
      arm64: dts: qcom: pms405: add gpios
      arm64: dts: qcom: qcs404: add prng-ee node
      arm64: dts: qcom: qcs404: Add BAM DMA node
      arm64: dts: qcom: qcs404: Use BAM DMA for serial uart2
      arm64: dts: qcom: pms405: Add pon and pwrkey nodes

 .../devicetree/bindings/iio/adc/qcom,spmi-vadc.txt |   6 +-
 arch/arm64/boot/dts/qcom/Makefile                  |   2 +
 arch/arm64/boot/dts/qcom/msm8916.dtsi              |  47 +-
 arch/arm64/boot/dts/qcom/msm8996.dtsi              |   7 +
 arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi          |  16 +
 arch/arm64/boot/dts/qcom/msm8998-pins.dtsi         |  78 ++++
 arch/arm64/boot/dts/qcom/msm8998.dtsi              |  24 +-
 arch/arm64/boot/dts/qcom/pm8998.dtsi               |   5 +
 arch/arm64/boot/dts/qcom/pms405.dtsi               |  55 +++
 arch/arm64/boot/dts/qcom/qcs404-evb-1000.dts       |  11 +
 arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts       |  11 +
 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi           | 188 ++++++++
 arch/arm64/boot/dts/qcom/qcs404.dtsi               | 490 +++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sdm845-mtp.dts            |   4 +
 arch/arm64/boot/dts/qcom/sdm845.dtsi               | 178 ++++++++
 15 files changed, 1117 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/boot/dts/qcom/msm8998-pins.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/pms405.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/qcs404-evb-1000.dts
 create mode 100644 arch/arm64/boot/dts/qcom/qcs404-evb-4000.dts
 create mode 100644 arch/arm64/boot/dts/qcom/qcs404-evb.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/qcs404.dtsi

  reply	other threads:[~2018-12-03 19:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03 19:39 [GIT PULL] Qualcomm ARM64 Defconfig updates for 4.21 Andy Gross
2018-12-03 19:39 ` Andy Gross [this message]
2018-12-03 21:04   ` [GIT PULL] Qualcomm ARM64 DT " Olof Johansson
2018-12-03 19:39 ` [GIT PULL] Qualcomm Driver " Andy Gross
2018-12-03 21:11   ` Olof Johansson
2018-12-03 19:39 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2018-12-03 21:05   ` Olof Johansson
2018-12-03 21:03 ` [GIT PULL] Qualcomm ARM64 Defconfig " Olof Johansson

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=1543865944-3591-2-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=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@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