Re: powerpc/pci: Use of_irq_parse_and_map_pci() helper

2018-02-09 Thread Rob Herring
On Fri, Feb 9, 2018 at 4:01 PM, Mathieu Malaterre wrote: > Hi Rob, > > I can no longer boot my old Mac Mini G4 using a custom config. After a > tedious bisect it appears that (*). Since Mac Mini does not provide > any serial port I cannot provide a kernel message dump (wish

powerpc/pci: Use of_irq_parse_and_map_pci() helper

2018-02-09 Thread Mathieu Malaterre
g <r...@kernel.org> Date: Thu Jan 4 15:12:14 2018 -0600 powerpc/pci: Use of_irq_parse_and_map_pci() helper Instead of calling both of_irq_parse_pci() and irq_create_of_mapping(), call of_irq_parse_and_map_pci(), which does the same thing. This will allow making of_irq_parse_pci()

[PATCH 2/3] powerpc/pci: use of_irq_parse_and_map_pci helper

2018-01-04 Thread Rob Herring
Instead of calling both of_irq_parse_pci and irq_create_of_mapping, call of_irq_parse_and_map_pci instead which does the same thing. This will allow making of_irq_parse_pci a private, static function. This changes the logic slightly in that the fallback path will also be taken if