Re: [PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-03 Thread Stefan Agner
On 2014-12-03 11:49, Arnd Bergmann wrote: > On Wednesday 03 December 2014 01:12:03 Stefan Agner wrote: >> +#ifdef CONFIG_ARM_NVIC >> +extern const struct irq_domain_ops *nvic_routable_irq_domain_ops; >> +static inline void __init register_routable_domain_ops >> +

Re: [PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-03 Thread Arnd Bergmann
On Wednesday 03 December 2014 01:12:03 Stefan Agner wrote: > +#ifdef CONFIG_ARM_NVIC > +extern const struct irq_domain_ops *nvic_routable_irq_domain_ops; > +static inline void __init register_routable_domain_ops > + (const struct irq_domain_ops *ops) > +{ > +

Re: [PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-03 Thread Uwe Kleine-König
Hello Stefan, On Wed, Dec 03, 2014 at 01:12:03AM +0100, Stefan Agner wrote: > Add support for routable irq domain ops like the GIC interrupt > controller provides. This is useful for asymmetrical multi- > processor SoCs, such as Freescale Vybrid (VF6xx) which have > a Cortex-M4 alongside a

Re: [PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-03 Thread Uwe Kleine-König
Hello Stefan, On Wed, Dec 03, 2014 at 01:12:03AM +0100, Stefan Agner wrote: Add support for routable irq domain ops like the GIC interrupt controller provides. This is useful for asymmetrical multi- processor SoCs, such as Freescale Vybrid (VF6xx) which have a Cortex-M4 alongside a Cortex-A5

Re: [PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-03 Thread Arnd Bergmann
On Wednesday 03 December 2014 01:12:03 Stefan Agner wrote: +#ifdef CONFIG_ARM_NVIC +extern const struct irq_domain_ops *nvic_routable_irq_domain_ops; +static inline void __init register_routable_domain_ops + (const struct irq_domain_ops *ops) +{ +

Re: [PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-03 Thread Stefan Agner
On 2014-12-03 11:49, Arnd Bergmann wrote: On Wednesday 03 December 2014 01:12:03 Stefan Agner wrote: +#ifdef CONFIG_ARM_NVIC +extern const struct irq_domain_ops *nvic_routable_irq_domain_ops; +static inline void __init register_routable_domain_ops +

[PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-02 Thread Stefan Agner
Add support for routable irq domain ops like the GIC interrupt controller provides. This is useful for asymmetrical multi- processor SoCs, such as Freescale Vybrid (VF6xx) which have a Cortex-M4 alongside a Cortex-A5 and a interrupt router to route the peripheral interrupts between them.

[PATCH 04/12] irqchip: nvic: support routable irq domain ops

2014-12-02 Thread Stefan Agner
Add support for routable irq domain ops like the GIC interrupt controller provides. This is useful for asymmetrical multi- processor SoCs, such as Freescale Vybrid (VF6xx) which have a Cortex-M4 alongside a Cortex-A5 and a interrupt router to route the peripheral interrupts between them.