Re: [PATCH] powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() change

2014-10-16 Thread a...@arndb.de
(hope my email makes it everywhere, using a webmail client at the moment as I'm at plumbersconf Michael Ellerman hat am 16. Oktober 2014 um 05:22 geschrieben: > > > Commit 0b0b0893d49b "of/pci: Fix the conversion of IO ranges into IO > resources" changed the behaviour of of_pci_range_to_resource(

[PATCH] powerpc/pci: Fix IO space breakage after of_pci_range_to_resource() change

2014-10-15 Thread Michael Ellerman
Commit 0b0b0893d49b "of/pci: Fix the conversion of IO ranges into IO resources" changed the behaviour of of_pci_range_to_resource(). Previously it simply populated the resource based on the arguments. Now it calls pci_register_io_range() and pci_address_to_pio(). These both have two implementation