[U-Boot] [PATCH 0/6] Update ohci/ehci-generic drivers

patrice.chotard at st.com patrice.chotard at st.com
Wed Mar 14 16:48:52 UTC 2018


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

This series updates ohci-generic and ehci-generic drivers by:
  _ Add generic_phy_power_on() and generic_phy_power_off() needed 
    to work with phy driver which implement these callbacks.
  _ Factorize PHY operations.
  _ Replace pr_err() with dev_err().

Patrice Chotard (6):
  usb: ehci-generic: handle phy power on/off
  usb: ehci-generic: factorize PHY operation
  usb: ehci-generic: replace pr_err() by dev_err()
  usb: ohci-generic: handle phy power on/off
  usb: ohci-generic: factorize PHY operation
  usb: ohci-generic: replace pr_err() by dev_err()

 drivers/usb/host/ehci-generic.c | 98 ++++++++++++++++++++++++++++-------------
 drivers/usb/host/ohci-generic.c | 95 ++++++++++++++++++++++++++-------------
 2 files changed, 133 insertions(+), 60 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list