Re: [PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op

2019-09-25 Thread Philipp Zabel
Hi Jacopo, On Wed, 2019-09-25 at 16:51 +0200, Jacopo Mondi wrote: > Hello, >sorry for having missed this Thank you and Laurent for completing the list of interested parties, I had completely forgotten about the frame descriptors. > On Wed, Sep 25, 2019 at 04:41:13PM +0300, Laurent Pinchart w

Re: [PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op

2019-09-25 Thread Philipp Zabel
Hi Laurent, On Wed, 2019-09-25 at 16:41 +0300, Laurent Pinchart wrote: > Hi Philipp, > > (CC'ing Sakari, Jacopo, Kieran and Niklas) > > Thank you for the patch. > > On Tue, Sep 24, 2019 at 01:49:53PM +0200, Philipp Zabel wrote: > > Add a subdevice video operation that allows to query the number

Re: [PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op

2019-09-25 Thread Jacopo Mondi
Hello, sorry for having missed this On Wed, Sep 25, 2019 at 04:41:13PM +0300, Laurent Pinchart wrote: > Hi Philipp, > > (CC'ing Sakari, Jacopo, Kieran and Niklas) > > Thank you for the patch. > > On Tue, Sep 24, 2019 at 01:49:53PM +0200, Philipp Zabel wrote: > > Add a subdevice video operation

Re: [PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op

2019-09-25 Thread Laurent Pinchart
Hi Philipp, (CC'ing Sakari, Jacopo, Kieran and Niklas) Thank you for the patch. On Tue, Sep 24, 2019 at 01:49:53PM +0200, Philipp Zabel wrote: > Add a subdevice video operation that allows to query the number > of data lanes a MIPI CSI-2 TX is actively transmitting on. > > Suggested-by: Hans Ve

[PATCH v4 1/3] media: v4l2-subdev: add g_csi_active_lanes() op

2019-09-24 Thread Philipp Zabel
Add a subdevice video operation that allows to query the number of data lanes a MIPI CSI-2 TX is actively transmitting on. Suggested-by: Hans Verkuil Signed-off-by: Philipp Zabel --- New in v4. --- include/media/v4l2-subdev.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/media/