[U-Boot] [PATCH v2 0/5] usb: Extend ehci and ohci generic drivers

patrice.chotard at st.com patrice.chotard at st.com
Fri May 12 17:27:52 UTC 2017


From: Patrice Chotard <patrice.chotard at st.com>

v2:     _ add needed reset_request() in RESET framework
	_ add error path in ehci/ohci-generic to disable clocks and to assert
	resets
	_ add .remove callback with clocks, resets and phy release
	_ split the replacement of printf() by error() in an independant patch
	
Patrice Chotard (5):
  reset: add reset_request()
  usb: host: add error path and remove callback in ehci-generic
  usb: host: extend generic EHCI driver with PHY
  usb: host: replace printf() by error() in ehci-generic
  usb: host: extend generic OHCI with CLOCK, RESET and PHY

 drivers/reset/reset-uclass.c    |  9 ++++
 drivers/usb/host/ehci-generic.c | 96 +++++++++++++++++++++++++++++++++------
 drivers/usb/host/ohci-generic.c | 99 +++++++++++++++++++++++++++++++++++++++--
 include/reset.h                 |  9 ++++
 4 files changed, 197 insertions(+), 16 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list