mbox

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

Message ID 54E8CCE9.1050205@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. 21, 2015, 6:22 p.m. UTC
Hi Tom,

We've build-up a small collection of fixes for sunxi.
Please pull u-boot-sunxi/master into master, highlights:

1) Various bug fixes
2) Add support for 1 new board

The following changes since commit 1320112c8aa58345d71a5a46f3bf6a52589f1f2b:

   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2015-02-18 08:46:50 -0500)

are available in the git repository at:

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

for you to fetch changes up to 77ef136950b4649ff4844c3b72dab107a9c565a0:

   sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels (2015-02-21 16:54:29 +0100)

----------------------------------------------------------------
Hans de Goede (8):
       sunxi: video: Add support for LCD reset pin
       sunxi: video: Add support for LCD panels which need to be configured via i2c
       sunxi: video: Add support for tl059wv5c0 lcd panels
       sunxi: mmc: Always declare High Capacity capability
       sunxi: Add support for the UTOO P66 tablet
       sunxi: musb: Check Vbus-det before enabling otg port power
       sunxi: Fix sun5i mbus speed when booting old kernels
       sunxi: Set the /chosen/stdout-path fdt property for sunxi boards

Siarhei Siamashka (1):
       sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels

  arch/arm/include/asm/arch-sunxi/clock_sun4i.h |  9 +++++
  board/sunxi/Kconfig                           | 48 +++++++++++++++++++++++++++
  board/sunxi/board.c                           | 10 ++++++
  configs/Ampe_A76_defconfig                    |  1 +
  configs/Chuwi_V7_CW0825_defconfig             |  1 +
  configs/Hyundai_A7HD_defconfig                |  1 +
  configs/Inet_86VS_defconfig                   |  1 +
  configs/TZX-Q8-713B7_defconfig                |  1 +
  configs/UTOO_P66_defconfig                    | 21 ++++++++++++
  drivers/mmc/sunxi_mmc.c                       |  6 +---
  drivers/usb/musb-new/sunxi.c                  | 29 ++++++++++++++++
  drivers/video/sunxi_display.c                 | 18 +++++++++-
  include/configs/sun4i.h                       |  4 +--
  include/configs/sun5i.h                       |  4 +--
  include/configs/sun7i.h                       |  4 +--
  include/configs/sunxi-common.h                | 46 +++++++++++++++++++++++++
  16 files changed, 192 insertions(+), 12 deletions(-)
  create mode 100644 configs/UTOO_P66_defconfig

Regards,

Hans

Comments

Tom Rini Feb. 23, 2015, 11:58 a.m. UTC | #1
On Sat, Feb 21, 2015 at 07:22:33PM +0100, Hans de Goede wrote:

> Hi Tom,
> 
> We've build-up a small collection of fixes for sunxi.
> Please pull u-boot-sunxi/master into master, highlights:
> 
> 1) Various bug fixes
> 2) Add support for 1 new board
> 
> The following changes since commit 1320112c8aa58345d71a5a46f3bf6a52589f1f2b:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-fdt (2015-02-18 08:46:50 -0500)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-sunxi.git master
> 
> for you to fetch changes up to 77ef136950b4649ff4844c3b72dab107a9c565a0:
> 
>   sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels (2015-02-21 16:54:29 +0100)
> 

Applied to u-boot/master, thanks!