From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 30 Aug 2018 15:35:19 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <9ad539cc-bf79-e03c-16fb-181cdc10fb59@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit 11ed312896c5f5814064c5d45dcb2f53dc121437: configs: am57xx: change default board name to beagle_x15 (2018-08-26 12:26:16 -0400) are available in the Git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 88c34b8da62cfb4188ff9a59acb32f88ce9ed1b0: usb: dwc2: Add reset ctrl to driver (2018-08-29 03:10:30 +0200) ---------------------------------------------------------------- Ley Foon Tan (1): usb: dwc2: Add reset ctrl to driver Marek Vasut (3): phy: Fix warning due to missing definition of structure usb: ehci: Make the PHY handling generic usb: ehci: Add PHY support to ehci-pci drivers/usb/host/dwc2.c | 37 +++++++++++++++++++++++++++++++++++++ drivers/usb/host/ehci-generic.c | 56 +++----------------------------------------------------- drivers/usb/host/ehci-hcd.c | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/ehci-pci.c | 31 +++++++++++++++++++++++++++---- drivers/usb/host/ehci.h | 5 +++++ include/generic-phy.h | 1 + 6 files changed, 139 insertions(+), 57 deletions(-)