[PATCH v3 0/3] exynos5420/hdmi: add support for hdmi subsystem

Rahul Sharma rahul.sharma at samsung.com
Wed Jun 19 05:51:06 PDT 2013


Add support for exynos5420 hdmi subsystem. It adds compatible strings
for exynos5420 mixer and Changes the drivers as per IP modifications.

This set doesn't have changes for hdmiphy, which will posted
independently.

This set is based on drm-next branch of Inki Dae's tree at
http://git.kernel.org/cgit/linux/kernel/git/daeinki/drm-exynos.git.

v3:
1) instead of replacing with old compatible strings, new ones are added
without removing the support for older ones.
2) removed patch "drm/exynos: fix interlace resolutions for exynos5420" as
it is independently merged.

v2:
1)update device mixer tree binding document with "samsung,exynos5420-mixer"

Rahul Sharma (3):
  drm/exynos: add new compatible strings for hdmi subsystem
  drm/exynos: add support for exynos5420 mixer
  ARM/dts: change compatible strings for hdmi subsystem

 .../devicetree/bindings/video/exynos_hdmi.txt      |    7 ++-
 .../devicetree/bindings/video/exynos_hdmiddc.txt   |    7 ++-
 .../devicetree/bindings/video/exynos_hdmiphy.txt   |    7 ++-
 .../devicetree/bindings/video/exynos_mixer.txt     |    9 ++-
 arch/arm/boot/dts/cros5250-common.dtsi             |    4 +-
 arch/arm/boot/dts/exynos5250-smdk5250.dts          |    4 +-
 arch/arm/boot/dts/exynos5250.dtsi                  |    4 +-
 drivers/gpu/drm/exynos/exynos_ddc.c                |    2 +
 drivers/gpu/drm/exynos/exynos_hdmi.c               |    3 +
 drivers/gpu/drm/exynos/exynos_hdmiphy.c            |    4 ++
 drivers/gpu/drm/exynos/exynos_mixer.c              |   62 ++++++++++++++------
 drivers/gpu/drm/exynos/regs-mixer.h                |    7 +++
 12 files changed, 89 insertions(+), 31 deletions(-)

-- 
1.7.10.4



More information about the dri-devel mailing list