Re: [RFC PATCH 21/24] mx1_camera: clear the use of fiq

2011-08-23 Thread Nicolas Pitre
On Tue, 23 Aug 2011, Venkatraman S wrote: > From: Venkatraman S > > fiq interface as used by mx1 camera is suspicious, with the > definition of NR_IRQS to be 1024 in the only platform this is used > (OMAP). Set the stage for decoupling this from using the fiq interface. > > Signed-off-by: Venka

[RFC PATCH 21/24] mx1_camera: clear the use of fiq

2011-08-23 Thread Venkatraman S
From: Venkatraman S fiq interface as used by mx1 camera is suspicious, with the definition of NR_IRQS to be 1024 in the only platform this is used (OMAP). Set the stage for decoupling this from using the fiq interface. Signed-off-by: Venkatraman S --- drivers/media/video/mx1_camera.c |7 ++