Re: [PATCH] powerpc: cell: use irq_of_parse_and_map helper

2018-01-04 Thread Arnd Bergmann
On Thu, Jan 4, 2018 at 11:45 PM, Rob Herring wrote: > Instead of calling both of_irq_parse_one and irq_create_of_mapping, call > of_irq_parse_and_map instead which does the same thing. This gets us closer > to making the former 2 functions static. > > Cc: Arnd Bergmann > Cc: Benjamin Herrenschmid

[PATCH] powerpc: cell: use irq_of_parse_and_map helper

2018-01-04 Thread Rob Herring
Instead of calling both of_irq_parse_one and irq_create_of_mapping, call of_irq_parse_and_map instead which does the same thing. This gets us closer to making the former 2 functions static. Cc: Arnd Bergmann Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Michael Ellerman Cc: linuxppc-dev@li