Re: [PATCH 2/4] mx2_camera: return IRQ_NONE when doing nothing

2010-08-09 Thread Baruch Siach
Hi Guennadi, On Wed, Jul 28, 2010 at 01:25:27PM +0200, Guennadi Liakhovetski wrote: > A general comment to your patches: the actual driver is going to be merged > via the ARM tree, all other your incremental patches should rather go via > the v4l tree. So, we'll have to synchronise with ARM, let

Re: [PATCH 2/4] mx2_camera: return IRQ_NONE when doing nothing

2010-07-28 Thread Guennadi Liakhovetski
A general comment to your patches: the actual driver is going to be merged via the ARM tree, all other your incremental patches should rather go via the v4l tree. So, we'll have to synchronise with ARM, let's hope ARM patches go in early enough. On Tue, 27 Jul 2010, Baruch Siach wrote: > Signe

Re: [PATCH 2/4] mx2_camera: return IRQ_NONE when doing nothing

2010-07-28 Thread Russell King - ARM Linux
On Wed, Jul 28, 2010 at 08:53:37AM +0200, Sascha Hauer wrote: > On Tue, Jul 27, 2010 at 03:06:08PM +0300, Baruch Siach wrote: > > Signed-off-by: Baruch Siach > > --- > > drivers/media/video/mx2_camera.c |8 +--- > > 1 files changed, 5 insertions(+), 3 deletions(-) > > > > diff --git a/dr

Re: [PATCH 2/4] mx2_camera: return IRQ_NONE when doing nothing

2010-07-27 Thread Sascha Hauer
On Tue, Jul 27, 2010 at 03:06:08PM +0300, Baruch Siach wrote: > Signed-off-by: Baruch Siach > --- > drivers/media/video/mx2_camera.c |8 +--- > 1 files changed, 5 insertions(+), 3 deletions(-) > > diff --git a/drivers/media/video/mx2_camera.c > b/drivers/media/video/mx2_camera.c > index

[PATCH 2/4] mx2_camera: return IRQ_NONE when doing nothing

2010-07-27 Thread Baruch Siach
Signed-off-by: Baruch Siach --- drivers/media/video/mx2_camera.c |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/media/video/mx2_camera.c b/drivers/media/video/mx2_camera.c index 1536bd4..b42ad8d 100644 --- a/drivers/media/video/mx2_camera.c +++ b/drivers/m