Re: [PATCH v5 18/35] v4l: Allow changing control handler lock

2012-05-14 Thread Sylwester Nawrocki
On 05/14/2012 05:45 PM, Sakari Ailus wrote: > Ooops. The patch included the changes for adp1653 and vivi which I found to be > the only drivers using the lock directly. I somehow missed s5p-fimc --- sorry > about that. It's all right, no big deal. I'll make a patch to correct this. -- Regards Sy

Re: [PATCH v5 18/35] v4l: Allow changing control handler lock

2012-05-14 Thread Sylwester Nawrocki
On 05/14/2012 05:27 PM, Sylwester Nawrocki wrote: > Hi Sakari, > > On 03/06/2012 05:32 PM, Sakari Ailus wrote: >> Allow choosing the lock used by the control handler. This may be handy >> sometimes when a driver providing multiple subdevs does not want to use >> several locks to serialise its func

Re: [PATCH v5 18/35] v4l: Allow changing control handler lock

2012-05-14 Thread Sakari Ailus
Hi Sylwester, Sylwester Nawrocki wrote: Hi Sakari, On 03/06/2012 05:32 PM, Sakari Ailus wrote: Allow choosing the lock used by the control handler. This may be handy sometimes when a driver providing multiple subdevs does not want to use several locks to serialise its functions. Signed-off-by

Re: [PATCH v5 18/35] v4l: Allow changing control handler lock

2012-05-14 Thread Sylwester Nawrocki
Hi Sakari, On 03/06/2012 05:32 PM, Sakari Ailus wrote: > Allow choosing the lock used by the control handler. This may be handy > sometimes when a driver providing multiple subdevs does not want to use > several locks to serialise its functions. > > Signed-off-by: Sakari Ailus > --- > drivers/m

[PATCH v5 18/35] v4l: Allow changing control handler lock

2012-03-06 Thread Sakari Ailus
Allow choosing the lock used by the control handler. This may be handy sometimes when a driver providing multiple subdevs does not want to use several locks to serialise its functions. Signed-off-by: Sakari Ailus --- drivers/media/video/adp1653.c|8 +++--- drivers/media/video/v4l2-ctrls.