mbox

[U-Boot] Please pull u-boot-sunxi master

Message ID 56CCC11A.8000501@redhat.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

http://git.denx.de/u-boot-sunxi.git master

Message

Hans de Goede Feb. 23, 2016, 8:29 p.m. UTC
Hi Tom,

Here is a sunxi pull-req for v2016.04, it contains
some improvements for Allwinner H3 support.

The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:

   Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)

are available in the git repository at:

   http://git.denx.de/u-boot-sunxi.git master

for you to fetch changes up to dc44fd8ae4be0a88123a90ae2b3acdec45290ecf:

   sunxi: H3: Add support for the host usb-phys (2016-02-23 20:59:10 +0100)

----------------------------------------------------------------
Jelle van der Waa (2):
       sunxi: power: add support for sy8106a driver
       sunxi: H3: Add support for the host usb-phys

  arch/arm/cpu/armv7/sunxi/usb_phy.c            | 35 +++++++++++++++++++++------
  arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 22 +++++++++++++++++
  arch/arm/include/asm/arch-sunxi/cpu_sun4i.h   |  8 ++++++
  board/sunxi/Kconfig                           |  5 +++-
  board/sunxi/board.c                           |  5 ++++
  configs/orangepi_pc_defconfig                 |  3 ++-
  configs/orangepi_plus_defconfig               |  2 ++
  drivers/power/Kconfig                         | 16 ++++++++++++
  drivers/power/Makefile                        |  1 +
  drivers/power/sy8106a.c                       | 29 ++++++++++++++++++++++
  drivers/usb/host/ehci-sunxi.c                 | 14 +++++------
  drivers/usb/host/ohci-sunxi.c                 | 18 +++++++-------
  include/configs/sun8i.h                       |  6 ++++-
  include/configs/sunxi-common.h                |  6 +++--
  include/sy8106a.h                             | 11 +++++++++
  15 files changed, 153 insertions(+), 28 deletions(-)
  create mode 100644 drivers/power/sy8106a.c
  create mode 100644 include/sy8106a.h

Regards,

Hans

Comments

Tom Rini Feb. 23, 2016, 8:35 p.m. UTC | #1
On Tue, Feb 23, 2016 at 09:29:14PM +0100, Hans de Goede wrote:

> Hi Tom,
> 
> Here is a sunxi pull-req for v2016.04, it contains
> some improvements for Allwinner H3 support.
> 
> The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:
> 
>   Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to dc44fd8ae4be0a88123a90ae2b3acdec45290ecf:
> 
>   sunxi: H3: Add support for the host usb-phys (2016-02-23 20:59:10 +0100)
> 

Applied to u-boot/master, thanks!