From: Andy Gross <agross@kernel.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 5.5
Date: Wed, 6 Nov 2019 13:33:57 -0600 [thread overview]
Message-ID: <1573068840-13098-2-git-send-email-agross@kernel.org> (raw)
In-Reply-To: <1573068840-13098-1-git-send-email-agross@kernel.org>
Arnd, Olof, and Kevin,
I have one slight faux paux in this pull request. A drivers: soc change got
into my arm64 DTS branch and while it is innocuous, it wasn't easy to fix
without messing up a lot of people who depend on the SHAs not changing. So I'm
sorry for this inclusion. I'll scrub this better next time.
Andy
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -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.5
for you to fetch changes up to 915603b106164f966ebc027de96e54011885bdf4:
arm64: dts: qcom: db845c: Enable LVS 1 and 2 (2019-11-03 20:49:00 -0800)
----------------------------------------------------------------
Qualcomm ARM64 Updates for v5.5
* Add thermal IRQ support on MSM8916, SDM845, MSM8996, and QCS404
* Fix thermal HW ids for cpus on MSM8916
* Add blsp1 UART3 and blsp1 BAM on MSM8998
* Add volume buttons and WCNSS for Wifi and BT on MSM8916 LongCheer-l8150
* Fixup load on l21 for SD on apq8096-db820c
* Enable LVS1/2, APSS watchdog, and select UFS reset gpio for SDM845
* Disable coresight by default on MSM8998
* Enable bluetooth and remove retention idle state on MSM8998-clamshell
* Enable adsp, cdsp, and mpss on C630
* Enable bluetooth on MSM8998-mtp
* Delete zap shader on SDM845-cheza
* Add tactile buttons and hall sensor on MSM8916-Samsung-A2015
* Add Interconnect nodes, watchdog, and sleep clk on QCS404
* Override Iris compatible on MSM8916-Samsung-A5U
* Enable WCNSS Wifi and bluetooth on MSM8916-Samsung-A2015
* Fixup cooling states for the aoss warming devices
----------------------------------------------------------------
Amit Kucheria (5):
arm64: dts: qcs404: thermal: Add interrupt support
arm64: dts: msm8998: thermal: Add interrupt support
arm64: dts: msm8996: thermal: Add interrupt support
arm64: dts: sdm845: thermal: Add interrupt support
arm64: dts: msm8916: thermal: Fixup HW ids for cpu sensors
Bjorn Andersson (3):
arm64: dts: qcom: c630: Enable adsp, cdsp and mpss
arm64: dts: qcom: sdm845: Add APSS watchdog node
arm64: dts: qcom: db845c: Enable LVS 1 and 2
Georgi Djakov (1):
arm64: dts: qcs404: Add interconnect provider DT nodes
Jeffrey Hugo (5):
arm64: dts: qcom: msm8998: Add blsp1 BAM
arm64: dts: qcom: msm8998: Add blsp1_uart3
arm64: dts: qcom: msm8998-mtp: Enable bluetooth
arm64: dts: qcom: msm8998-clamshell: Enable bluetooth
arm64: dts: qcom: msm8998-clamshell: Remove retention idle state
Jorge Ramirez-Ortiz (2):
arm64: dts: qcom: qcs404: add sleep clk fixed rate oscillator
arm64: dts: qcom: qcs404: add the watchdog node
Loic Poulain (1):
arm64: dts: apq8096-db820c: Increase load on l21 for SDCARD
Michael Srba (1):
arm64: dts: msm8916-samsung-a2015: add tactile buttons and hall sensor
Nikita Travkin (2):
arm64: dts: msm8916-longcheer-l8150: Enable WCNSS for WiFi and BT
arm64: dts: msm8916-longcheer-l8150: Add Volume buttons
Rob Clark (1):
arm64: dts: qcom: sdm845-cheza: delete zap-shader
Sai Prakash Ranjan (1):
arm64: dts: qcom: msm8998: Disable coresight by default
Stephan Gerhold (2):
arm64: dts: msm8916-samsung-a2015: Enable WCNSS for WiFi and BT
arm64: dts: msm8916-samsung-a5u: Override iris compatible
Stephen Boyd (1):
arm64: dts: qcom: sdm845: Use UFS reset gpio instead of pinctrl
Thara Gopinath (1):
soc: qcom: Invert the cooling states for the aoss warming devices
arch/arm64/boot/dts/qcom/apq8096-db820c.dtsi | 2 +
.../boot/dts/qcom/msm8916-longcheer-l8150.dts | 55 ++++++++++++++
.../dts/qcom/msm8916-samsung-a2015-common.dtsi | 80 +++++++++++++++++++++
.../boot/dts/qcom/msm8916-samsung-a5u-eur.dts | 6 ++
arch/arm64/boot/dts/qcom/msm8916.dtsi | 4 +-
arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++
arch/arm64/boot/dts/qcom/msm8998-clamshell.dtsi | 54 ++++++++++++++
arch/arm64/boot/dts/qcom/msm8998-mtp.dtsi | 82 +++++++++++++++++++++
arch/arm64/boot/dts/qcom/msm8998-pins.dtsi | 13 ++++
arch/arm64/boot/dts/qcom/msm8998.dtsi | 84 +++++++++++++++++-----
arch/arm64/boot/dts/qcom/qcs404.dtsi | 41 +++++++++++
arch/arm64/boot/dts/qcom/sdm845-cheza.dtsi | 53 ++------------
arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 12 ++++
arch/arm64/boot/dts/qcom/sdm845.dtsi | 12 +++-
.../boot/dts/qcom/sdm850-lenovo-yoga-c630.dts | 14 ++++
drivers/soc/qcom/qcom_aoss.c | 8 +--
16 files changed, 449 insertions(+), 75 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-11-06 19:34 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-06 19:33 [GIT PULL] Qualcomm ARM64 Defconfig updates for 5.5 Andy Gross
2019-11-06 19:33 ` Andy Gross [this message]
2019-11-07 14:06 ` [GIT PULL] Qualcomm ARM64 DT " Amit Kucheria
2019-11-08 3:18 ` Andy Gross
2019-12-10 10:57 ` Stephan Gerhold
2019-12-10 17:36 ` Amit Kucheria
2019-12-10 18:17 ` Bjorn Andersson
2019-12-10 21:00 ` Olof Johansson
2019-12-11 6:26 ` Bjorn Andersson
2019-12-11 10:00 ` Amit Kucheria
2019-11-06 19:33 ` [GIT PULL] Qualcomm Defconfig " Andy Gross
2019-11-06 19:33 ` [GIT PULL] Qualcomm Driver " Andy Gross
2019-11-06 19:34 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2019-11-06 22:04 ` [GIT PULL] Qualcomm ARM64 Defconfig " Olof Johansson
2019-11-06 23:18 ` Bjorn Andersson
2019-12-06 5:02 ` Bjorn Andersson
2019-12-06 16:32 ` Olof Johansson
2019-12-06 17:28 ` Bjorn Andersson
2019-12-06 17:57 ` Amit Kucheria
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=1573068840-13098-2-git-send-email-agross@kernel.org \
--to=agross@kernel.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;
as well as URLs for NNTP newsgroup(s).