From: Hans Verkuil <hans.verk...@cisco.com>

This little patch series adds support for CEC to the Toshiba TC358743
HDMI to CSI bridge.

The CEC IP is identical to that of the tc358840 for which I already had
CEC support. So this is effectively the tc358840 CEC code copied to the
tc358743. An RFC version of the tc358840 has been posted to the mailinglist
in the past, but it is still not quite ready to be merged.

Once it is ready for merging I might decide to share the CEC code between the
two drivers, but for now just put it in the tc358743 code.

Tested with a Raspberry Pi 2B, Dave Stevenson's bcm283x camera receiver
driver and an Auvidea tc358743 board.

Regards,

        Hans

Hans Verkuil (2):
  tc358743_regs.h: add CEC registers
  tc358743: add CEC support

 drivers/media/i2c/Kconfig         |   8 ++
 drivers/media/i2c/tc358743.c      | 196 ++++++++++++++++++++++++++++++++++++--
 drivers/media/i2c/tc358743_regs.h |  94 +++++++++++++++++-
 3 files changed, 290 insertions(+), 8 deletions(-)

-- 
2.14.1

Reply via email to