Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-10-01 Thread Liviu Dudau
On Tue, Sep 30, 2014 at 02:19:05PM +0100, Arnd Bergmann wrote: > The pci_register_io_range() and pci_pio_to_address() were recently > introduced to generalize the handling of memory mapped PCI I/O space, > but they are only valid when CONFIG_OF is set, leading to a possible > build error: > > driv

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Liviu Dudau
On Tue, Sep 30, 2014 at 01:53:06PM -0600, Bjorn Helgaas wrote: > On Tue, Sep 30, 2014 at 11:10 AM, Liviu Dudau wrote: > > On Tue, Sep 30, 2014 at 10:01:39AM -0600, Bjorn Helgaas wrote: > >> On Tue, Sep 30, 2014 at 03:19:05PM +0200, Arnd Bergmann wrote: > >> > The pci_register_io_range() and pci_pi

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Bjorn Helgaas
On Tue, Sep 30, 2014 at 11:10 AM, Liviu Dudau wrote: > On Tue, Sep 30, 2014 at 10:01:39AM -0600, Bjorn Helgaas wrote: >> On Tue, Sep 30, 2014 at 03:19:05PM +0200, Arnd Bergmann wrote: >> > The pci_register_io_range() and pci_pio_to_address() were recently >> > introduced to generalize the handling

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Liviu Dudau
On Tue, Sep 30, 2014 at 10:01:39AM -0600, Bjorn Helgaas wrote: > On Tue, Sep 30, 2014 at 03:19:05PM +0200, Arnd Bergmann wrote: > > The pci_register_io_range() and pci_pio_to_address() were recently > > introduced to generalize the handling of memory mapped PCI I/O space, > > but they are only vali

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Bjorn Helgaas
On Tue, Sep 30, 2014 at 03:19:05PM +0200, Arnd Bergmann wrote: > The pci_register_io_range() and pci_pio_to_address() were recently > introduced to generalize the handling of memory mapped PCI I/O space, > but they are only valid when CONFIG_OF is set, leading to a possible > build error: > > driv

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Arnd Bergmann
On Tuesday 30 September 2014 16:42:02 Liviu Dudau wrote: > On Tue, Sep 30, 2014 at 04:15:19PM +0100, Arnd Bergmann wrote: > > On Tuesday 30 September 2014 15:45:06 Liviu Dudau wrote: > > > > > > Acked-by: Liviu Dudau > > > > > > Is that triggered by shmobile_defconfig? > > > > > > > > > > No,

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Liviu Dudau
On Tue, Sep 30, 2014 at 04:15:19PM +0100, Arnd Bergmann wrote: > On Tuesday 30 September 2014 15:45:06 Liviu Dudau wrote: > > > > Acked-by: Liviu Dudau > > > > Is that triggered by shmobile_defconfig? > > > > > > No, I only found it using randconfig testing, shmobile enables CONFIG_OF by > de

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Arnd Bergmann
On Tuesday 30 September 2014 15:45:06 Liviu Dudau wrote: > > Acked-by: Liviu Dudau > > Is that triggered by shmobile_defconfig? > > No, I only found it using randconfig testing, shmobile enables CONFIG_OF by default. Arnd -- To unsubscribe from this list: send the line "unsubscribe l

Re: [PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Liviu Dudau
On Tue, Sep 30, 2014 at 02:19:05PM +0100, Arnd Bergmann wrote: > The pci_register_io_range() and pci_pio_to_address() were recently > introduced to generalize the handling of memory mapped PCI I/O space, > but they are only valid when CONFIG_OF is set, leading to a possible > build error: > > driv

[PATCH] of/pci: add pci_pio_to_address dummy for !CONFIG_OF

2014-09-30 Thread Arnd Bergmann
The pci_register_io_range() and pci_pio_to_address() were recently introduced to generalize the handling of memory mapped PCI I/O space, but they are only valid when CONFIG_OF is set, leading to a possible build error: drivers/pci/host/pcie-rcar.c: In function 'rcar_pcie_setup_window': drivers/pci