Re: [PATCH 3/3] v4l: subdev: Call pad init_cfg operation when opening subdevs

2016-05-09 Thread Sakari Ailus
Hi Laurent, On Mon, May 09, 2016 at 07:18:11PM +0300, Laurent Pinchart wrote: > Hi Sakari, > > On Wednesday 04 May 2016 14:25:33 Sakari Ailus wrote: > > From: Laurent Pinchart > > > > The subdev core code currently rely on the subdev open handler to > > initialize the file handle's pad configur

Re: [PATCH 3/3] v4l: subdev: Call pad init_cfg operation when opening subdevs

2016-05-09 Thread Laurent Pinchart
Hi Sakari, On Wednesday 04 May 2016 14:25:33 Sakari Ailus wrote: > From: Laurent Pinchart > > The subdev core code currently rely on the subdev open handler to > initialize the file handle's pad configuration, even though subdevs now > have a pad operation dedicated for that purpose. > > As a f

Re: [PATCH 3/3] v4l: subdev: Call pad init_cfg operation when opening subdevs

2016-05-04 Thread Hans Verkuil
On 05/04/2016 01:25 PM, Sakari Ailus wrote: > From: Laurent Pinchart > > The subdev core code currently rely on the subdev open handler to > initialize the file handle's pad configuration, even though subdevs now > have a pad operation dedicated for that purpose. > > As a first step towards mi

[PATCH 3/3] v4l: subdev: Call pad init_cfg operation when opening subdevs

2016-05-04 Thread Sakari Ailus
From: Laurent Pinchart The subdev core code currently rely on the subdev open handler to initialize the file handle's pad configuration, even though subdevs now have a pad operation dedicated for that purpose. As a first step towards migration to init_cfg, call the operation operation in the sub