devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/bridge: add Silicon Image SiI8620 driver
@ 2015-12-08 13:49 Andrzej Hajda
  2015-12-08 13:49 ` [PATCH 1/3] video: add header file for Mobile High-Definition Link (MHL) interface Andrzej Hajda
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andrzej Hajda @ 2015-12-08 13:49 UTC (permalink / raw)
  To: open list:DRM DRIVERS
  Cc: Mark Rutland, devicetree, Pawel Moll, Bartlomiej Zolnierkiewicz,
	Ian Campbell, Andrzej Hajda, Kyungmin Park, Rob Herring,
	Kumar Gala, Thierry Reding, Marek Szyprowski

Hi,

This patchset adds MHL bridge driver for Silicon Image SiI8620 chip.
The chip is quite powerful, supports MHL versions up to 3.0. It is present
in multiple mobile devices.

I have put common MHL definitions into include/linux/mhl.h header file,
similarily to include/linux/hdmi.h.

The patchset is based on latest exynos-drm-next branch.

Regards
Andrzej


Andrzej Hajda (3):
  video: add header file for Mobile High-Definition Link (MHL) interface
  dt-bindings: add Silicon Image SiI8620 bridge bindings
  drm/bridge: add Silicon Image SiI8620 driver

 .../bindings/video/bridge/sil-sii8620.txt          |   34 +
 drivers/gpu/drm/bridge/Kconfig                     |    7 +
 drivers/gpu/drm/bridge/Makefile                    |    1 +
 drivers/gpu/drm/bridge/sil-sii8620.c               | 1567 ++++++++++++++++++++
 drivers/gpu/drm/bridge/sil-sii8620.h               | 1517 +++++++++++++++++++
 include/linux/mhl.h                                |  292 ++++
 6 files changed, 3418 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/video/bridge/sil-sii8620.txt
 create mode 100644 drivers/gpu/drm/bridge/sil-sii8620.c
 create mode 100644 drivers/gpu/drm/bridge/sil-sii8620.h
 create mode 100644 include/linux/mhl.h

-- 
1.9.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-12-09 21:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-08 13:49 [PATCH 0/3] drm/bridge: add Silicon Image SiI8620 driver Andrzej Hajda
2015-12-08 13:49 ` [PATCH 1/3] video: add header file for Mobile High-Definition Link (MHL) interface Andrzej Hajda
2015-12-08 13:49 ` [PATCH 2/3] dt-bindings: add Silicon Image SiI8620 bridge bindings Andrzej Hajda
2015-12-09  3:47   ` Rob Herring
2015-12-09  9:58     ` Andrzej Hajda
2015-12-09 21:54       ` Rob Herring
2015-12-08 13:49 ` [PATCH 3/3] drm/bridge: add Silicon Image SiI8620 driver Andrzej Hajda

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