mbox series

[v2,0/4] usb: chipidea: small bugfix and cleanup

Message ID 20221018103725.2580679-1-s.hauer@pengutronix.de (mailing list archive)
Headers show
Series usb: chipidea: small bugfix and cleanup | expand

Message

Sascha Hauer Oct. 18, 2022, 10:37 a.m. UTC
This series was originally sent as "usb: chipidea: Export more phy
tuning parameters to device tree" here:
https://lore.kernel.org/linux-arm-kernel/20221017004153.GC12701@nchen-desktop/T/

As I don't know when I'll find time to implement the changes Rob
requested I dropped 5/6 and 6/6 and only send the bugfixes and cleanups
for now.

Changes since v1:
- Drop device tree changes
- Fix wrong MX53_USB_CTRL_1_H3_XCVR_CLK_SEL mask

Sascha Hauer (4):
  usb: chipidea: usbmisc_imx: Fix i.MX53 clock sel masks
  usb: chipidea: usbmisc_imx: Fix setting i.MX6SX wakeup source
  usb: chipidea: usbmisc_imx: Use GENMASK/FIELD_PREP for bitfields
  usb: chipidea: usbmisc_imx: Add prefix to register defines

 drivers/usb/chipidea/usbmisc_imx.c | 119 +++++++++++++++--------------
 1 file changed, 63 insertions(+), 56 deletions(-)