[PATCH RFA 2/2] drm/i2c: tda998x: add component support

2014-07-24 Thread Russell King
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 pre

[PATCH RFA 2/2] drm/i2c: tda998x: add component support

2014-07-24 Thread Darren Etheridge
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