From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sat, 8 Aug 2015 17:42:17 +0200 Subject: [U-Boot] Please pull u-boot-sunxi master Message-ID: <55C62359.6030608@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, Here is the second sunxi pull-req for v2015.10, highlights: -SPL nand support -Composite video out support -Misc fixes / defconfig improvements The following changes since commit ae27120c31d58b8bb694d9155bcffdcfae8552a6: Merge git://git.denx.de/u-boot-dm (2015-08-06 19:56:03 -0400) are available in the git repository at: http://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to 39920c81ce4431b7ea08f5e80feb5ec8b156864e: sunxi: display: Add composite video out support (2015-08-08 16:26:20 +0200) ---------------------------------------------------------------- Aleksei Mamlin (1): sunxi: Enable USB DRC on Wexler TAB7200 Hans de Goede (9): sunxi: usb-phy: Never power off the usb ports sunxi: Add CONFIG_USB0_ID_DET setting to 2 more tablets sunxi: Do not add a stdout-path alias to dts on boards without a serial port sunxi: Enable musb in host mode on the Jesurun Q5 sunxi: display: Replace #ifdef-ery with helper functions sunxi: display: Correct clk_delay calculations for lcd displays sunxi: display: Add a few extra register and constant defines sunxi: display: Add support for interlaced modes sunxi: display: Add composite video out support Karol Gugala (1): sunxi: nand: Add pinmux and clock settings for NAND support Piotr Zierhoffer (2): sunxi: nand: Add basic sunxi NAND driver for SPL with DMA support sunxi: nand: Add board configuration options arch/arm/cpu/armv7/sunxi/usb_phy.c | 7 + arch/arm/include/asm/arch-sunxi/clock_sun4i.h | 4 +- arch/arm/include/asm/arch-sunxi/clock_sun6i.h | 1 + arch/arm/include/asm/arch-sunxi/display.h | 45 +++- arch/arm/include/asm/arch-sunxi/gpio.h | 1 + arch/arm/include/asm/arch-sunxi/usb_phy.h | 1 + board/sunxi/Kconfig | 7 + board/sunxi/board.c | 27 ++ configs/Chuwi_V7_CW0825_defconfig | 1 + configs/Mele_M3_defconfig | 1 + configs/UTOO_P66_defconfig | 1 + configs/Wexler_TAB7200_defconfig | 5 + configs/jesurun_q5_defconfig | 2 + doc/README.video | 7 +- drivers/mtd/nand/Kconfig | 40 +++ drivers/mtd/nand/Makefile | 1 + drivers/mtd/nand/sunxi_nand_spl.c | 353 ++++++++++++++++++++++++++ drivers/usb/host/ehci-sunxi.c | 1 - drivers/usb/host/ohci-sunxi.c | 1 - drivers/usb/musb-new/sunxi.c | 28 +- drivers/video/sunxi_display.c | 334 ++++++++++++++++++------ include/configs/sunxi-common.h | 12 + 22 files changed, 786 insertions(+), 94 deletions(-) create mode 100644 drivers/mtd/nand/sunxi_nand_spl.c Regards, Hans