[PATCH v2 0/8] MIPS: jz4780 HDMI

From: H. Nikolaus Schaller
Date: Thu Aug 05 2021 - 10:14:11 EST


This series adds HDMI support for JZ4780 and CI20 board

V2:
- code and commit messages revisited for checkpatch warnings
- rebased on v5.14-rc4
- include (failed, hence RFC 8/8) attempt to convert to component framework
(was suggested by Paul Cercueil <paul@xxxxxxxxxxxxxxx> a while ago)


H. Nikolaus Schaller (2):
MIPS: CI20: defconfig: configure for DRM_DW_HDMI_JZ4780
[RFC] drm/ingenic: convert to component framework for jz4780 hdmi

Paul Boddie (5):
drm/bridge: synopsis: Add mode_fixup and bridge timings support
drm/ingenic: Add jz4780 Synopsys HDMI driver
drm/ingenic: Add support for JZ4780 and HDMI output
MIPS: DTS: jz4780: account for Synopsys HDMI driver and LCD controller
MIPS: DTS: CI20: add HDMI setup

Sam Ravnborg (1):
dt-bindings: display: Add ingenic-jz4780-hdmi DT Schema

.../bindings/display/ingenic-jz4780-hdmi.yaml | 82 +++++++++
arch/mips/boot/dts/ingenic/ci20.dts | 64 +++++++
arch/mips/boot/dts/ingenic/jz4780.dtsi | 45 +++++
arch/mips/configs/ci20_defconfig | 7 +
drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 16 ++
drivers/gpu/drm/ingenic/Kconfig | 9 +
drivers/gpu/drm/ingenic/Makefile | 1 +
drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 163 ++++++++++++++++--
drivers/gpu/drm/ingenic/ingenic-drm.h | 52 ++++++
drivers/gpu/drm/ingenic/ingenic-dw-hdmi.c | 156 +++++++++++++++++
include/drm/bridge/dw_hdmi.h | 5 +
11 files changed, 585 insertions(+), 15 deletions(-)
create mode 100644 Documentation/devicetree/bindings/display/ingenic-jz4780-hdmi.yaml
create mode 100644 drivers/gpu/drm/ingenic/ingenic-dw-hdmi.c

--
2.31.1