Hi Mats, Philipp, I'll merge this driver, but not yet the follow-ups from Philipp since those need some more work. Regards, Hans On 07/09/2015 10:45 AM, matrandg@xxxxxxxxx wrote: > From: Mats Randgaard <matrandg@xxxxxxxxx> > > Improvements based on feedback from Hans Verkuil: > - Use functions in linux/hdmi.h to print AVI info frames > - Replace private format change event with V4L2_EVENT_SOURCE_CHANGE > - Rewrite set_fmt/get_fmt > - Remove V4L2_SUBDEV_FL_HAS_DEVNODE > > Other improvements since the previous version: > - Protect CONFCTL with a mutex since it is written in both process > context and interrupt context > - Restructure and describe the platform data > - Replace the register that is verified in the probe function with the > read-only register CHIPID > > Mats Randgaard (1): > Driver for Toshiba TC358743 HDMI to CSI-2 bridge > > MAINTAINERS | 7 + > drivers/media/i2c/Kconfig | 9 + > drivers/media/i2c/Makefile | 1 + > drivers/media/i2c/tc358743.c | 1778 ++++++++++++++++++++++++++++++++++++ > drivers/media/i2c/tc358743_regs.h | 681 ++++++++++++++ > include/media/tc358743.h | 131 +++ > include/uapi/linux/v4l2-controls.h | 4 + > 7 files changed, 2611 insertions(+) > create mode 100644 drivers/media/i2c/tc358743.c > create mode 100644 drivers/media/i2c/tc358743_regs.h > create mode 100644 include/media/tc358743.h > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html