mbox series

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

Message ID e1af1f2e-a9f3-34aa-7b2e-1587b3f9ebda@denx.de
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] u-boot-usb/master | expand

Pull-request

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

Message

Marek Vasut June 16, 2018, 12:12 a.m. UTC
The following changes since commit 7868909ed53ed41a945f7ed95ebb88aa252142ce:

  Merge git://git.denx.de/u-boot-fsl-qoriq (2018-06-12 13:25:24 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b9f34757db5dcde9ccfa6ce35705b025bc4843fc:

  usb: sunxi: access ahb_reset0_cfg in CCM using its offset (2018-06-14
12:57:19 +0200)

----------------------------------------------------------------
Vasily Khoruzhick (5):
      sunxi: clock: Fix EHCI and OHCI clocks on A64
      usb: sunxi: ehci: get rid of ifdefs
      usb: sunxi: ohci: get rid of ifdefs
      usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in use
      usb: sunxi: access ahb_reset0_cfg in CCM using its offset

 arch/arm/include/asm/arch-sunxi/clock_sun6i.h |   6 ++++--
 drivers/usb/host/ehci-sunxi.c                 |  98
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------
 drivers/usb/host/ohci-sunxi.c                 | 109
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------
 3 files changed, 170 insertions(+), 43 deletions(-)

Comments

Tom Rini June 17, 2018, 1:07 p.m. UTC | #1
On Sat, Jun 16, 2018 at 02:12:30AM +0200, Marek Vasut wrote:

> The following changes since commit 7868909ed53ed41a945f7ed95ebb88aa252142ce:
> 
>   Merge git://git.denx.de/u-boot-fsl-qoriq (2018-06-12 13:25:24 -0400)
> 
> are available in the Git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to b9f34757db5dcde9ccfa6ce35705b025bc4843fc:
> 
>   usb: sunxi: access ahb_reset0_cfg in CCM using its offset (2018-06-14
> 12:57:19 +0200)
> 

Applied to u-boot/master, thanks!