Re: [PATCH] cobalt: do not register subdev nodes

2017-08-28 Thread Sakari Ailus
On Mon, Aug 28, 2017 at 10:45:58AM +0200, Hans Verkuil wrote: > In the distant past the adv7604 driver used private controls. In order to > access > them the v4l-subdevX nodes were needed. Later the is_private tag was removed > in > the adv7604 driver and the need for v4l-subdevX device nodes dis

[PATCH] cobalt: do not register subdev nodes

2017-08-28 Thread Hans Verkuil
In the distant past the adv7604 driver used private controls. In order to access them the v4l-subdevX nodes were needed. Later the is_private tag was removed in the adv7604 driver and the need for v4l-subdevX device nodes disappeared. Remove the creation of those device nodes from this driver. No