From mboxrd@z Thu Jan 1 00:00:00 1970 From: detheridge@ti.com (Darren Etheridge) Date: Thu, 24 Jul 2014 14:36:20 -0500 Subject: [PATCH RFA 2/2] drm/i2c: tda998x: add component support In-Reply-To: References: Message-ID: <53D16034.1040508@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/24/2014 09:57 AM, Russell King wrote: > Add component helper support to the tda998x driver. This permits the > TDA998x to be declared as a separate device in device tree, and bound > at the appropriate moment with a co-operating card driver. > > The existing slave_encoder interfaces are kept while there are existing > users of it in order to prevent regressions. > > Signed-off-by: Russell King > --- > RFA = request for acks, but tested-by's are also welcome, particularly > for tilcdc hardware. > Works fine on BeagleBone Black (tilcdc + tda998x) Tested against 3.16-rc6, using unmodified tilcdc driver, unmodified dts. Version details: Linux am335x-evm 3.16.0-rc6-00002-gf8a096f-dirty #40 SMP Thu Jul 24 13:49:42 CDT 2014 armv7l GNU/Linux Tried modetest with a variety of modes, all looked correct. Tested as both built-in and modules. Tested-by: Darren Etheridge From mboxrd@z Thu Jan 1 00:00:00 1970 From: Darren Etheridge Subject: Re: [PATCH RFA 2/2] drm/i2c: tda998x: add component support Date: Thu, 24 Jul 2014 14:36:20 -0500 Message-ID: <53D16034.1040508@ti.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from bear.ext.ti.com (bear.ext.ti.com [192.94.94.41]) by gabe.freedesktop.org (Postfix) with ESMTP id DED3D6E710 for ; Thu, 24 Jul 2014 12:37:09 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: Russell King , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Cc: Sebastian Hesselbarth List-Id: dri-devel@lists.freedesktop.org On 07/24/2014 09:57 AM, Russell King wrote: > Add component helper support to the tda998x driver. This permits the > TDA998x to be declared as a separate device in device tree, and bound > at the appropriate moment with a co-operating card driver. > > The existing slave_encoder interfaces are kept while there are existing > users of it in order to prevent regressions. > > Signed-off-by: Russell King > --- > RFA = request for acks, but tested-by's are also welcome, particularly > for tilcdc hardware. > Works fine on BeagleBone Black (tilcdc + tda998x) Tested against 3.16-rc6, using unmodified tilcdc driver, unmodified dts. Version details: Linux am335x-evm 3.16.0-rc6-00002-gf8a096f-dirty #40 SMP Thu Jul 24 13:49:42 CDT 2014 armv7l GNU/Linux Tried modetest with a variety of modes, all looked correct. Tested as both built-in and modules. Tested-by: Darren Etheridge