RE: [PATCH v2 03/28] ARM: gic: Export irq chip functions

From: Santosh Shilimkar
Date: Mon Jan 24 2011 - 01:39:24 EST


Colin,
> -----Original Message-----
> From: linux-arm-kernel-bounces@xxxxxxxxxxxxxxxxxxx [mailto:linux-
> arm-kernel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Colin Cross
> Sent: Monday, January 24, 2011 7:31 AM
> To: linux-tegra@xxxxxxxxxxxxxxx
> Cc: Russell King; Linus Walleij; konkers@xxxxxxxxxxx; Gary King;
> Catalin Marinas; Abhijeet Dharmapurikar; linux-
> kernel@xxxxxxxxxxxxxxx; Colin Cross; olof@xxxxxxxxx; linux-arm-
> kernel@xxxxxxxxxxxxxxxxxxx
> Subject: [PATCH v2 03/28] ARM: gic: Export irq chip functions
>
> Some systems combine the GIC with an external interrupt controller.
> On these systems it may be necessary to update both the GIC
> registers
> and the external controller's registers to control IRQ behavior.
> Export the irq chip functions so that these systems can define a
> custom irq chip that calls into the GIC handlers.
>
> Signed-off-by: Colin Cross <ccross@xxxxxxxxxxx>
> ---
> v2: Updated on top of irq_data changes
>
> arch/arm/common/gic.c | 11 +++++------
> arch/arm/include/asm/hardware/gic.h | 10 ++++++++++
> 2 files changed, 15 insertions(+), 6 deletions(-)
>
Instead of exporting the GIC library, I think we could add the
flexibility with slightly different approach.
Have few common arm patches mainly for PM.
Will post them shortly. Have a look at them.


Regards,
Santosh
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/