[PATCH 0/4] Add HDMI jack support on RK3288

From: Cheng-Yi Chiang
Date: Fri Jul 05 2019 - 00:26:39 EST


This patch series supports HDMI jack reporting on RK3288, which uses
DRM dw-hdmi driver and hdmi-codec codec driver.

The previous discussion about reporting jack status using hdmi-notifier
and drm_audio_component is at

https://lore.kernel.org/patchwork/patch/1083027/

The new approach is to use a callback mechanism that is
specific to hdmi-codec.

Cheng-Yi Chiang (4):
ASoC: hdmi-codec: Add an op to set callback function for plug event
drm: bridge: dw-hdmi: Report connector status using callback
ASoC: rockchip_max98090: Add dai_link for HDMI
ASoC: rockchip_max98090: Add HDMI jack support

.../gpu/drm/bridge/synopsys/dw-hdmi-audio.h | 3 +
.../drm/bridge/synopsys/dw-hdmi-i2s-audio.c | 10 ++
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 32 ++++-
include/sound/hdmi-codec.h | 16 +++
sound/soc/codecs/hdmi-codec.c | 52 ++++++++
sound/soc/rockchip/rockchip_max98090.c | 112 ++++++++++++++----
6 files changed, 201 insertions(+), 24 deletions(-)

--
2.22.0.410.gd8fdbe21b5-goog