Hi Dave, Please pull omapdrm changes for v4.15. Tomi The following changes since commit 9e66317d3c92ddaab330c125dfe9d06eee268aff: Linux 4.14-rc3 (2017-10-01 14:54:54 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git tags/omapdrm-4.15 for you to fetch changes up to 019114efd9bb21594c36a5fbdab34a004dfb0a79: omapdrm: omapdss_hdmi_ops: add lost_hotplug op (2017-10-12 10:49:14 +0300) ---------------------------------------------------------------- omapdrm changes for 4.15 * OMAP4 HDMI CEC support ---------------------------------------------------------------- Hans Verkuil (9): omapdrm: encoder-tpd12s015: keep ls_oe_gpio high omapdrm: hdmi.h: extend hdmi_core_data with CEC fields omapdrm: hdmi4: make low-level functions available omapdrm: hdmi4: prepare irq handling for HDMI CEC support omapdrm: hdmi4: move hdmi4_core_powerdown_disable to hdmi_power_on_core() omapdrm: hdmi4: refcount hdmi_power_on/off_core omapdrm: hdmi4_cec: add OMAP4 HDMI CEC support omapdrm: hdmi4: hook up the HDMI CEC support omapdrm: omapdss_hdmi_ops: add lost_hotplug op drivers/gpu/drm/omapdrm/displays/connector-hdmi.c | 8 +- .../gpu/drm/omapdrm/displays/encoder-tpd12s015.c | 18 +- drivers/gpu/drm/omapdrm/dss/Kconfig | 8 + drivers/gpu/drm/omapdrm/dss/Makefile | 1 + drivers/gpu/drm/omapdrm/dss/hdmi.h | 7 +- drivers/gpu/drm/omapdrm/dss/hdmi4.c | 62 +++- drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c | 381 +++++++++++++++++++++ drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h | 55 +++ drivers/gpu/drm/omapdrm/dss/hdmi4_core.c | 7 +- drivers/gpu/drm/omapdrm/dss/hdmi4_core.h | 4 + drivers/gpu/drm/omapdrm/dss/omapdss.h | 1 + 11 files changed, 522 insertions(+), 30 deletions(-) create mode 100644 drivers/gpu/drm/omapdrm/dss/hdmi4_cec.c create mode 100644 drivers/gpu/drm/omapdrm/dss/hdmi4_cec.h Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki. Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel