Re: [PATCH v2 2/7] irq: Export per-cpu irq allocation and de-allocation functions

2015-09-30 Thread Thomas Petazzoni
Hello, Some minor typos, quite certainly not worth respining a new iteration of the series. On Fri, 25 Sep 2015 18:09:33 +0200, Gregory CLEMENT wrote: > From: Maxime Ripard > > Some drivers might use the per-cpu interrupts and still might be built as a >

[PATCH v2 2/7] irq: Export per-cpu irq allocation and de-allocation functions

2015-09-25 Thread Gregory CLEMENT
From: Maxime Ripard Some drivers might use the per-cpu interrupts and still might be built as a module. Export request_percpu_irq an free_percpu_irq to these user, which also make it consistent with enable/disable_percpu_irq that were exported. Reported-by: