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
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
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
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
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.