[U-Boot] Pull request: u-boot-sunxi/master

Hi Tom,
Please take this PR.
thanks! Jagan.
The following changes since commit e8f86a026125ff2b2d6bd6eac73d2542852aab84:
sunxi: fix the default value of CONS_INDEX on non-A23/A33 SUN8I (2017-04-25 11:44:21 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 5a49b2929c0c73e43470cc53b80a6dfa47b5efda:
sunxi: add support for Banana Pi M2 Plus board (2017-05-04 19:46:23 +0530)
---------------------------------------------------------------- Icenowy Zheng (3): sunxi: add clock configuration of R40 sata sunxi: enable SATA on Banana Pi M2 Ultra sunxi: add support for Banana Pi M2 Plus board
Jernej Skrabec (6): sunxi: power: Compile sy8106a driver only during SPL build sunxi: Move function for later convenience sunxi: i2c: Add support for DM I2C sunxi: Enable DM_I2C for A64/H3/H5 sunxi: video: Add A64/H3/H5 HDMI driver sunxi: Disable DE2 video driver where not needed
Masahiro Yamada (2): ARM: sunxi: move board/sunxi/Kconfig to arch/arm/mach-sunxi/Kconfig ARM: sunxi: use imply instead of bare default y in Kconfig
arch/arm/Kconfig | 11 +- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 18 +- arch/arm/include/asm/arch-sunxi/cpu_sun4i.h | 8 + arch/arm/include/asm/arch-sunxi/display2.h | 124 ++++++++ {board/sunxi => arch/arm/mach-sunxi}/Kconfig | 38 +-- arch/arm/mach-sunxi/board.c | 2 + arch/arm/mach-sunxi/clock_sun6i.c | 7 + board/sunxi/MAINTAINERS | 5 + board/sunxi/board.c | 196 ++++++------- configs/Bananapi_M2_Ultra_defconfig | 3 + configs/Sinovoip_BPI_M2_Plus_defconfig | 20 ++ configs/nanopi_neo_air_defconfig | 1 + configs/nanopi_neo_defconfig | 1 + configs/orangepi_zero_defconfig | 1 + drivers/i2c/mvtwsi.c | 9 + drivers/power/sy8106a.c | 2 + drivers/video/sunxi/Makefile | 1 + drivers/video/sunxi/sunxi_de2.c | 258 +++++++++++++++++ drivers/video/sunxi/sunxi_dw_hdmi.c | 389 ++++++++++++++++++++++++++ include/configs/sunxi-common.h | 9 +- 20 files changed, 979 insertions(+), 124 deletions(-) create mode 100644 arch/arm/include/asm/arch-sunxi/display2.h rename {board/sunxi => arch/arm/mach-sunxi}/Kconfig (98%) create mode 100644 configs/Sinovoip_BPI_M2_Plus_defconfig create mode 100644 drivers/video/sunxi/sunxi_de2.c create mode 100644 drivers/video/sunxi/sunxi_dw_hdmi.c

On Mon, May 08, 2017 at 09:42:04PM +0530, Jagan Teki wrote:
Hi Tom,
Please take this PR.
thanks! Jagan.
The following changes since commit e8f86a026125ff2b2d6bd6eac73d2542852aab84:
sunxi: fix the default value of CONS_INDEX on non-A23/A33 SUN8I (2017-04-25 11:44:21 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to 5a49b2929c0c73e43470cc53b80a6dfa47b5efda:
sunxi: add support for Banana Pi M2 Plus board (2017-05-04 19:46:23 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini