dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] drm/mediatek: MT8173 HDMI support
@ 2016-06-13  9:44 Philipp Zabel
  2016-06-15 20:19 ` Dave Airlie
  0 siblings, 1 reply; 3+ messages in thread
From: Philipp Zabel @ 2016-06-13  9:44 UTC (permalink / raw)
  To: David Airlie; +Cc: linux-mediatek, kernel, dri-devel

Hi Dave,

please consider merging this tag, which contains the v16 MT8173 HDMI
patches I sent on 2016-05-26, rebased onto v4.7-rc2. There have been no
further comments.

regards
Philipp

The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b:

  Linux 4.7-rc2 (2016-06-05 14:31:26 -0700)

are available in the git repository at:

  git://git.pengutronix.de/git/pza/linux.git tags/mediatek-drm-2016-06-13

for you to fetch changes up to 21ff16b77e779f9f9dd56522613f3835b0a3a386:

  dt-bindings: hdmi-connector: add DDC I2C bus phandle documentation (2016-06-13 11:08:27 +0200)

----------------------------------------------------------------
MT8173 HDMI support

- device tree binding documentation for MT8173 HDMI encoder, CEC, DDC,
  and PHY
- drivers for MT8173 HDMI encoder, CEC (HPD only for now), DDC, and PHY
- enable HDMI output via a custom SMCCC call
- add ddc-i2c-bus property to HDMI connector device tree binding

----------------------------------------------------------------
Jie Qiu (2):
      drm/mediatek: Add HDMI support
      drm/mediatek: enable hdmi output control bit

Philipp Zabel (2):
      dt-bindings: drm/mediatek: Add Mediatek HDMI dts binding
      dt-bindings: hdmi-connector: add DDC I2C bus phandle documentation

 .../bindings/display/connector/hdmi-connector.txt  |    1 +
 .../bindings/display/mediatek/mediatek,hdmi.txt    |  148 ++
 drivers/gpu/drm/mediatek/Kconfig                   |    8 +
 drivers/gpu/drm/mediatek/Makefile                  |    7 +
 drivers/gpu/drm/mediatek/mtk_cec.c                 |  265 +++
 drivers/gpu/drm/mediatek/mtk_cec.h                 |   26 +
 drivers/gpu/drm/mediatek/mtk_hdmi.c                | 1828 ++++++++++++++++++++
 drivers/gpu/drm/mediatek/mtk_hdmi.h                |   23 +
 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c            |  358 ++++
 drivers/gpu/drm/mediatek/mtk_hdmi_regs.h           |  238 +++
 drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c     |  515 ++++++
 11 files changed, 3417 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,hdmi.txt
 create mode 100644 drivers/gpu/drm/mediatek/mtk_cec.c
 create mode 100644 drivers/gpu/drm/mediatek/mtk_cec.h
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi.c
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi.h
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c
 create mode 100644 drivers/gpu/drm/mediatek/mtk_hdmi_regs.h
 create mode 100644 drivers/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2016-06-16 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13  9:44 [GIT PULL] drm/mediatek: MT8173 HDMI support Philipp Zabel
2016-06-15 20:19 ` Dave Airlie
2016-06-16 14:41   ` Philipp Zabel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox