Re: [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors.

2015-02-18 Thread Rob Herring
On Wed, Feb 18, 2015 at 12:27 PM, Bjorn Helgaas wrote: > On Tue, Feb 17, 2015 at 02:03:01PM +0100, Tomasz Nowicki wrote: >> On 11.12.2014 00:17, Bjorn Helgaas wrote: >> >On Wed, Nov 19, 2014 at 05:04:48PM +0100, Tomasz Nowicki wrote: >> >>We are going to use mmio_config_{} name convention across a

Re: [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors.

2015-02-18 Thread Bjorn Helgaas
On Tue, Feb 17, 2015 at 02:03:01PM +0100, Tomasz Nowicki wrote: > On 11.12.2014 00:17, Bjorn Helgaas wrote: > >On Wed, Nov 19, 2014 at 05:04:48PM +0100, Tomasz Nowicki wrote: > >>We are going to use mmio_config_{} name convention across all architectures. > > > >mmio_config_*() are workarounds for

Re: [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors.

2015-02-17 Thread Tomasz Nowicki
On 11.12.2014 00:17, Bjorn Helgaas wrote: On Wed, Nov 19, 2014 at 05:04:48PM +0100, Tomasz Nowicki wrote: We are going to use mmio_config_{} name convention across all architectures. mmio_config_*() are workarounds for an AMD Fam10h defect [1]. I would prefer not to extend these names to othe

Re: [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors.

2015-02-03 Thread Tomasz Nowicki
On 11.12.2014 00:17, Bjorn Helgaas wrote: On Wed, Nov 19, 2014 at 05:04:48PM +0100, Tomasz Nowicki wrote: We are going to use mmio_config_{} name convention across all architectures. mmio_config_*() are workarounds for an AMD Fam10h defect [1]. I would prefer not to extend these names to othe

Re: [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors.

2014-12-10 Thread Bjorn Helgaas
On Wed, Nov 19, 2014 at 05:04:48PM +0100, Tomasz Nowicki wrote: > We are going to use mmio_config_{} name convention across all architectures. mmio_config_*() are workarounds for an AMD Fam10h defect [1]. I would prefer not to extend these names to other architectures, because they should be able

[PATCH 3/6] x86, acpi, pci: Move PCI config space accessors.

2014-11-19 Thread Tomasz Nowicki
We are going to use mmio_config_{} name convention across all architectures. Currently it belongs to asm/pci_x86.h header which should be included only for x86 specific files. From now on, those accessors are in asm/pci.h header which can be included in non-architecture code much easier. Signed-of