U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] usb: host: ehci-msm: Clean up and fix crashes
@ 2025-04-07  9:54 Stephan Gerhold
  2025-04-07  9:54 ` [PATCH 1/6] usb: host: ehci-msm: Fix pointer check Stephan Gerhold
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Stephan Gerhold @ 2025-04-07  9:54 UTC (permalink / raw)
  To: Caleb Connolly, Marek Vasut
  Cc: Sumit Garg, Neil Armstrong, Tom Rini, Jianfeng Zhu, Jacky Cao,
	Sam Day, u-boot-qcom, u-boot

The ehci-msm driver has several subtle issues and stale code. Most of them
are minor and do not cause issues during normal usage. The last patch is
the most critical, it fixes a reported crash when stopping/re-configuring
USB, which has been around for a few months now.

Signed-off-by: Stephan Gerhold <stephan.gerhold@linaro.org>
---
Stephan Gerhold (6):
      usb: host: ehci-msm: Fix pointer check
      usb: host: echi-msm: Drop ulpi definitions
      usb: host: ehci-msm: Disable clocks after all register accesses
      usb: host: ehci-msm: Use clk bulk helpers
      usb: host: ehci-msm: Drop redundant EHCI register writes
      usb: host: ehci-msm: Register ULPI PHY through NOP wrapper

 drivers/usb/host/ehci-msm.c | 146 ++++++++++++++++++++------------------------
 1 file changed, 67 insertions(+), 79 deletions(-)
---
base-commit: 0efe8ea57fc7a1a6fc5f64fb3cf6bc4a1a4fc219
change-id: 20250121-ehci-msm-fixes-b1ed17a1eaea

Best regards,
-- 
Stephan Gerhold <stephan.gerhold@linaro.org>


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

end of thread, other threads:[~2025-10-30 12:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07  9:54 [PATCH 0/6] usb: host: ehci-msm: Clean up and fix crashes Stephan Gerhold
2025-04-07  9:54 ` [PATCH 1/6] usb: host: ehci-msm: Fix pointer check Stephan Gerhold
2025-04-07  9:54 ` [PATCH 2/6] usb: host: echi-msm: Drop ulpi definitions Stephan Gerhold
2025-04-07  9:54 ` [PATCH 3/6] usb: host: ehci-msm: Disable clocks after all register accesses Stephan Gerhold
2025-04-07  9:54 ` [PATCH 4/6] usb: host: ehci-msm: Use clk bulk helpers Stephan Gerhold
2025-04-07  9:54 ` [PATCH 5/6] usb: host: ehci-msm: Drop redundant EHCI register writes Stephan Gerhold
2025-04-07  9:54 ` [PATCH 6/6] usb: host: ehci-msm: Register ULPI PHY through NOP wrapper Stephan Gerhold
2025-04-09 17:26 ` [PATCH 0/6] usb: host: ehci-msm: Clean up and fix crashes Caleb Connolly
2025-04-12 10:20   ` Sam Day
2025-09-08 11:39 ` Stephan Gerhold
2025-09-08 11:47   ` Marek Vasut
2025-10-30 12:16 ` Casey Connolly

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