Hi, 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 | 1560 ++++++++++++++++++++ drivers/gpu/drm/bridge/sil-sii8620.h | 1517 +++++++++++++++++++ include/linux/mhl.h | 292 ++++ 6 files changed, 3410 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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html