devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] drm: dt: jz4780: Add Ingenic JZ4780 driver
@ 2015-03-04 15:37 Zubair Lutfullah Kakakhel
  2015-03-04 15:37 ` [PATCH 1/5] dt-bindings: video: Add Ingenic jz4780-drm binding Zubair Lutfullah Kakakhel
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Zubair Lutfullah Kakakhel @ 2015-03-04 15:37 UTC (permalink / raw)
  To: airlied-cv59FeDIM0c
  Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	Zubair.Kakakhel-1AXoQHu6uovQT0dZR+AlfA

Hi,

Here we have 5 patches that add a DRM driver for the LCD
controller in the Ingenic JZ4780 SoC.

The HDMI Controller in the JZ4780 is by Synopsys
and the dw_hdmi driver is used.

These patches are based on 4.0-rc2

Feedback welcome

Thank-you
ZubairLK

Zubair Lutfullah Kakakhel (5):
  dt-bindings: video: Add Ingenic jz4780-drm binding
  dt-bindings: video: Add jz4780-lcd binding
  drm: jz4780: Add DRM driver for Ingenic JZ4780
  dt-bindings: video: Add jz4780-hdmi binding
  drm: bridge/dw_hdmi: add jz4780 support

 .../bindings/video/ingenic-jz4780-drm.txt          |  17 +
 .../bindings/video/ingenic-jz4780-hdmi.txt         |  41 ++
 .../bindings/video/ingenic-jz4780-lcd.txt          |  39 ++
 drivers/gpu/drm/Kconfig                            |   2 +
 drivers/gpu/drm/Makefile                           |   1 +
 drivers/gpu/drm/jz4780/Kconfig                     |  22 +
 drivers/gpu/drm/jz4780/Makefile                    |  11 +
 drivers/gpu/drm/jz4780/dw_hdmi-jz4780.c            | 234 +++++++
 drivers/gpu/drm/jz4780/jz4780_crtc.c               | 721 +++++++++++++++++++++
 drivers/gpu/drm/jz4780/jz4780_drv.c                | 388 +++++++++++
 drivers/gpu/drm/jz4780/jz4780_drv.h                |  84 +++
 drivers/gpu/drm/jz4780/jz4780_regs.h               | 696 ++++++++++++++++++++
 include/drm/bridge/dw_hdmi.h                       |   1 +
 13 files changed, 2257 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/video/ingenic-jz4780-drm.txt
 create mode 100644 Documentation/devicetree/bindings/video/ingenic-jz4780-hdmi.txt
 create mode 100644 Documentation/devicetree/bindings/video/ingenic-jz4780-lcd.txt
 create mode 100644 drivers/gpu/drm/jz4780/Kconfig
 create mode 100644 drivers/gpu/drm/jz4780/Makefile
 create mode 100644 drivers/gpu/drm/jz4780/dw_hdmi-jz4780.c
 create mode 100644 drivers/gpu/drm/jz4780/jz4780_crtc.c
 create mode 100644 drivers/gpu/drm/jz4780/jz4780_drv.c
 create mode 100644 drivers/gpu/drm/jz4780/jz4780_drv.h
 create mode 100644 drivers/gpu/drm/jz4780/jz4780_regs.h

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2015-03-04 21:38 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 15:37 [PATCH 0/5] drm: dt: jz4780: Add Ingenic JZ4780 driver Zubair Lutfullah Kakakhel
2015-03-04 15:37 ` [PATCH 1/5] dt-bindings: video: Add Ingenic jz4780-drm binding Zubair Lutfullah Kakakhel
2015-03-04 15:37 ` [PATCH 2/5] dt-bindings: video: Add jz4780-lcd binding Zubair Lutfullah Kakakhel
2015-03-04 15:37 ` [PATCH 3/5] drm: jz4780: Add DRM driver for Ingenic JZ4780 Zubair Lutfullah Kakakhel
2015-03-04 21:38   ` Paul Bolle
2015-03-04 15:37 ` [PATCH 4/5] dt-bindings: video: Add jz4780-hdmi binding Zubair Lutfullah Kakakhel
     [not found] ` <1425483471-59808-1-git-send-email-Zubair.Kakakhel-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-03-04 15:37   ` [PATCH 5/5] drm: bridge/dw_hdmi: add jz4780 support Zubair Lutfullah Kakakhel
2015-03-04 21:30     ` Paul Bolle

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