Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v16 0/2] Add DT support for Multiport controller on SC8280XP
@ 2024-04-29 16:20 Krishna Kurapati
  2024-04-29 16:20 ` [PATCH v16 1/2] arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller Krishna Kurapati
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Krishna Kurapati @ 2024-04-29 16:20 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Rob Herring, Bjorn Andersson, Konrad Dybcio,
	Conor Dooley, Johan Hovold
  Cc: linux-kernel, linux-arm-msm, devicetree, quic_ppratap, quic_jackp,
	Krishna Kurapati

Series [1] introduces binding and driver support for DWC3 Multiport
controllers. This series adds support for tertiary controller of SC8280
and enabled multiport controller for SA8295P-ADP platform.

Till v13 [2] the DT was pushed along with driver code. Separated the DT
changes from driver update and pushing it as this series. The first two
versions were marked as v1 and v2. Marked this as v16 to avoid missing
of change log till v13.

Changes in v16:
Marked it as v16 rather than v3 since till v13, there were DT changes
sent along with driver code but were separated and this version is
supposed to be v16.
Fixed interrupt triggers from EDGE_RISING to EDGE_BOTH.

Link to v15:
https://lore.kernel.org/all/20240213082724.1789096-1-quic_kriskura@quicinc.com/

Changes in v15:
SA8540 Ride related code changes have been dropped and will pushed later
due to unavailability of hardware with either Andrew or me for testing the
gpio hog changes suggested in v1.
Implemented vbus boost regulators as fixed regulators instead of modelling
their enable pins as pinctrl nodes.

Link to v14:
https://lore.kernel.org/all/20240206114745.1388491-1-quic_kriskura@quicinc.com/

[1]: https://lore.kernel.org/all/20240420044901.884098-1-quic_kriskura@quicinc.com/
[2]: https://lore.kernel.org/all/20231007154806.605-1-quic_kriskura@quicinc.com/#r

Krishna Kurapati (2):
  arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller
  arm64: dts: qcom: sa8295p: Enable tertiary controller and its 4 USB
    ports

 arch/arm64/boot/dts/qcom/sa8295p-adp.dts | 83 ++++++++++++++++++++++++
 arch/arm64/boot/dts/qcom/sc8280xp.dtsi   | 82 +++++++++++++++++++++++
 2 files changed, 165 insertions(+)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-05-01 20:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 16:20 [PATCH v16 0/2] Add DT support for Multiport controller on SC8280XP Krishna Kurapati
2024-04-29 16:20 ` [PATCH v16 1/2] arm64: dts: qcom: sc8280xp: Add USB DWC3 Multiport controller Krishna Kurapati
2024-04-30  6:13   ` Johan Hovold
2024-04-29 16:20 ` [PATCH v16 2/2] arm64: dts: qcom: sa8295p: Enable tertiary controller and its 4 USB ports Krishna Kurapati
2024-04-30  6:24   ` Johan Hovold
2024-04-30 15:33 ` [PATCH v16 0/2] Add DT support for Multiport controller on SC8280XP Rob Herring
2024-05-01 20:20 ` (subset) " Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox