Hi folks,

My colleague and I are trying to work out what to do to support the following 
combination:

soc_camera + rcar_vin for capture, and the mainline adv7604 driver (which we 
have modified to successfully drive the adv7612).

The problem we face is that the 7604 driver uses the new "pads" API, but 
soc_camera based drivers like rcar_vin do not.

Obviously, there are a few approaches we could take, but we could use some 
guidance on this.

One approach would be to bodge some non-pads older API support into the 7604 
driver. This would probably be the easiest solution.

A better approach might be to add pad API support to soc_camera, but it seems 
to me that the soc_camera API does not abstract away all of the areas that 
might need to be touched, which would lead to much pad-related churn in all the 
other soc_camera drivers.

The codebase is rather large, and we're struggling to see a clear path through 
this. Whatever we do, we would like to be acceptable upstream, so we'd like to 
open a discussion.

Perhaps a soc_camera2 with pads support?

-- 
Ian Molton <[email protected]>
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to