mbox series

[GIT,PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2

Message ID 1544245994-4228-1-git-send-email-andy.gross@linaro.org (mailing list archive)
State Mainlined, archived
Commit 1504b91c819359b574b55c269c850352260b8d19
Headers show
Series [GIT,PULL] Qualcomm ARM64 DT updates for 4.21 - Part 2 | expand

Pull-request

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

Message

Andy Gross Dec. 8, 2018, 5:13 a.m. UTC
The following changes since commit 70827d9f6bc4f481fafe790dd6654ba568526768:

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

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-2

for you to fetch changes up to 1504b91c819359b574b55c269c850352260b8d19:

  arm64: dts: msm8996: Use dwc3-qcom glue driver for USB (2018-12-07 14:10:56 -0600)

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

* Switch to use dwc3-qcom glue driver on MSM8996
* Fix issue with xo clk name on MSM8998
* Add cooling maps on MSM8916
* Add UART nodes on SDM845
* Add camera subsystem support on MSM8996 and MSM8916

----------------------------------------------------------------
Andy Gross (1):
      arm64: dts: qcom: msm8998: Fixup clock to use xo_board

Manu Gautam (1):
      arm64: dts: msm8996: Use dwc3-qcom glue driver for USB

Matthias Kaehlcke (1):
      arm64: dts: qcom: sdm845: Add UART nodes

Todor Tomov (6):
      arm64: dts: qcom: msm8916: Add IOMMU sub-node for VFE context bank
      arm64: dts: qcom: msm8916: Add CAMSS support
      arm64: dts: qcom: Add Camera Control Interface pinctrls
      arm64: dts: qcom: Add pinctrls for camera sensors
      arm64: dts: qcom: msm8996: Add VFE SMMU node
      arm64: dts: qcom: msm8996: Add CAMSS support

Viresh Kumar (1):
      arm64: dts: msm8916: Add all CPUs in cooling maps

 arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi |   6 +-
 arch/arm64/boot/dts/qcom/msm8916-pins.dtsi   |  76 ++++++++
 arch/arm64/boot/dts/qcom/msm8916.dtsi        |  97 +++++++++-
 arch/arm64/boot/dts/qcom/msm8996-pins.dtsi   | 120 ++++++++++++
 arch/arm64/boot/dts/qcom/msm8996.dtsi        | 162 +++++++++++++++-
 arch/arm64/boot/dts/qcom/msm8998.dtsi        |   3 +-
 arch/arm64/boot/dts/qcom/sdm845.dtsi         | 270 +++++++++++++++++++++++++++
 7 files changed, 725 insertions(+), 9 deletions(-)

Comments

Olof Johansson Dec. 12, 2018, 8:51 p.m. UTC | #1
On Fri, Dec 07, 2018 at 11:13:13PM -0600, Andy Gross wrote:
> The following changes since commit 70827d9f6bc4f481fafe790dd6654ba568526768:
> 
>   arm64: dts: qcom: msm8998: Fix compatible of scm node (2018-11-30 07:59:02 -0600)
> 
> 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-2
> 
> for you to fetch changes up to 1504b91c819359b574b55c269c850352260b8d19:
> 
>   arm64: dts: msm8996: Use dwc3-qcom glue driver for USB (2018-12-07 14:10:56 -0600)
> 
> ----------------------------------------------------------------
> Qualcomm ARM64 Updates for v4.21 Part 2
> 
> * Switch to use dwc3-qcom glue driver on MSM8996
> * Fix issue with xo clk name on MSM8998
> * Add cooling maps on MSM8916
> * Add UART nodes on SDM845
> * Add camera subsystem support on MSM8996 and MSM8916

Merged, thanks.


-Olof