Re: [RFC 06/13] v4l2-async: per notifier locking

2017-02-15 Thread Pavel Machek
Hi! > > From: Sebastian Reichel > > > > Without this, camera support breaks boot on N900. > > That's kind of vague. I just checked my original patch and it looks > like I did not bother to write a proper patch description. I suggest > to make this > > "Fix v4l2-async locking, so that v4l2_asyn

Re: [RFC 06/13] v4l2-async: per notifier locking

2017-02-14 Thread Sakari Ailus
Hi Pavel and Sebastian, On Tue, Feb 14, 2017 at 02:39:56PM +0100, Pavel Machek wrote: > From: Sebastian Reichel > > Without this, camera support breaks boot on N900. > > Signed-off-by: Ivaylo Dimitrov > --- > drivers/media/v4l2-core/v4l2-async.c | 54 > ++-- >

Re: [RFC 06/13] v4l2-async: per notifier locking

2017-02-14 Thread Sebastian Reichel
Hi, On Tue, Feb 14, 2017 at 02:39:56PM +0100, Pavel Machek wrote: > From: Sebastian Reichel > > Without this, camera support breaks boot on N900. That's kind of vague. I just checked my original patch and it looks like I did not bother to write a proper patch description. I suggest to make this

[RFC 06/13] v4l2-async: per notifier locking

2017-02-14 Thread Pavel Machek
From: Sebastian Reichel Without this, camera support breaks boot on N900. Signed-off-by: Ivaylo Dimitrov --- drivers/media/v4l2-core/v4l2-async.c | 54 ++-- include/media/v4l2-async.h | 2 ++ 2 files changed, 29 insertions(+), 27 deletions(-) diff --