Re: [PATCH v12 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()

2018-01-30 Thread Rob Herring
On Wed, Jan 24, 2018 at 12:36:19AM +0800, John Garry wrote: > From: Gabriele Paoloni > > In preparation for having the PCI MMIO helpers to use the new generic > I/O space management(LOGIC_PIO) we need to add the fwnode handler as > extra input parameter. > This patch changes the signature of pci_

[PATCH v12 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()

2018-01-23 Thread John Garry
From: Gabriele Paoloni In preparation for having the PCI MMIO helpers to use the new generic I/O space management(LOGIC_PIO) we need to add the fwnode handler as extra input parameter. This patch changes the signature of pci_register_io_range() and of its callers as needed. Signed-off-by: Gabrie