Re: [PATCH V5 09/15] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks.

2016-02-17 Thread Lorenzo Pieralisi
On Tue, Feb 16, 2016 at 02:53:39PM +0100, Tomasz Nowicki wrote: > We use generic accessors from access.c by default. However, we already > know platforms that need special handling while accessing to PCI config > space. These platforms will need different accessors set matched against > platform

Re: [PATCH V5 09/15] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks.

2016-02-17 Thread Lorenzo Pieralisi
On Tue, Feb 16, 2016 at 02:53:39PM +0100, Tomasz Nowicki wrote: > We use generic accessors from access.c by default. However, we already > know platforms that need special handling while accessing to PCI config > space. These platforms will need different accessors set matched against > platform

[PATCH V5 09/15] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks.

2016-02-16 Thread Tomasz Nowicki
We use generic accessors from access.c by default. However, we already know platforms that need special handling while accessing to PCI config space. These platforms will need different accessors set matched against platform ID, domain, bus touple. Therefore we are going to add (in future)

[PATCH V5 09/15] acpi, mcfg: Add default PCI config accessors implementation and initial support for related quirks.

2016-02-16 Thread Tomasz Nowicki
We use generic accessors from access.c by default. However, we already know platforms that need special handling while accessing to PCI config space. These platforms will need different accessors set matched against platform ID, domain, bus touple. Therefore we are going to add (in future)