Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-23 Thread Christopher Covington
On 09/23/2016 03:17 PM, Bjorn Helgaas wrote: > On Fri, Sep 23, 2016 at 02:41:39PM -0400, Christopher Covington wrote: >> On 09/22/2016 07:08 PM, Bjorn Helgaas wrote: >>> On Wed, Sep 21, 2016 at 06:40:47PM -0400, Christopher Covington wrote: Hi Bjorn, On 09/21/2016 09:11 AM, Bjorn Hel

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-23 Thread Bjorn Helgaas
On Fri, Sep 23, 2016 at 02:41:39PM -0400, Christopher Covington wrote: > On 09/22/2016 07:08 PM, Bjorn Helgaas wrote: > > On Wed, Sep 21, 2016 at 06:40:47PM -0400, Christopher Covington wrote: > >> Hi Bjorn, > >> > >> On 09/21/2016 09:11 AM, Bjorn Helgaas wrote: > >>> On Tue, Sep 20, 2016 at 09:15:

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-23 Thread Christopher Covington
On 09/22/2016 07:08 PM, Bjorn Helgaas wrote: > On Wed, Sep 21, 2016 at 06:40:47PM -0400, Christopher Covington wrote: >> Hi Bjorn, >> >> On 09/21/2016 09:11 AM, Bjorn Helgaas wrote: >>> On Tue, Sep 20, 2016 at 09:15:14PM -0400, c...@codeaurora.org wrote: >> > diff --git a/drivers/acpi/pci_mcfg.

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-22 Thread Bjorn Helgaas
On Wed, Sep 21, 2016 at 06:40:47PM -0400, Christopher Covington wrote: > Hi Bjorn, > > On 09/21/2016 09:11 AM, Bjorn Helgaas wrote: > > On Tue, Sep 20, 2016 at 09:15:14PM -0400, c...@codeaurora.org wrote: > > >>> diff --git a/drivers/acpi/pci_mcfg.c b/drivers/acpi/pci_mcfg.c > >>> index eb14f74..

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-21 Thread Christopher Covington
Hi Bjorn, On 09/21/2016 09:11 AM, Bjorn Helgaas wrote: > On Tue, Sep 20, 2016 at 09:15:14PM -0400, c...@codeaurora.org wrote: >>> diff --git a/drivers/acpi/pci_mcfg.c b/drivers/acpi/pci_mcfg.c >>> index eb14f74..bb3b8ad 100644 >>> --- a/drivers/acpi/pci_mcfg.c >>> +++ b/drivers/acpi/pci_mcfg.c >>

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-21 Thread Sinan Kaya
On 9/21/2016 1:31 PM, Bjorn Helgaas wrote: > On Wed, Sep 21, 2016 at 10:07:36AM -0400, Sinan Kaya wrote: >> On 9/21/2016 9:11 AM, Bjorn Helgaas wrote: >>> On Tue, Sep 20, 2016 at 09:15:14PM -0400, c...@codeaurora.org wrote: Hi Bjorn, Thomasz, >> Did you delete this because there

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-21 Thread Bjorn Helgaas
On Wed, Sep 21, 2016 at 10:07:36AM -0400, Sinan Kaya wrote: > On 9/21/2016 9:11 AM, Bjorn Helgaas wrote: > > On Tue, Sep 20, 2016 at 09:15:14PM -0400, c...@codeaurora.org wrote: > >> Hi Bjorn, Thomasz, > >> > > >> > >> Did you delete this because there were no current users, because you'd > >> pre

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-21 Thread Sinan Kaya
On 9/21/2016 9:11 AM, Bjorn Helgaas wrote: > On Tue, Sep 20, 2016 at 09:15:14PM -0400, c...@codeaurora.org wrote: >> Hi Bjorn, Thomasz, >> >> >> Did you delete this because there were no current users, because you'd >> prefer users just use "-1", or for some other reason? > > I removed it because

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-21 Thread Bjorn Helgaas
On Tue, Sep 20, 2016 at 09:15:14PM -0400, c...@codeaurora.org wrote: > Hi Bjorn, Thomasz, > > On 2016-09-20 15:26, Bjorn Helgaas wrote: > >On Fri, Sep 09, 2016 at 09:24:02PM +0200, Tomasz Nowicki wrote: > >>Quirk handling relies on an idea of simple static array which contains > >>quirk enties. Ea

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-20 Thread cov
Hi Bjorn, Thomasz, On 2016-09-20 15:26, Bjorn Helgaas wrote: On Fri, Sep 09, 2016 at 09:24:02PM +0200, Tomasz Nowicki wrote: Quirk handling relies on an idea of simple static array which contains quirk enties. Each entry consists of identification information (IDs from standard header of MCFG

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-20 Thread Bjorn Helgaas
On Fri, Sep 09, 2016 at 09:24:02PM +0200, Tomasz Nowicki wrote: > Quirk handling relies on an idea of simple static array which contains > quirk enties. Each entry consists of identification information (IDs from > standard header of MCFG table) along with custom pci_ecam_ops structure and > confi

Re: [PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-09 Thread Tomasz Nowicki
On 09.09.2016 21:24, Tomasz Nowicki wrote: Quirk handling relies on an idea of simple static array which contains quirk enties. Each entry consists of identification information (IDs from standard header of MCFG table) along with custom pci_ecam_ops structure and configuration space resource stru

[PATCH V6 0/5] ECAM quirks handling for ARM64 platforms

2016-09-09 Thread Tomasz Nowicki
Quirk handling relies on an idea of simple static array which contains quirk enties. Each entry consists of identification information (IDs from standard header of MCFG table) along with custom pci_ecam_ops structure and configuration space resource structure. This way it is possible find correspo