linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
To: <airlied@linux.ie>
Cc: <dri-devel@lists.freedesktop.org>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>, <Zubair.Kakakhel@imgtec.com>
Subject: [PATCH_V2 0/5] drm: jz4780: Add drm driver for Ingenic JZ4780
Date: Mon, 9 Mar 2015 12:44:00 +0000	[thread overview]
Message-ID: <1425905045-14007-1-git-send-email-Zubair.Kakakhel@imgtec.com> (raw)

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-rc3

V1 -> V2
Fixed module licenses
Fix in makefile and #include drm_flip_work
Rebased to v4.0-rc3

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                    |   4 +
 drivers/gpu/drm/jz4780/dw_hdmi-jz4780.c            | 235 +++++++
 drivers/gpu/drm/jz4780/jz4780_crtc.c               | 719 +++++++++++++++++++++
 drivers/gpu/drm/jz4780/jz4780_drv.c                | 388 +++++++++++
 drivers/gpu/drm/jz4780/jz4780_drv.h                |  82 +++
 drivers/gpu/drm/jz4780/jz4780_regs.h               | 694 ++++++++++++++++++++
 include/drm/bridge/dw_hdmi.h                       |   1 +
 13 files changed, 2245 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


             reply	other threads:[~2015-03-09 12:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-09 12:44 Zubair Lutfullah Kakakhel [this message]
2015-03-09 12:44 ` [PATCH_V2 1/5] dt-bindings: video: Add Ingenic jz4780-drm binding Zubair Lutfullah Kakakhel
2015-03-09 12:44 ` [PATCH_V2 2/5] dt-bindings: video: Add jz4780-lcd binding Zubair Lutfullah Kakakhel
2015-03-09 12:44 ` [PATCH_V2 3/5] drm: jz4780: Add DRM driver for Ingenic JZ4780 Zubair Lutfullah Kakakhel
2015-03-10  7:39   ` Daniel Vetter
2015-03-09 12:44 ` [PATCH_V2 4/5] dt-bindings: video: Add jz4780-hdmi binding Zubair Lutfullah Kakakhel
2015-03-09 12:44 ` [PATCH_V2 5/5] drm: bridge/dw_hdmi: Add jz4780 support Zubair Lutfullah Kakakhel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425905045-14007-1-git-send-email-Zubair.Kakakhel@imgtec.com \
    --to=zubair.kakakhel@imgtec.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).