In this patch series we add support for Synopsys DWC Phy and improve current driver.
First patch adds the support and remaining patches correct some minor things. All patches were tested using HDMI compliance equipment. Changes v2 -> v3: - Fixed incorrect frequency values - Added ISCR and ACP packets enable - Moved EDID reading to .detect() callback Changes v1 -> v2: - Fixed Audio Infoframe Cc: Carlos Palminha <palminha at synopsys.com> Cc: Archit Taneja <architt at codeaurora.org> Cc: David Airlie <airlied at linux.ie> Cc: Russell King <rmk+kernel at arm.linux.org.uk> Cc: Fabio Estevam <fabio.estevam at freescale.com> Cc: Daniel Vetter <daniel.vetter at ffwll.ch> Cc: Takashi Iwai <tiwai at suse.de> Cc: Vladimir Zapolskiy <vladimir_zapolskiy at mentor.com> Cc: Thierry Reding <treding at nvidia.com> Cc: dri-devel at lists.freedesktop.org Cc: linux-kernel at vger.kernel.org Jose Abreu (3): drm: bridge/dw-hdmi: Add support for DWC Phy drm: bridge/dw-hdmi: Enable ISCR1, ISCR2 and ACP packets drm: bridge/dw-hdmi: Move edid reading to .detect() callback drivers/gpu/drm/bridge/dw-hdmi.c | 103 +++++++++++++++++++++++++++++---------- drivers/gpu/drm/bridge/dw-hdmi.h | 1 + include/drm/bridge/dw_hdmi.h | 1 + 3 files changed, 80 insertions(+), 25 deletions(-) -- 2.1.4