Re: [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-02-07 Thread Stephen Boyd
On 01/14, Stephen Boyd wrote: > On 01/06/14 14:24, Stephen Boyd wrote: > > On 01/02/14 16:37, Stephen Boyd wrote: > >> Some drivers use request_any_context_irq() but there isn't a > >> devm_* function for it. Add one so that these drivers don't need > >> to explicitly free the irq on driver

Re: [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-02-07 Thread Stephen Boyd
On 01/14, Stephen Boyd wrote: On 01/06/14 14:24, Stephen Boyd wrote: On 01/02/14 16:37, Stephen Boyd wrote: Some drivers use request_any_context_irq() but there isn't a devm_* function for it. Add one so that these drivers don't need to explicitly free the irq on driver detach. Cc:

Re: [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-01-14 Thread Stephen Boyd
On 01/06/14 14:24, Stephen Boyd wrote: > On 01/02/14 16:37, Stephen Boyd wrote: >> Some drivers use request_any_context_irq() but there isn't a >> devm_* function for it. Add one so that these drivers don't need >> to explicitly free the irq on driver detach. >> >> Cc: Thomas Gleixner >>

Re: [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-01-14 Thread Stephen Boyd
On 01/06/14 14:24, Stephen Boyd wrote: On 01/02/14 16:37, Stephen Boyd wrote: Some drivers use request_any_context_irq() but there isn't a devm_* function for it. Add one so that these drivers don't need to explicitly free the irq on driver detach. Cc: Thomas Gleixner t...@linutronix.de

Re: [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-01-06 Thread Stephen Boyd
On 01/02/14 16:37, Stephen Boyd wrote: > Some drivers use request_any_context_irq() but there isn't a > devm_* function for it. Add one so that these drivers don't need > to explicitly free the irq on driver detach. > > Cc: Thomas Gleixner > Signed-off-by: Stephen Boyd Thomas, can you please

Re: [PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-01-06 Thread Stephen Boyd
On 01/02/14 16:37, Stephen Boyd wrote: Some drivers use request_any_context_irq() but there isn't a devm_* function for it. Add one so that these drivers don't need to explicitly free the irq on driver detach. Cc: Thomas Gleixner t...@linutronix.de Signed-off-by: Stephen Boyd

[PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-01-02 Thread Stephen Boyd
Some drivers use request_any_context_irq() but there isn't a devm_* function for it. Add one so that these drivers don't need to explicitly free the irq on driver detach. Cc: Thomas Gleixner Signed-off-by: Stephen Boyd --- include/linux/interrupt.h | 5 + kernel/irq/devres.c | 45

[PATCH v2 02/10] genirq: Add devm_request_any_context_irq()

2014-01-02 Thread Stephen Boyd
Some drivers use request_any_context_irq() but there isn't a devm_* function for it. Add one so that these drivers don't need to explicitly free the irq on driver detach. Cc: Thomas Gleixner t...@linutronix.de Signed-off-by: Stephen Boyd sb...@codeaurora.org --- include/linux/interrupt.h | 5