Hello, everyone.
We developed some kind of custom daughter card (cdc). It streams video via standard board to board connector(cdc->connector(b)->connector(a)->vin0 etc.)
Default software (v4l2 capture driver and saLoopBack) uses tvp7002.ko do detect video signal parameters and fill respective fields in v4l2_subdev structure, am i right?
So, our cdc by default outputs transformed video signal(like tvp7002) but has no control pins.
Questions are: how to avoid all default calls to tvp7002 or how to emulate i2c work of tvp7002?
Best regards.
Paul.