mbox

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

Message ID 95728c1d-d3df-f9ef-1aab-80d96f61d728@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 Sept. 18, 2016, 2:56 p.m. UTC
Hi Tom,

Here is the first sunxi pull-req for v2016.11.

This consists of a couple of small bug-fixes /
defconfig improvements + 1 new board.

The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:

   Prepare v2016.09 (2016-09-12 10:05:51 -0400)

are available in the git repository at:

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

for you to fetch changes up to ca7628a91136364235de8fb4bd699944b981c504:

   sunxi: Enable USB gadget support for Sinlinx SinA33 (2016-09-18 14:39:16 +0200)

----------------------------------------------------------------
Chen-Yu Tsai (4):
       sunxi: musb: Power off OTG port VBUS when disabled
       sunxi: Add mmc0 card detect pin for Sinlinx SinA33
       sunxi: Enable USB host support for Sinlinx SinA33
       sunxi: Enable USB gadget support for Sinlinx SinA33

Hans de Goede (2):
       sunxi: axp2xx: disable ldoio0/1 at boot
       sunxi: musb: Re-init musb controller on repeated probe calls

Jelle van der Waa (1):
       sunxi: Add defconfig and dts for the NanoPi NEO

  arch/arm/dts/Makefile                     |   3 +-
  arch/arm/dts/sun8i-h3-nanopi-neo.dts      | 125 ++++++++++++++++++++++++++++++
  arch/arm/include/asm/arch-sunxi/usb_phy.h |   1 -
  arch/arm/mach-sunxi/usb_phy.c             |   7 --
  board/sunxi/MAINTAINERS                   |   5 ++
  configs/Sinlinx_SinA33_defconfig          |  10 +++
  configs/nanopi_neo_defconfig              |  16 ++++
  drivers/power/axp209.c                    |  16 ++++
  drivers/power/axp221.c                    |  12 +++
  drivers/usb/musb-new/sunxi.c              |  48 ++++++------
  10 files changed, 209 insertions(+), 34 deletions(-)
  create mode 100644 arch/arm/dts/sun8i-h3-nanopi-neo.dts
  create mode 100644 configs/nanopi_neo_defconfig

Regards,

Hans

Comments

Tom Rini Sept. 19, 2016, 12:31 a.m. UTC | #1
On Sun, Sep 18, 2016 at 04:56:19PM +0200, Hans de Goede wrote:

> Hi Tom,
> 
> Here is the first sunxi pull-req for v2016.11.
> 
> This consists of a couple of small bug-fixes /
> defconfig improvements + 1 new board.
> 
> The following changes since commit 8cbb389bb3da80cbf8911f8386cbff92c6a78afe:
> 
>   Prepare v2016.09 (2016-09-12 10:05:51 -0400)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to ca7628a91136364235de8fb4bd699944b981c504:
> 
>   sunxi: Enable USB gadget support for Sinlinx SinA33 (2016-09-18 14:39:16 +0200)
> 

Applied to u-boot/master, thanks!