Guennadi Liakhovetski <g.liakhovetski@xxxxxx> writes: > Hi Robert, > > On Sat, 14 Jun 2014, Robert Jarzmik wrote: > >> Hi Guennadi, >> >> I'm slowly converting all of my drivers to device-tree. >> In the process, I met ... soc_camera. >> >> I converted mt9m111.c and pxa_camera.c, but now I need the linking >> soc_camera. And I don't have a clear idea on how it should be done. > > Have a look at this thread > > http://thread.gmane.org/gmane.linux.ports.sh.devel/34412/focus=36244 Ah excellent, job's done before working, just as I like it :) Just a couple of remarks : - in Ben's serie, there is/are call(s) to v4l2_of_get_next_endpoint(). This was recently replaced with of_graph_get_next_endpoint(). Same story for v4l2_of_get_remote_port() replaced by of_graph_get_remote_port(). See commit "[media] of: move graph helpers from drivers/media/v4l2-core to drivers/of", commit id fd9fdb7. - the clock "mclk" topic There will be cases where this SoC clock won't be available in the common clock framework, ie. not in drivers/clk. For example the PXA architecture is not yet ported to the commmon clk framework (it's in the staging). So we should be carefull to not assume common clock framework is available. - the testing coverage For the next spin I'd like to be joined to the list of reviewers/testers. As I'm testing it for another couple of host/icd, that will grow up the test base. Cheers. -- Robert -- 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