linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] LS1021A: Add dcfb framebuffer driver support.
@ 2014-11-24 10:20 Xiubo Li
  2014-11-24 10:20 ` [PATCH 1/4] video: fsl-dcfb: Add dcfb framebuffer driver for LS1021A platform Xiubo Li
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Xiubo Li @ 2014-11-24 10:20 UTC (permalink / raw)
  To: linux-arm-kernel

Framebuffer driver for the Freescale SoC Display Controller.

Xiubo Li (4):
  video: fsl-dcfb: Add dcfb framebuffer driver for LS1021A platform
  video: fsl-dcfb: Add devicetree binding support
  ARM: ls1021a: dtsi: Add dt node support for dcfb.
  ARM: ls1021a: dts: Add and enable dt node for dcfb.

 .../devicetree/bindings/video/fsl,dcfb.txt         |  52 ++
 arch/arm/boot/dts/ls1021a-twr.dts                  |  26 +
 arch/arm/boot/dts/ls1021a.dtsi                     |  10 +
 drivers/video/fbdev/Kconfig                        |  19 +
 drivers/video/fbdev/Makefile                       |   1 +
 drivers/video/fbdev/fsl-dcfb.c                     | 811 +++++++++++++++++++++
 6 files changed, 919 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/video/fsl,dcfb.txt
 create mode 100644 drivers/video/fbdev/fsl-dcfb.c

-- 
2.1.0.27.g96db324


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-02  7:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24 10:20 [PATCH 0/4] LS1021A: Add dcfb framebuffer driver support Xiubo Li
2014-11-24 10:20 ` [PATCH 1/4] video: fsl-dcfb: Add dcfb framebuffer driver for LS1021A platform Xiubo Li
2014-12-01 13:29   ` Alexander Stein
2014-12-02  7:55     ` Li.Xiubo
2014-11-24 10:20 ` [PATCH 2/4] video: fsl-dcfb: Add devicetree binding support Xiubo Li
2014-11-24 10:20 ` [PATCH 3/4] ARM: ls1021a: dtsi: Add dt node support for dcfb Xiubo Li
2014-11-24 10:20 ` [PATCH 4/4] ARM: ls1021a: dts: Add and enable dt node " Xiubo Li
2014-12-01  2:38 ` [PATCH 0/4] LS1021A: Add dcfb framebuffer driver support Li.Xiubo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).