Re: [PATCH 00/15] Kill off set_irq_flags

2015-06-10 Thread Kevin Hilman
Rob Herring writes: > On Tue, Jun 9, 2015 at 3:28 PM, Russell King - ARM Linux > wrote: >> On Tue, Jun 09, 2015 at 01:26:26PM -0500, Rob Herring wrote: >>> This series converts all users of ARM specific set_irq_flags to use >>> common genirq functions. In many cases where irqdomains are used, th

Re: [PATCH 00/15] Kill off set_irq_flags

2015-06-09 Thread Rob Herring
On Tue, Jun 9, 2015 at 3:28 PM, Russell King - ARM Linux wrote: > On Tue, Jun 09, 2015 at 01:26:26PM -0500, Rob Herring wrote: >> This series converts all users of ARM specific set_irq_flags to use >> common genirq functions. In many cases where irqdomains are used, the >> set_irq_flags calls were

Re: [PATCH 00/15] Kill off set_irq_flags

2015-06-09 Thread Russell King - ARM Linux
On Tue, Jun 09, 2015 at 01:26:26PM -0500, Rob Herring wrote: > This series converts all users of ARM specific set_irq_flags to use > common genirq functions. In many cases where irqdomains are used, the > set_irq_flags calls were redundant, so I've removed them. > > This is not intended for 4.2, b

[PATCH 00/15] Kill off set_irq_flags

2015-06-09 Thread Rob Herring
This series converts all users of ARM specific set_irq_flags to use common genirq functions. In many cases where irqdomains are used, the set_irq_flags calls were redundant, so I've removed them. This is not intended for 4.2, but if any subsystem maintainers want to pick up their subsystem's chang