[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220220201909.445468-1-luca@z3ntu.xyz>
Date: Sun, 20 Feb 2022 21:18:53 +0100
From: Luca Weiss <luca@...tu.xyz>
To: linux-arm-msm@...r.kernel.org
Cc: ~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
Luca Weiss <luca@...tu.xyz>, Amit Kucheria <amitk@...nel.org>,
Bartosz Dudziak <bartosz.dudziak@...jp.pl>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Hector Martin <marcan@...can.st>,
Lorenzo Pieralisi <lorenzo.pieralisi@....com>,
Manu Gautam <mgautam@...eaurora.org>,
Mark Brown <broonie@...nel.org>,
Maxime Ripard <maxime@...no.tech>,
Rob Herring <robh@...nel.org>,
Robin Murphy <robin.murphy@....com>,
Stephan Gerhold <stephan@...hold.net>,
Stephen Boyd <sboyd@...eaurora.org>,
Sudeep Holla <sudeep.holla@....com>,
Viresh Kumar <viresh.kumar@...aro.org>,
Zhang Rui <rui.zhang@...el.com>, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-remoteproc@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [PATCH v2 00/10] Initial MSM8953 & Fairphone 3 support
This series adds initial support for MSM8953 (and SDM632 which is based
on MSM8953) and the Fairphone 3 smartphone.
Only relatively basic functionality is supported like storage, volume
keys and USB.
There is currently close-to-mainline support for other components for
this SoC including GPU, WiFi and audio, this series adds only basic
support so that the other components can start getting upstreamed
easier.
Changes in v2:
- rebase on linux-next and drop already applied patches
- drop msm8953-pm8953.dtsi patch: integrate changes into FP3 patch
- for individual patches for other changes
Luca Weiss (7):
dt-bindings: mfd: qcom,tcsr: Document msm8953 compatible
dt-bindings: thermal: tsens: Add msm8953 compatible
dt-bindings: usb: qcom,dwc3: Add msm8953 compatible
dt-bindings: arm: cpus: Add Kryo 250 CPUs
rpmsg: smd: allow opening rpm_requests even if already opened
dt-bindings: arm: qcom: Document sdm632 and fairphone,fp3 board
arm64: dts: qcom: sdm632: Add device tree for Fairphone 3
Vladimir Lypak (3):
arm64: dts: qcom: Add MSM8953 device tree
arm64: dts: qcom: Add PM8953 PMIC
arm64: dts: qcom: Add SDM632 device tree
.../devicetree/bindings/arm/cpus.yaml | 1 +
.../devicetree/bindings/arm/qcom.yaml | 6 +
.../devicetree/bindings/mfd/qcom,tcsr.txt | 1 +
.../bindings/thermal/qcom-tsens.yaml | 1 +
.../devicetree/bindings/usb/qcom,dwc3.yaml | 1 +
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/msm8953.dtsi | 1326 +++++++++++++++++
arch/arm64/boot/dts/qcom/pm8953.dtsi | 90 ++
.../boot/dts/qcom/sdm632-fairphone-fp3.dts | 183 +++
arch/arm64/boot/dts/qcom/sdm632.dtsi | 81 +
drivers/rpmsg/qcom_smd.c | 5 +-
11 files changed, 1695 insertions(+), 1 deletion(-)
create mode 100644 arch/arm64/boot/dts/qcom/msm8953.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/pm8953.dtsi
create mode 100644 arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts
create mode 100644 arch/arm64/boot/dts/qcom/sdm632.dtsi
--
2.35.1
Powered by blists - more mailing lists