Re: V4L2 endpoint parser doesn't support empty ports

2014-06-09 Thread Sylwester Nawrocki
Hi Nikhil, On 09/06/14 10:22, Nikhil Devshatwar wrote: > Hi everyboady, > > When using V4l2 endpoint framework for parsing device tree nodes, > > I don't find any API which can allow me to iterate over all the > endpoints in a specific port > > Currectly we have v4l2_of_get_next_endpoint which

V4L2 endpoint parser doesn't support empty ports

2014-06-09 Thread Nikhil Devshatwar
Hi everyboady, When using V4l2 endpoint framework for parsing device tree nodes, I don't find any API which can allow me to iterate over all the endpoints in a specific port Currectly we have v4l2_of_get_next_endpoint which can be used to iterate over all the endpoints under that device_node Ty