mbox series

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

Message ID 20250309175805.661684-1-pchelkin@ispras.ru
Headers show
Series usb: chipidea: ci_hdrc_imx: fix some issues in probe/remove | expand

Message

Fedor Pchelkin March 9, 2025, 5:57 p.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 improvements in the probe function.

Fedor Pchelkin (3):
  usb: chipidea: ci_hdrc_imx: fix usbmisc handling
  usb: chipidea: ci_hdrc_imx: disable regulator on error path in probe
  usb: chipidea: ci_hdrc_imx: implement usb_phy_init() error handling

 drivers/usb/chipidea/ci_hdrc_imx.c | 34 +++++++++++++++++++-----------
 1 file changed, 22 insertions(+), 12 deletions(-)