mbox series

[GIT,PULL] Qualcomm Device Tree updates for 4.21

Message ID 1543865944-3591-4-git-send-email-andy.gross@linaro.org
State New
Headers show
Series [GIT,PULL] Qualcomm Device Tree updates for 4.21 | expand

Pull-request

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

Message

Andy Gross Dec. 3, 2018, 7:39 p.m. UTC
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-dts-for-4.21

for you to fetch changes up to 972910948fb6f555e83f37bc6172f51984d738a9:

  ARM: dts: qcom: Remove Arrow SD600 eval board (2018-11-28 17:36:41 -0600)

----------------------------------------------------------------
Qualcomm Device Tree Changes for v4.21

* Add entry for Qualcomm TSENS thermal drivers
* Update msm8974 thermal entries
* Fix msm8974 Hammerhead magnetometer gpios
* Add SoC specific compatibles for SDHC nodes
* Remove Arrow SD600 eval board

----------------------------------------------------------------
Amit Kucheria (3):
      MAINTAINERS: Add entry for Qualcomm TSENS thermal drivers
      ARM: dts: msm8974: thermal: split address space into two
      ARM: dts: msm8974: thermal: Add "qcom,sensors" property

Andy Gross (1):
      ARM: dts: qcom: Remove Arrow SD600 eval board

Brian Masney (1):
      ARM: dts: qcom: msm8974-hammerhead: correct gpios property on magnetometer

Douglas Anderson (1):
      ARM: dts: qcom: Add SoC-specific string for sdhci-msm-v4 nodes

 MAINTAINERS                                        |   7 +
 arch/arm/boot/dts/Makefile                         |   1 -
 .../dts/qcom-apq8064-arrow-sd-600eval-pins.dtsi    |  53 ---
 .../arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts | 415 ---------------------
 arch/arm/boot/dts/qcom-apq8084.dtsi                |   4 +-
 .../dts/qcom-msm8974-lge-nexus5-hammerhead.dts     |   3 +-
 arch/arm/boot/dts/qcom-msm8974.dtsi                |  12 +-
 7 files changed, 17 insertions(+), 478 deletions(-)
 delete mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval-pins.dtsi
 delete mode 100644 arch/arm/boot/dts/qcom-apq8064-arrow-sd-600eval.dts

Comments

Olof Johansson Dec. 3, 2018, 9:05 p.m. UTC | #1
On Mon, Dec 03, 2018 at 01:39:04PM -0600, Andy Gross wrote:
> 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-dts-for-4.21
> 
> for you to fetch changes up to 972910948fb6f555e83f37bc6172f51984d738a9:
> 
>   ARM: dts: qcom: Remove Arrow SD600 eval board (2018-11-28 17:36:41 -0600)
> 
> ----------------------------------------------------------------
> Qualcomm Device Tree Changes for v4.21
> 
> * Add entry for Qualcomm TSENS thermal drivers
> * Update msm8974 thermal entries
> * Fix msm8974 Hammerhead magnetometer gpios
> * Add SoC specific compatibles for SDHC nodes
> * Remove Arrow SD600 eval board

Merged, thanks!


-Olof