public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Fix ipq5332 usb interrupt trigger type
@ 2024-07-23 10:01 Varadarajan Narayanan
  2024-07-23 10:01 ` [PATCH v3 1/2] dt-bindings: usb: qcom,dwc3: Update ipq5332 interrupt info Varadarajan Narayanan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Varadarajan Narayanan @ 2024-07-23 10:01 UTC (permalink / raw)
  To: gregkh, robh, krzk+dt, conor+dt, andersson, konrad.dybcio,
	quic_wcheng, quic_kriskura, linux-arm-msm, linux-usb, devicetree,
	linux-kernel
  Cc: Varadarajan Narayanan

Trigger type is incorrectly specified as IRQ_TYPE_EDGE_BOTH
instead of IRQ_TYPE_LEVEL_HIGH. This trigger type is not
supported for SPIs and results in probe failure with -EINVAL.

Fix dt_binding_check/dtbs_check errors associated with usb's
interrupts.

v3:
In the previous version, the hunk got mixed up while rebasing.
Update dependency version.

Depends:
[1] https://lore.kernel.org/linux-arm-msm/20240722055539.2594434-1-quic_varada@quicinc.com/

v2:
Depends:
[1] https://lore.kernel.org/linux-arm-msm/20240722055539.2594434-1-quic_varada@quicinc.com/

Varadarajan Narayanan (2):
  dt-bindings: usb: qcom,dwc3: Update ipq5332 interrupt info
  arm64: dts: qcom: ipq5332: Fix interrupt trigger type for usb

 .../devicetree/bindings/usb/qcom,dwc3.yaml        | 15 +++++++++++++++
 arch/arm64/boot/dts/qcom/ipq5332.dtsi             |  4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-07-29  3:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-23 10:01 [PATCH v3 0/2] Fix ipq5332 usb interrupt trigger type Varadarajan Narayanan
2024-07-23 10:01 ` [PATCH v3 1/2] dt-bindings: usb: qcom,dwc3: Update ipq5332 interrupt info Varadarajan Narayanan
2024-07-23 21:25   ` Rob Herring (Arm)
2024-07-23 10:01 ` [PATCH v3 2/2] arm64: dts: qcom: ipq5332: Fix interrupt trigger type for usb Varadarajan Narayanan
2024-07-29  3:58 ` (subset) [PATCH v3 0/2] Fix ipq5332 usb interrupt trigger type Bjorn Andersson

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