mbox series

[v2,0/3] usb: chipidea: ci_hdrc_imx: fix some issues in probe/remove

Message ID 20250316102658.490340-1-pchelkin@ispras.ru (mailing list archive)
Headers show
Series usb: chipidea: ci_hdrc_imx: fix some issues in probe/remove | expand

Message

Fedor Pchelkin March 16, 2025, 10:26 a.m. UTC
The first patch fixes a rather recently introduced bug leading to the
driver oopsing on removal in case of non-usbmisc devices.

The other ones perform error path fixes in the probe function.

Link to v1
https://lore.kernel.org/linux-usb/20250309175805.661684-1-pchelkin@ispras.ru/t/#u

Fedor Pchelkin (3):
  usb: chipidea: ci_hdrc_imx: fix usbmisc handling
  usb: chipidea: ci_hdrc_imx: fix call balance of regulator routines
  usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling

 drivers/usb/chipidea/ci_hdrc_imx.c | 44 +++++++++++++++++++++---------
 1 file changed, 31 insertions(+), 13 deletions(-)