[U-Boot] Please pull : u-boot-video/master
Anatolij Gustschin
agust at denx.de
Tue Mar 15 09:14:53 CET 2016
Hi Tom,
The following changes since commit df61a74e6845ec9bdcdd48d2aff5e9c2c6debeaa:
Prepare v2016.03 (2016-03-14 10:20:21 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-video.git master
for you to fetch changes up to 00b1d2d3178747c113dd8f939cf3e2d449bfaf54:
imx: mx6: hdmi: handle overflow condition (2016-03-14 22:53:45 +0100)
----------------------------------------------------------------
Jacob Chen (6):
dm: video: Add a operation to display uclass
rockchip: Add a binding file for rk3288 video
rockchip: video: Add a display driver for rockchip LVDS
rockchip: dts: Add LVDS support
rockchip: video: Add LVDS support in vop driver
doc: dt-bindings: Describe rockchip LVDS interface
Peng Fan (3):
video: ipu: avoid overflow issue
imx: mx6: correct IPU clock
imx: mx6: hdmi: handle overflow condition
arch/arm/cpu/armv7/mx6/soc.c | 13 +-
arch/arm/dts/rk3288.dtsi | 47 +++-
arch/arm/include/asm/arch-rockchip/lvds_rk3288.h | 97 +++++++++
arch/arm/include/asm/arch-rockchip/vop_rk3288.h | 1 +
doc/device-tree-bindings/video/rockchip-lvds.txt | 77 +++++++
drivers/video/display-uclass.c | 3 +
drivers/video/ipu_common.c | 73 +++++--
drivers/video/rockchip/Makefile | 2 +-
drivers/video/rockchip/rk_lvds.c | 254 ++++++++++++++++++++++
drivers/video/rockchip/rk_vop.c | 16 +-
include/configs/mx6sabre_common.h | 6 +-
include/display.h | 11 +-
include/dt-bindings/video/rk3288.h | 11 +
13 files changed, 585 insertions(+), 26 deletions(-)
create mode 100644 arch/arm/include/asm/arch-rockchip/lvds_rk3288.h
create mode 100644 doc/device-tree-bindings/video/rockchip-lvds.txt
create mode 100644 drivers/video/rockchip/rk_lvds.c
create mode 100644 include/dt-bindings/video/rk3288.h
Please pull. Thanks!
Anatolij
More information about the U-Boot
mailing list