mbox

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

Message ID 20110802225309.3c06d68c@wker
State Accepted
Headers show

Pull-request

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

Message

Anatolij Gustschin Aug. 2, 2011, 8:53 p.m. UTC
Dear Wolfgang,

The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018:

  Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 22:39:36 +0200)

are available in the git repository at:

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

Anatolij Gustschin (2):
      video: mb862xx: support Coral-PA controller
      video: mb862xx: change controller detection message

Jason Kridner (1):
      video: update Makefile to include OMAP3 DSS driver

Matthias Weisser (1):
      video: Use memset instead of loop

Syed Mohammed Khasim (1):
      OMAP3: Add DSS driver for OMAP3

Timur Tabi (1):
      video: Add SHARP LQ084S3LG01 LCD support on P1022DS

 arch/arm/include/asm/arch-omap3/dss.h         |  173 +++++++++++++++++++++++++
 arch/powerpc/cpu/mpc512x/diu.c                |    2 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |    2 +-
 board/freescale/p1022ds/diu.c                 |    2 +-
 drivers/video/Makefile                        |    1 +
 drivers/video/fsl_diu_fb.c                    |   51 +++++--
 drivers/video/mb862xx.c                       |   34 ++++-
 drivers/video/mb86r0xgdc.c                    |    3 +-
 drivers/video/omap3_dss.c                     |  130 +++++++++++++++++++
 include/fsl_diu_fb.h                          |    2 +-
 10 files changed, 373 insertions(+), 27 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/dss.h
 create mode 100644 drivers/video/omap3_dss.c

Please pull. Thanks!

Best regards,
Anatolij

Comments

Wolfgang Denk Aug. 4, 2011, 8:57 p.m. UTC | #1
Dear Anatolij Gustschin,

In message <20110802225309.3c06d68c@wker> you wrote:
> 
> The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 22:39:36 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> Anatolij Gustschin (2):
>       video: mb862xx: support Coral-PA controller
>       video: mb862xx: change controller detection message
> 
> Jason Kridner (1):
>       video: update Makefile to include OMAP3 DSS driver
> 
> Matthias Weisser (1):
>       video: Use memset instead of loop
> 
> Syed Mohammed Khasim (1):
>       OMAP3: Add DSS driver for OMAP3
> 
> Timur Tabi (1):
>       video: Add SHARP LQ084S3LG01 LCD support on P1022DS
> 
>  arch/arm/include/asm/arch-omap3/dss.h         |  173 +++++++++++++++++++++++++
>  arch/powerpc/cpu/mpc512x/diu.c                |    2 +-
>  board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |    2 +-
>  board/freescale/p1022ds/diu.c                 |    2 +-
>  drivers/video/Makefile                        |    1 +
>  drivers/video/fsl_diu_fb.c                    |   51 +++++--
>  drivers/video/mb862xx.c                       |   34 ++++-
>  drivers/video/mb86r0xgdc.c                    |    3 +-
>  drivers/video/omap3_dss.c                     |  130 +++++++++++++++++++
>  include/fsl_diu_fb.h                          |    2 +-
>  10 files changed, 373 insertions(+), 27 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-omap3/dss.h
>  create mode 100644 drivers/video/omap3_dss.c
> 
> Please pull. Thanks!

Applied - except for the two OMAP3 DSS driver patches, which I had to
exclude due to licensing issues. Thanks.

Best regards,

Wolfgang Denk