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

Hi Tom,
Here is another sunxi pull-req for v2016.01, the most important thing in this pull-req is a patch to select DM_KEYBOARD in Kconfig, which fixes usb-kbd support which was broken for sunxi since the keyboard driver-model conversion. Besides that there are some minor fixes and one new board.
The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1:
x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to edf5dd835e5da2d7dbc91422db204a344dd10e4b:
sunxi: Add CONFIG_SUNXI_NO_PMIC to Marsboard A10 config (2015-12-21 20:40:25 +0100)
---------------------------------------------------------------- Aleksei Mamlin (1): sunxi: Add CONFIG_SUNXI_NO_PMIC to Marsboard A10 config
Hans de Goede (2): sun5i: Add defconfig and dts file for the Empire Electronix D709 tablet sunxi: Select DM_KEYBOARD
Karsten Merker (2): sunxi: A20-Olimex-SOM-EVB defconfig: enable mmc3 sunxi: Enable a second mmc socket as boot target in the environment
arch/arm/Kconfig | 3 +- arch/arm/dts/Makefile | 1 + arch/arm/dts/sun5i-a13-empire-electronix-d709.dts | 241 ++++++++++++++++++++++ board/sunxi/MAINTAINERS | 1 + configs/A20-Olimex-SOM-EVB_defconfig | 3 + configs/Empire_electronix_d709_defconfig | 24 +++ configs/Marsboard_A10_defconfig | 1 + include/configs/sunxi-common.h | 7 + 8 files changed, 280 insertions(+), 1 deletion(-) create mode 100644 arch/arm/dts/sun5i-a13-empire-electronix-d709.dts create mode 100644 configs/Empire_electronix_d709_defconfig
Regards,
Hans

On Mon, Dec 21, 2015 at 09:39:56PM +0100, Hans de Goede wrote:
Hi Tom,
Here is another sunxi pull-req for v2016.01, the most important thing in this pull-req is a patch to select DM_KEYBOARD in Kconfig, which fixes usb-kbd support which was broken for sunxi since the keyboard driver-model conversion. Besides that there are some minor fixes and one new board.
The following changes since commit 3721208fa7fdb2af6ac13300d5d81433742c6ba1:
x86: Remove Graeme Russ from the git alias file (2015-12-21 09:37:46 -0500)
are available in the git repository at:
http://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to edf5dd835e5da2d7dbc91422db204a344dd10e4b:
sunxi: Add CONFIG_SUNXI_NO_PMIC to Marsboard A10 config (2015-12-21 20:40:25 +0100)
Applied to u-boot/master, thanks!
participants (2)
-
Hans de Goede
-
Tom Rini