mbox

[U-Boot] Please pull : u-boot-video/master

Message ID 20160315091453.1a9eaa50@crub
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-video.git master

Message

Anatolij Gustschin March 15, 2016, 8:14 a.m. UTC
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

Comments

Tom Rini March 15, 2016, 12:01 p.m. UTC | #1
On Tue, Mar 15, 2016 at 09:14:53AM +0100, Anatolij Gustschin wrote:

> 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)
> 

Applied to u-boot/master, thanks!