[PATCH RESEND v2 0/3] drm/bridge: add Silicon Image SiI8620 driver

Andrzej Hajda a.hajda at samsung.com
Wed May 11 06:11:07 UTC 2016


Hi Inki, Daniel,

This is RESEND of the patchset from 01-08-2016 (5 months already).
The only change is added ack for bindings, thanks Rob.
I have put Inki as the main recipient because Sii8620 is present on Samsung
dev board and since drivers of bridges have no dedicated maintainer the practice
is (am I right?) to push such drivers via DRM device maintainers.
Inki could you take a look?

I have added also Daniel to check if include/linux/mhl.h is correct enough
and in proper location, I hope I have addressed this kind request correctly.

Below original message:

This version of patchset contains fixes of interrupt pin and binding description
according to Rob Herring comments.

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          |   33 +
 drivers/gpu/drm/bridge/Kconfig                     |    7 +
 drivers/gpu/drm/bridge/Makefile                    |    1 +
 drivers/gpu/drm/bridge/sil-sii8620.c               | 1558 ++++++++++++++++++++
 drivers/gpu/drm/bridge/sil-sii8620.h               | 1517 +++++++++++++++++++
 include/linux/mhl.h                                |  292 ++++
 6 files changed, 3408 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



More information about the dri-devel mailing list