On 06/02/17 14:18, Dave Stevenson wrote: > These 3 patches for TC358743 came out of trying to use the > existing driver with a new Raspberry Pi CSI-2 receiver driver. Nice! Doing that has been on my todo list for ages but I never got around to it. I have one of these and using the Raspberry Pi with the tc358743 would allow me to add a CEC driver as well. > A couple of the subdevice API calls were not implemented or > otherwise gave odd results. Those are fixed. > > The TC358743 interface board being used didn't have the IRQ > line wired up to the SoC. "interrupts" is listed as being > optional in the DT binding, but the driver didn't actually > function if it wasn't provided. > > Dave Stevenson (3): > [media] tc358743: Add enum_mbus_code > [media] tc358743: Setup default mbus_fmt before registering > [media] tc358743: Add support for platforms without IRQ line All looks good, I'll take this for 4.12. Regards, Hans > > drivers/media/i2c/tc358743.c | 59 +++++++++++++++++++++++++++++++++++++++++++- > 1 file changed, 58 insertions(+), 1 deletion(-) >