linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/6] Enable IPQ5332 USB2
@ 2023-07-21  4:35 Varadarajan Narayanan
  2023-07-21  4:35 ` [PATCH v5 1/6] dt-bindings: usb: dwc3: Add IPQ5332 compatible Varadarajan Narayanan
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Varadarajan Narayanan @ 2023-07-21  4:35 UTC (permalink / raw)
  To: agross, andersson, konrad.dybcio, vkoul, kishon, robh+dt,
	krzysztof.kozlowski+dt, conor+dt, gregkh, catalin.marinas, will,
	p.zabel, arnd, geert+renesas, neil.armstrong, nfraprado, rafal,
	quic_srichara, quic_varada, quic_wcheng, linux-arm-msm, linux-phy,
	devicetree, linux-kernel, linux-usb, linux-arm-kernel

This patch series adds the relevant phy and controller
configurations for enabling USB2 on IPQ5332

v5:
	Binding and dts:-
		Fix email id
		Removed 'Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>'
		as had to change bindings file to be able to use generic phy instead of
		usb-phy

	Driver:-
		Remove unused definition
		Use generic phy instead of usb-phy
v4:
	Binding and dts:-
		Change node name (bindings & dts)
	Driver:-
		Remove unused enum
		static const for '.data'
		Error handling for devm_clk_get
v3:
	Fix bindings file based on review comments

v1:
	Cleanup DTS
	Combine driver, kconfig and makefile patches
	Remove unused functions from M31 driver
	Drop the clock driver changes

Varadarajan Narayanan (6):
  dt-bindings: usb: dwc3: Add IPQ5332 compatible
  dt-bindings: phy: qcom,m31: Document qcom,m31 USB phy
  phy: qcom-m31: Introduce qcom,m31 USB phy driver
  arm64: dts: qcom: ipq5332: Add USB related nodes
  arm64: dts: qcom: ipq5332: Enable USB
  arm64: defconfig: Enable M31 USB phy driver

 .../bindings/phy/qcom,ipq5332-usb-hsphy.yaml       |  51 ++++
 .../devicetree/bindings/usb/qcom,dwc3.yaml         |   3 +
 arch/arm64/boot/dts/qcom/ipq5332-rdp468.dts        |  12 +
 arch/arm64/boot/dts/qcom/ipq5332.dtsi              |  56 +++++
 arch/arm64/configs/defconfig                       |   1 +
 drivers/phy/qualcomm/Kconfig                       |  11 +
 drivers/phy/qualcomm/Makefile                      |   1 +
 drivers/phy/qualcomm/phy-qcom-m31.c                | 264 +++++++++++++++++++++
 8 files changed, 399 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/qcom,ipq5332-usb-hsphy.yaml
 create mode 100644 drivers/phy/qualcomm/phy-qcom-m31.c

-- 
2.7.4


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-07-27  6:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-21  4:35 [PATCH v5 0/6] Enable IPQ5332 USB2 Varadarajan Narayanan
2023-07-21  4:35 ` [PATCH v5 1/6] dt-bindings: usb: dwc3: Add IPQ5332 compatible Varadarajan Narayanan
2023-07-21  4:35 ` [PATCH v5 2/6] dt-bindings: phy: qcom,m31: Document qcom,m31 USB phy Varadarajan Narayanan
2023-07-22  5:10   ` Bjorn Andersson
     [not found]     ` <20230724160136.GA3619408-robh@kernel.org>
     [not found]       ` <cst3d76ong32lzcatxlcr5gbakmh3grm5tehvd36wrdza5ozd5@gfl4ysu7hdo6>
2023-07-27  6:39         ` Varadarajan Narayanan
2023-07-21  4:35 ` [PATCH v5 3/6] phy: qcom-m31: Introduce qcom,m31 USB phy driver Varadarajan Narayanan
2023-07-22  5:02   ` Bjorn Andersson
2023-07-21  4:35 ` [PATCH v5 4/6] arm64: dts: qcom: ipq5332: Add USB related nodes Varadarajan Narayanan
2023-07-22  5:05   ` Bjorn Andersson
2023-07-21  4:35 ` [PATCH v5 5/6] arm64: dts: qcom: ipq5332: Enable USB Varadarajan Narayanan
2023-07-22  5:07   ` Bjorn Andersson
2023-07-21  4:35 ` [PATCH v5 6/6] arm64: defconfig: Enable M31 USB phy driver Varadarajan Narayanan

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).