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

2016-03-25 Thread Laurent Pinchart
On Friday 25 Mar 2016 01:26:59 Laurent Pinchart wrote: > 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,

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

2016-03-24 Thread 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 subdev core open implementat