mbox

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

Message ID 201407092212.52927.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-usb.git HEAD

Message

Marek Vasut July 9, 2014, 8:12 p.m. UTC
Please apply for 2014.07:

The following changes since commit bc9a78acd40cf9bc7017639e8d4aec889b66e7ee:

  doc: Add zynq fragment to git-mailrc file (2014-07-09 10:45:15 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-usb.git HEAD

for you to fetch changes up to 5ba95541b700d2edecb4d97d4b905f51ed8551b3:

  usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x (2014-07-09 
22:11:51 +0200)

----------------------------------------------------------------
Felipe Balbi (2):
      usb: host: xhci: make sure to power up PHY
      usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x

 arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |  5 +++++
 drivers/usb/host/xhci-omap.c                       |  1 +
 drivers/usb/phy/omap_usb_phy.c                     | 17 ++++++++++++++++-
 3 files changed, 22 insertions(+), 1 deletion(-)

Comments

Tom Rini July 11, 2014, 6:47 p.m. UTC | #1
On Wed, Jul 09, 2014 at 10:12:52PM +0200, Marek Vasut wrote:

> Please apply for 2014.07:
> 
> The following changes since commit bc9a78acd40cf9bc7017639e8d4aec889b66e7ee:
> 
>   doc: Add zynq fragment to git-mailrc file (2014-07-09 10:45:15 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git HEAD
> 
> for you to fetch changes up to 5ba95541b700d2edecb4d97d4b905f51ed8551b3:
> 
>   usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x (2014-07-09 
> 22:11:51 +0200)
> 
> ----------------------------------------------------------------
> Felipe Balbi (2):
>       usb: host: xhci: make sure to power up PHY
>       usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
> 
>  arch/arm/include/asm/arch-am33xx/hardware_am43xx.h |  5 +++++
>  drivers/usb/host/xhci-omap.c                       |  1 +
>  drivers/usb/phy/omap_usb_phy.c                     | 17 ++++++++++++++++-
>  3 files changed, 22 insertions(+), 1 deletion(-)		

Applied to u-boot/master, thanks!