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

Hello Wolfgang,
The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 22:47:15 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Helmut Raiger (2): mx31: make HSP clock for mx3fb driver available video: Moving mx3fb.c to CONFIG_VIDEO
Marek Vasut (1): MX5: Make IPU display output and pixel format configurable
Stefano Babic (2): VIDEO: MX5: Switch MX5 to CONFIG_VIDEO VIDEO: MX5: export pix format
Timur Tabi (1): video: update the Freescale DIU driver to use linux/fb.h
arch/arm/cpu/arm1136/mx31/generic.c | 40 ++- arch/arm/include/asm/arch-mx31/clock.h | 1 + arch/arm/include/asm/arch-mx31/imx-regs.h | 14 + board/ttcontrol/vision2/vision2.c | 40 ++- drivers/video/Makefile | 2 +- drivers/video/cfb_console.c | 7 + drivers/video/fsl_diu_fb.c | 54 +--- drivers/video/ipu.h | 46 +--- drivers/video/mx3fb.c | 459 +++++++++++++++++------------ drivers/video/mxc_ipuv3_fb.c | 119 +++----- include/configs/imx31_phycore.h | 24 +- include/configs/qong.h | 14 +- include/configs/vision2.h | 11 +- include/ipu_pixfmt.h | 81 +++++ 14 files changed, 497 insertions(+), 415 deletions(-) create mode 100644 include/ipu_pixfmt.h
Please pull. Thanks!
Anatolij

Dear Anatolij Gustschin,
In message 20111015215457.04c4056f@wker you wrote:
Hello Wolfgang,
The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51:
Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 22:47:15 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
Helmut Raiger (2): mx31: make HSP clock for mx3fb driver available video: Moving mx3fb.c to CONFIG_VIDEO
Marek Vasut (1): MX5: Make IPU display output and pixel format configurable
Stefano Babic (2): VIDEO: MX5: Switch MX5 to CONFIG_VIDEO VIDEO: MX5: export pix format
Timur Tabi (1): video: update the Freescale DIU driver to use linux/fb.h
arch/arm/cpu/arm1136/mx31/generic.c | 40 ++- arch/arm/include/asm/arch-mx31/clock.h | 1 + arch/arm/include/asm/arch-mx31/imx-regs.h | 14 + board/ttcontrol/vision2/vision2.c | 40 ++- drivers/video/Makefile | 2 +- drivers/video/cfb_console.c | 7 + drivers/video/fsl_diu_fb.c | 54 +--- drivers/video/ipu.h | 46 +--- drivers/video/mx3fb.c | 459 +++++++++++++++++------------ drivers/video/mxc_ipuv3_fb.c | 119 +++----- include/configs/imx31_phycore.h | 24 +- include/configs/qong.h | 14 +- include/configs/vision2.h | 11 +- include/ipu_pixfmt.h | 81 +++++ 14 files changed, 497 insertions(+), 415 deletions(-) create mode 100644 include/ipu_pixfmt.h
Applied, thanks.
Best regards,
Wolfgang Denk
participants (2)
-
Anatolij Gustschin
-
Wolfgang Denk