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

Hi Tom,
We've build-up a small collection of fixes for sunxi. Please pull u-boot-sunxi/master into master, highlights:
1) 2 bug fixes 2) 1 regression fix 3) Add support for a couple of new boards
The following changes since commit 44c8fd3abaded5bf18a48947c6d1286927cbdf2b:
common: cmd_elf: Add support to disable start of application (2015-03-09 11:13:29 -0400)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 1fc42018a0fe833a4332f8f32d6aeb675f3dcd1d:
sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default (2015-03-10 15:20:25 +0100)
---------------------------------------------------------------- Adam Sampson (1): sunxi: Make CONFIG_DRAM_TPR3 apply to sun[57]i
Aleksei Mamlin (1): sunxi: Add Wexler TAB7200 support
Chen-Yu Tsai (3): sunxi: axp221: Add VBUS detection support sunxi: musb: Support checking VBUS using AXP221 PMIC sunxi: Ippo_q8h defconfigs: Enable otg vbus detection using AXP223 PMIC
Gábor Nyers (1): sunxi: Add support for the Jesurun Q5 board
Hans de Goede (4): sun7i: Add support for the Wits Pro A20 DKT board sun7i: Add support for the Orange Pi board sun7i: Add support for the Orange Pi Mini board sunxi: video: Fix VIDEO_LCD_PANEL_I2C being enabled by default
Jens Lucius (1): sunxi: Add support for the Forfun Q88DB tablet
Marcus Cooper (2): sun7i: Add support for the MK808C board sun6i: Add support for the Mele I7 board
board/sunxi/Kconfig | 2 +- board/sunxi/MAINTAINERS | 24 ++++++++++++++++++ board/sunxi/dram_sun5i_auto.c | 2 +- configs/Ippo_q8h_v1_2_defconfig | 1 + configs/Ippo_q8h_v5_defconfig | 1 + configs/MK808C_defconfig | 13 ++++++++++ configs/Mele_I7_defconfig | 26 +++++++++++++++++++ configs/Orangepi_defconfig | 13 ++++++++++ configs/Orangepi_mini_defconfig | 15 +++++++++++ configs/Wexler_TAB7200_defconfig | 13 ++++++++++ configs/Wits_Pro_A20_DKT_defconfig | 15 +++++++++++ configs/forfun_q88db_defconfig | 17 +++++++++++++ configs/jesurun_q5_defconfig | 20 +++++++++++++++ drivers/power/axp221.c | 16 ++++++++++++ drivers/usb/musb-new/sunxi.c | 52 ++++++++++++++++++++++++++++---------- include/axp221.h | 7 +++++ include/configs/sunxi-common.h | 7 +++-- 17 files changed, 226 insertions(+), 18 deletions(-) create mode 100644 configs/MK808C_defconfig create mode 100644 configs/Mele_I7_defconfig create mode 100644 configs/Orangepi_defconfig create mode 100644 configs/Orangepi_mini_defconfig create mode 100644 configs/Wexler_TAB7200_defconfig create mode 100644 configs/Wits_Pro_A20_DKT_defconfig create mode 100644 configs/forfun_q88db_defconfig create mode 100644 configs/jesurun_q5_defconfig
Regards,
Hans
participants (1)
-
Hans de Goede