mbox series

[0/2] PCI: Unify ACS quirks

Message ID 20191114220601.261647-1-helgaas@kernel.org
Headers show
Series PCI: Unify ACS quirks | expand

Message

Bjorn Helgaas Nov. 14, 2019, 10:05 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

These are pretty trivial and not intended to fix anything, but just to
remove unnecessary differences of implementation from the ACS quirks.

Bjorn Helgaas (2):
  PCI: Make ACS quirk implementations more uniform
  PCI: Unify ACS quirk desired vs provided checking

 drivers/pci/quirks.c | 96 ++++++++++++++++++++++++++------------------
 1 file changed, 58 insertions(+), 38 deletions(-)

Comments

Bjorn Helgaas Nov. 20, 2019, 1:23 p.m. UTC | #1
On Thu, Nov 14, 2019 at 04:05:59PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas@google.com>
> 
> These are pretty trivial and not intended to fix anything, but just to
> remove unnecessary differences of implementation from the ACS quirks.
> 
> Bjorn Helgaas (2):
>   PCI: Make ACS quirk implementations more uniform
>   PCI: Unify ACS quirk desired vs provided checking
> 
>  drivers/pci/quirks.c | 96 ++++++++++++++++++++++++++------------------
>  1 file changed, 58 insertions(+), 38 deletions(-)

Applied with reviewed-by from Alex and Logan to pci/virtualization for
v5.5.