Re: [PATCH] genirq: Export IRQ functions for module use

2016-03-06 Thread Linus Walleij
On Thu, Mar 3, 2016 at 9:56 PM, Quan Nguyen wrote: > Export list of functions below to build gpio-xgene-sb driver as module > + irq_chip_*_parent() > + irq_domain_create_hierarchy(), > + irq_domain_set_hwirq_and_chip(), > + irq_domain_reset_irq_data(), > + irq_domain_alloc/free_irqs_parent() > >

[PATCH] genirq: Export IRQ functions for module use

2016-03-03 Thread Quan Nguyen
Export list of functions below to build gpio-xgene-sb driver as module + irq_chip_*_parent() + irq_domain_create_hierarchy(), + irq_domain_set_hwirq_and_chip(), + irq_domain_reset_irq_data(), + irq_domain_alloc/free_irqs_parent() Signed-off-by: Quan Nguyen Link: https://lists.01.org/pipermail/kbu