From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King Subject: [GIT PULL] TDA998x I2C driver fixes Date: Fri, 7 Feb 2014 20:38:23 +0000 Message-ID: <20140207203823.GA5681@rmk-PC.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from pandora.arm.linux.org.uk (gw-1.arm.linux.org.uk [78.32.30.217]) by gabe.freedesktop.org (Postfix) with ESMTP id 340AD1057B0 for ; Fri, 7 Feb 2014 12:38:32 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: airlied@linux.ie Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org David, Please incorporate the latest TDA998x I2C driver fixes, which can be found at: git://ftp.arm.linux.org.uk/~rmk/linux-cubox.git tda998x-fixes with SHA1 2e9a3fc3a360ac180f5b4c3c4416a0d0dec60dd8, based on v3.13. These are a number of fixes from the patch set which Jean-Francois has been working on which I think are important to be merged during -rc, and have been tested independently here. I've been in discussion with Rob, who is happy that I send these directly to you. Test merging this with v3.14-rc1 shows no conflicts. This will update the following files: drivers/gpu/drm/i2c/tda998x_drv.c | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) through these changes: Jean-Francois Moine (6): drm/i2c: tda998x: fix bad value in the AIF drm/i2c: tda998x: check the CEC device creation drm/i2c: tda998x: free the CEC device on encoder_destroy drm/i2c: tda998x: force the page register at startup time drm/i2c: tda998x: set the PLL division factor in range 0..3 drm/i2c: tda998x: fix the ENABLE_SPACE register Thanks.