Re: [PATCH] adv7604: add CEC support for adv7611/adv7612

2018-10-15 Thread Hans Verkuil
On 10/15/2018 05:15 PM, Niklas Söderlund wrote: > Hi Hans, > > Thanks for your patch. > > On 2018-10-12 13:30:02 +0200, Hans Verkuil wrote: >> The CEC IP is very similar between the three HDMI receivers, but >> not identical. Add support for all three variants. >> >> Tested with an adv7604 and an

Re: [PATCH] adv7604: add CEC support for adv7611/adv7612

2018-10-15 Thread Niklas Söderlund
Hi Hans, Thanks for your patch. On 2018-10-12 13:30:02 +0200, Hans Verkuil wrote: > The CEC IP is very similar between the three HDMI receivers, but > not identical. Add support for all three variants. > > Tested with an adv7604 and an adv7612. > > Signed-off-by: Hans Verkuil This fixes CEC o

[PATCH] adv7604: add CEC support for adv7611/adv7612

2018-10-12 Thread Hans Verkuil
The CEC IP is very similar between the three HDMI receivers, but not identical. Add support for all three variants. Tested with an adv7604 and an adv7612. Signed-off-by: Hans Verkuil --- drivers/media/i2c/adv7604.c | 63 +++-- 1 file changed, 53 insertions(+), 10