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

2018-01-24 Thread Michael Ellerman
Rob Herring writes: > On Tue, Jan 23, 2018 at 12:53 AM, Michael Ellerman > wrote: >> Rob Herring writes: >> >>> 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 fu

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

2018-01-23 Thread Rob Herring
On Tue, Jan 23, 2018 at 12:53 AM, Michael Ellerman wrote: > Rob Herring writes: > >> 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: Benjam

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

2018-01-22 Thread Michael Ellerman
Rob Herring writes: > 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: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: Michael Ellerman > C