Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1351347
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] genirq: Export IRQ functions for module use |
| Date | 2016-03-07 08:50 +0100 |
| Message-ID | <r9Y5r-8lu-3@gated-at.bofh.it> (permalink) |
| References | <r8CTo-8sH-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Mar 3, 2016 at 9:56 PM, Quan Nguyen <qnguyen@apm.com> 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() > > Signed-off-by: Quan Nguyen <qnguyen@apm.com> > Link: https://lists.01.org/pipermail/kbuild-all/2016-February/017914.html Seems like the right solution if we should have run-time loaded IRQchips. Acked-by: Linus Walleij <linus.walleij@linaro.org> This causes a build error in -next so if it's not solved before the merge window we may have to mark the xgene standby driver as bool to overcome the problem. Yours, Linus Walleij
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] genirq: Export IRQ functions for module use Linus Walleij <linus.walleij@linaro.org> - 2016-03-07 08:50 +0100
csiph-web