Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755604Ab3HEWUf (ORCPT ); Mon, 5 Aug 2013 18:20:35 -0400 Received: from mail-ea0-f179.google.com ([209.85.215.179]:47759 "EHLO mail-ea0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754946Ab3HEWU3 (ORCPT ); Mon, 5 Aug 2013 18:20:29 -0400 From: Sebastian Hesselbarth To: Sebastian Hesselbarth Cc: David Airlie , Darren Etheridge , Rob Clark , Russell King , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/8] Several NXP TDA998x patches Date: Tue, 6 Aug 2013 00:20:10 +0200 Message-Id: <1375741218-10225-1-git-send-email-sebastian.hesselbarth@gmail.com> X-Mailer: git-send-email 1.7.10.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1896 Lines: 48 This patch set picks up several patches sent during the past months related with NXP TDA998x HDMI transmitter driver. The patches have been tested on Marvell Dove (Armada DRM) on several HDMI modes with audio playing on S/PDIF. I have also quickly tested on Beaglebone Black (tilcdc) for one DVI mode. As I squashed some patches and fixed some audio issues, it would be great to have a formal Tested-by or Acked-by from Russell and Darren for the whole patch set. Darren Etheridge (2): drm/i2c: tda998x: prepare for broken sync workaround drm/tilcdc fixup mode to workaound sync for tda998x Russell King (5): drm/i2c: tda998x: fix EDID reading on TDA19988 devices drm/i2c: tda998x: ensure VIP output mux is properly set drm/i2c: tda998x: fix npix/nline programming drm/i2c: tda998x: prepare for video input configuration drm/i2c: tda998x: add video and audio input configuration Sebastian Hesselbarth (1): drm/i2c: tda998x: fix sync generation and calculation arch/arm/boot/dts/am335x-boneblack.dts | 2 +- drivers/gpu/drm/i2c/tda998x_drv.c | 526 +++++++++++++++++++++++++++----- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 7 +- drivers/gpu/drm/tilcdc/tilcdc_slave.c | 27 +- include/drm/i2c/tda998x.h | 23 ++ 5 files changed, 507 insertions(+), 78 deletions(-) create mode 100644 include/drm/i2c/tda998x.h --- Cc: David Airlie Cc: Darren Etheridge Cc: Rob Clark Cc: Russell King Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/