[U-Boot] [PULL] u-boot-usb/master

The following changes since commit 6f6b7cfa89e5aa3b643196a4ccc8b1ba5d6fa7a4:
Convert all of CONFIG_CONS_INDEX to Kconfig (2018-03-16 10:28:52 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to ac6c796c3f5c7b7594cf4ecede8cd8fb8d2611ba:
usb: dwc2: Replace printf, pr_err by dev_info, dev_err (2018-03-17 03:23:09 +0100)
---------------------------------------------------------------- Alexey Brodkin (1): usb: dwc2: Allow selection of data buffer size
Christophe Kerello (2): usb: dwc2: disable external vbus supply when the device is removed usb: dwc2: increase timeout in wait_for_chhltd
Patrice Chotard (7): 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() usb: dwc2: Replace printf, pr_err by dev_info, dev_err
Stefan Roese (1): usb: Remove unused ppc4xx EHCI host driver
Vignesh R (3): usb: xhci-dwc3: Power on USB PHY before using usb: xhci-dwc3: Refractor PHY operations into separate function ubs: xhci-dwc3: Enable USB3 PHY when available
drivers/usb/host/Kconfig | 12 ++++++++++++ drivers/usb/host/Makefile | 1 - drivers/usb/host/dwc2.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- drivers/usb/host/ehci-generic.c | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------ drivers/usb/host/ehci-ppc4xx.c | 35 ----------------------------------- drivers/usb/host/ohci-generic.c | 95 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------ drivers/usb/host/xhci-dwc3.c | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------ 7 files changed, 255 insertions(+), 128 deletions(-) delete mode 100644 drivers/usb/host/ehci-ppc4xx.c

On Mon, Mar 19, 2018 at 06:13:55PM +0100, Marek Vasut wrote:
The following changes since commit 6f6b7cfa89e5aa3b643196a4ccc8b1ba5d6fa7a4:
Convert all of CONFIG_CONS_INDEX to Kconfig (2018-03-16 10:28:52 -0400)
are available in the Git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to ac6c796c3f5c7b7594cf4ecede8cd8fb8d2611ba:
usb: dwc2: Replace printf, pr_err by dev_info, dev_err (2018-03-17 03:23:09 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Marek Vasut
-
Tom Rini