Re: [PATCH v4 0/3] PCI: Disable parity checking

2021-03-31 Thread Krzysztof WilczyƄski
Hi Bjorn, > I think this is essentially the same as Heiner's v3 posting, with these > changes: > > - Added a pci_disable_parity() interface in pci.c instead of making a > public pci_quirk_broken_parity() because quirks.c is only compiled when > CONFIG_PCI_QUIRKS=y. Very nice idea to ad

Re: [PATCH v4 0/3] PCI: Disable parity checking

2021-03-31 Thread Heiner Kallweit
On 30.03.2021 19:43, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > I think this is essentially the same as Heiner's v3 posting, with these > changes: > > - Added a pci_disable_parity() interface in pci.c instead of making a > public pci_quirk_broken_parity() because quirks.c is only compi

[PATCH v4 0/3] PCI: Disable parity checking

2021-03-30 Thread Bjorn Helgaas
From: Bjorn Helgaas I think this is essentially the same as Heiner's v3 posting, with these changes: - Added a pci_disable_parity() interface in pci.c instead of making a public pci_quirk_broken_parity() because quirks.c is only compiled when CONFIG_PCI_QUIRKS=y. - Removed the setti