Re: [PATCH] mxs: icoll: Add function to register an interrupt as FIQ source

2013-05-02 Thread Maxime Ripard
Hi Shawn, Le 02/05/2013 04:39, Shawn Guo a écrit : > On Mon, Apr 29, 2013 at 03:58:37PM +0200, Maxime Ripard wrote: >> MXS, unlike other ARM platforms, > > How are other ARM platforms handling that? Just like that. You can look at mxc_set_irq_fiq in arch/arm/mach-imx/irq-common.c or s3c24xx_set_

Re: [PATCH] mxs: icoll: Add function to register an interrupt as FIQ source

2013-05-01 Thread Shawn Guo
On Mon, Apr 29, 2013 at 03:58:37PM +0200, Maxime Ripard wrote: > MXS, unlike other ARM platforms, How are other ARM platforms handling that? > has no way to make a FIQ from an > interrupt from a driver, without poking directly into the icoll. > > Add an exported function to do this. > > Signed-

[PATCH] mxs: icoll: Add function to register an interrupt as FIQ source

2013-04-29 Thread Maxime Ripard
MXS, unlike other ARM platforms, has no way to make a FIQ from an interrupt from a driver, without poking directly into the icoll. Add an exported function to do this. Signed-off-by: Maxime Ripard --- arch/arm/mach-mxs/icoll.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arc