mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] i.MX USB PHY fixes
@ 2019-05-20 18:23 Andrey Smirnov
  2019-05-20 18:23 ` [PATCH 1/5] usb: imx-usb-phy: Import register definitions from Linux driver Andrey Smirnov
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Andrey Smirnov @ 2019-05-20 18:23 UTC (permalink / raw)
  To: barebox; +Cc: Andrey Smirnov

Everyone:

This is a small series of patches I made while investigating USB issue
on RDU2 board. First three patches are just optional improvements. The
actual fix is in "usb: imx-usb-phy: Disable charger detect during
initialization" and "ARM: i.MX: Drop unused usb-imx6.c" removes some
abandoned code. Hopefully each patch is self-explanatory.

Feedback is welcome!

Thanks,
Andrey Smirnov

Andrey Smirnov (5):
  usb: imx-usb-phy: Import register definitions from Linux driver
  usb: imx-usb-phy: Wrap lines to silence checkpatch
  usb: imx-usb-phy: Use stmp_reset_block() to reset PHY
  usb: imx-usb-phy: Disable charger detect during initialization
  ARM: i.MX: Drop unused usb-imx6.c

 arch/arm/mach-imx/Makefile    |   2 +-
 arch/arm/mach-imx/usb-imx6.c  | 111 ----------------------------------
 drivers/usb/imx/imx-usb-phy.c |  87 ++++++++++++++++++--------
 3 files changed, 62 insertions(+), 138 deletions(-)
 delete mode 100644 arch/arm/mach-imx/usb-imx6.c

-- 
2.21.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-05-22  2:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 18:23 [PATCH 0/5] i.MX USB PHY fixes Andrey Smirnov
2019-05-20 18:23 ` [PATCH 1/5] usb: imx-usb-phy: Import register definitions from Linux driver Andrey Smirnov
2019-05-20 18:23 ` [PATCH 2/5] usb: imx-usb-phy: Wrap lines to silence checkpatch Andrey Smirnov
2019-05-20 18:24 ` [PATCH 3/5] usb: imx-usb-phy: Use stmp_reset_block() to reset PHY Andrey Smirnov
2019-05-20 18:24 ` [PATCH 4/5] usb: imx-usb-phy: Disable charger detect during initialization Andrey Smirnov
2019-05-20 18:24 ` [PATCH 5/5] ARM: i.MX: Drop unused usb-imx6.c Andrey Smirnov
2019-05-21  9:37   ` Sascha Hauer
2019-05-21  9:50     ` Sascha Hauer
2019-05-22  2:01       ` Andrey Smirnov

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