Re: [PATCH v2 6/7] drm/i2c: tda998x: add CEC support

2017-12-11 Thread Russell King - ARM Linux
On Wed, Dec 06, 2017 at 02:50:44PM +0100, Hans Verkuil wrote: > Hi Russell, > > Thanks for this patch series! > > On 12/06/17 13:35, Russell King wrote: > > The TDA998x is a HDMI transmitter with a TDA9950 CEC engine integrated > > onto the same die. Add support for the TDA9950 CEC engine to the

Re: [PATCH v2 6/7] drm/i2c: tda998x: add CEC support

2017-12-08 Thread Hans Verkuil
On 12/08/2017 12:57 PM, Russell King - ARM Linux wrote: > On Wed, Dec 06, 2017 at 02:50:44PM +0100, Hans Verkuil wrote: >> Hi Russell, >> >> Thanks for this patch series! >> >> On 12/06/17 13:35, Russell King wrote: >>> The TDA998x is a HDMI transmitter with a TDA9950 CEC engine integrated >>> onto

[PATCH v2 6/7] drm/i2c: tda998x: add CEC support

2017-12-06 Thread Russell King
The TDA998x is a HDMI transmitter with a TDA9950 CEC engine integrated onto the same die. Add support for the TDA9950 CEC engine to the TDA998x driver. Signed-off-by: Russell King --- drivers/gpu/drm/i2c/Kconfig | 1 + drivers/gpu/drm/i2c/tda998x_drv.c | 209

Re: [PATCH v2 6/7] drm/i2c: tda998x: add CEC support

2017-12-06 Thread Hans Verkuil
Hi Russell, Thanks for this patch series! On 12/06/17 13:35, Russell King wrote: > The TDA998x is a HDMI transmitter with a TDA9950 CEC engine integrated > onto the same die. Add support for the TDA9950 CEC engine to the > TDA998x driver. > > Signed-off-by: Russell King > --- > drivers/gpu/dr