All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/4] LS1021A: Add dcfb framebuffer driver support.
@ 2014-12-03  9:15 ` Xiubo Li
  0 siblings, 0 replies; 35+ messages in thread
From: Xiubo Li @ 2014-12-03  9:15 UTC (permalink / raw)
  To: plagnioj, tomi.valkeinen
  Cc: alexander.stein, shawn.guo, linux-fbdev, linux-arm-kernel,
	linux-kernel, Xiubo Li

Framebuffer driver for the Freescale SoC Display Controller.


Change in V2:
- Use the native-mode timing as default.
- Add to_fsl_private().


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                     | 814 +++++++++++++++++++++
 6 files changed, 922 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] 35+ messages in thread

end of thread, other threads:[~2014-12-04 10:19 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-03  9:15 [PATCHv2 0/4] LS1021A: Add dcfb framebuffer driver support Xiubo Li
2014-12-03  9:15 ` Xiubo Li
2014-12-03  9:15 ` Xiubo Li
2014-12-03  9:15 ` [PATCHv2 1/4] video: fsl-dcfb: Add dcfb framebuffer driver for LS1021A platform Xiubo Li
2014-12-03  9:15   ` Xiubo Li
2014-12-03  9:15   ` Xiubo Li
2014-12-04  9:21   ` Alexander Stein
2014-12-04  9:21     ` Alexander Stein
2014-12-04  9:21     ` Alexander Stein
2014-12-03  9:16 ` [PATCHv2 2/4] video: fsl-dcfb: Add devicetree binding support Xiubo Li
2014-12-03  9:16   ` Xiubo Li
2014-12-03  9:16   ` Xiubo Li
2014-12-03  9:16 ` [PATCHv2 3/4] ARM: ls1021a: dtsi: Add dt node support for dcfb Xiubo Li
2014-12-03  9:16   ` Xiubo Li
2014-12-03  9:16   ` Xiubo Li
2014-12-03  9:16 ` [PATCHv2 4/4] ARM: ls1021a: dts: Add and enable dt node " Xiubo Li
2014-12-03  9:16   ` Xiubo Li
2014-12-03  9:16   ` Xiubo Li
2014-12-03  9:51 ` [PATCHv2 0/4] LS1021A: Add dcfb framebuffer driver support Arnd Bergmann
2014-12-03  9:51   ` Arnd Bergmann
2014-12-03  9:51   ` Arnd Bergmann
2014-12-04  1:56   ` Li.Xiubo
2014-12-04  1:56     ` Li.Xiubo
2014-12-04  8:10     ` Tomi Valkeinen
2014-12-04  8:10       ` Tomi Valkeinen
2014-12-04  8:30       ` Li.Xiubo
2014-12-04  8:30         ` Li.Xiubo
2014-12-04  9:09         ` Tomi Valkeinen
2014-12-04  9:09           ` Tomi Valkeinen
2014-12-04  9:54           ` Li.Xiubo
2014-12-04  9:54             ` Li.Xiubo
2014-12-04  9:59             ` Tomi Valkeinen
2014-12-04  9:59               ` Tomi Valkeinen
2014-12-04 10:03               ` Li.Xiubo
2014-12-04 10:03                 ` Li.Xiubo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.