[PATCH 0/3] Rework MPC5121 DIU support (for 2.6.34)

sun york-R58495 R58495 at freescale.com
Mon Mar 1 01:32:06 EST 2010


I agree device tree is the right direction to go.

Sent from my Android phone
----- Original Message -----
From:"Anatolij Gustschin" <agust at denx.de>
To:"linuxppc-dev at ozlabs.org" <linuxppc-dev at ozlabs.org>
Cc:"grant.likely at secretlab.ca" <grant.likely at secretlab.ca>, "linux-fbdev at vger.kernel.org" <linux-fbdev at vger.kernel.org>, "yorksun at freescale.com" <yorksun at freescale.com>, "dzu at denx.de" <dzu at denx.de>, "wd at denx.de" <wd at denx.de>, "jrigby at gmail.com" <jrigby at gmail.com>, "Anatolij Gustschin" <agust at denx.de>
Sent:02-27-2010 16:00
Subject:[PATCH 0/3] Rework MPC5121 DIU support (for 2.6.34)


This patch series rework DIU support patch submitted
previously with the patch series for updating MPC5121
support in mainline. It doesn't add new panel timing data
to the framebuffer driver anymore. Instead we now allow
encoding this data in the device tree. First two patches
add this support.

The third patch for DIU support is rebased, but still
depends on patches for adding MPC5121 USB support (because
it touches shared platform code).

It is intended for inclusion in 2.6.34, since without
DIU support patch framebuffer doesn't work on mpc5121.

Anatolij Gustschin (3):
  video: add support for getting video mode from device tree
  fbdev: fsl-diu-fb.c: allow setting panel video mode from DT
  powerpc/mpc5121: shared DIU framebuffer support

 arch/powerpc/platforms/512x/mpc5121_ads.c     |    7 +
 arch/powerpc/platforms/512x/mpc5121_generic.c |   13 ++
 arch/powerpc/platforms/512x/mpc512x.h         |    3 +
 arch/powerpc/platforms/512x/mpc512x_shared.c  |  282 +++++++++++++++++++++++++
 arch/powerpc/sysdev/fsl_soc.h                 |    1 +
 drivers/video/Kconfig                         |    6 +
 drivers/video/Makefile                        |    1 +
 drivers/video/fsl-diu-fb.c                    |   88 +++++---
 drivers/video/fsl-diu-fb.h                    |  223 -------------------
 drivers/video/ofmode.c                        |   95 +++++++++
 drivers/video/ofmode.h                        |    6 +
 include/linux/fsl-diu-fb.h                    |  223 +++++++++++++++++++
 12 files changed, 693 insertions(+), 255 deletions(-)
 delete mode 100644 drivers/video/fsl-diu-fb.h
 create mode 100644 drivers/video/ofmode.c
 create mode 100644 drivers/video/ofmode.h
 create mode 100644 include/linux/fsl-diu-fb.h




More information about the Linuxppc-dev mailing list