Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-12-09 Thread Tomasz Nowicki
W dniu 09.12.2014 o 22:50, Bjorn Helgaas pisze: On Mon, Dec 8, 2014 at 12:13 AM, Tomasz Nowicki wrote: What would be next steps regarding this patch set? I am not sure we have reached a consensus on weak vs #ifdef choice. I work through the list at https://patchwork.ozlabs.org/project/linux-

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-12-09 Thread Bjorn Helgaas
On Mon, Dec 8, 2014 at 12:13 AM, Tomasz Nowicki wrote: > What would be next steps regarding this patch set? I am not sure we have > reached a consensus on weak vs #ifdef choice. I work through the list at https://patchwork.ozlabs.org/project/linux-pci/list/ in FIFO order, so you don't need to do

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-12-07 Thread Tomasz Nowicki
W dniu 24.11.2014 o 11:41, Arnd Bergmann pisze: On Friday 21 November 2014 11:08:25 Bjorn Helgaas wrote: On Fri, Nov 21, 2014 at 01:24:52PM +0100, Arnd Bergmann wrote: On Thursday 20 November 2014 21:00:17 Myron Stowe wrote: On Thu, Nov 20, 2014 at 3:26 PM, Bjorn Helgaas wrote: That's inte

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-11-24 Thread Arnd Bergmann
On Friday 21 November 2014 11:08:25 Bjorn Helgaas wrote: > On Fri, Nov 21, 2014 at 01:24:52PM +0100, Arnd Bergmann wrote: > > On Thursday 20 November 2014 21:00:17 Myron Stowe wrote: > > > On Thu, Nov 20, 2014 at 3:26 PM, Bjorn Helgaas > > > wrote: > > > > > That's interesting. I would have said

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-11-21 Thread Bjorn Helgaas
On Fri, Nov 21, 2014 at 01:24:52PM +0100, Arnd Bergmann wrote: > On Thursday 20 November 2014 21:00:17 Myron Stowe wrote: > > On Thu, Nov 20, 2014 at 3:26 PM, Bjorn Helgaas wrote: > > > On Wed, Nov 19, 2014 at 05:19:20PM +0100, Arnd Bergmann wrote: > > >> On Wednesday 19 November 2014 17:04:51 Tom

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-11-21 Thread Arnd Bergmann
On Thursday 20 November 2014 21:00:17 Myron Stowe wrote: > On Thu, Nov 20, 2014 at 3:26 PM, Bjorn Helgaas wrote: > > On Wed, Nov 19, 2014 at 05:19:20PM +0100, Arnd Bergmann wrote: > >> On Wednesday 19 November 2014 17:04:51 Tomasz Nowicki wrote: > >> > +/* > >> > + * raw_pci_read/write - ACPI PCI

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-11-20 Thread Myron Stowe
On Thu, Nov 20, 2014 at 3:26 PM, Bjorn Helgaas wrote: > On Wed, Nov 19, 2014 at 05:19:20PM +0100, Arnd Bergmann wrote: >> On Wednesday 19 November 2014 17:04:51 Tomasz Nowicki wrote: >> > +/* >> > + * raw_pci_read/write - ACPI PCI config space accessors. >> > + * >> > + * ACPI spec defines MMCFG a

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-11-20 Thread Bjorn Helgaas
On Wed, Nov 19, 2014 at 05:19:20PM +0100, Arnd Bergmann wrote: > On Wednesday 19 November 2014 17:04:51 Tomasz Nowicki wrote: > > +/* > > + * raw_pci_read/write - ACPI PCI config space accessors. > > + * > > + * ACPI spec defines MMCFG as the way we can access PCI config space, > > + * so let MMCFG

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-11-19 Thread Tomasz Nowicki
On 19.11.2014 17:19, Arnd Bergmann wrote: On Wednesday 19 November 2014 17:04:51 Tomasz Nowicki wrote: +/* + * raw_pci_read/write - ACPI PCI config space accessors. + * + * ACPI spec defines MMCFG as the way we can access PCI config space, + * so let MMCFG be default (__weak). + * + * If platfor

Re: [PATCH 6/6] pci, acpi: Share ACPI PCI config space accessors.

2014-11-19 Thread Arnd Bergmann
On Wednesday 19 November 2014 17:04:51 Tomasz Nowicki wrote: > +/* > + * raw_pci_read/write - ACPI PCI config space accessors. > + * > + * ACPI spec defines MMCFG as the way we can access PCI config space, > + * so let MMCFG be default (__weak). > + * > + * If platform needs more fancy stuff, shoul