All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PCI: Disable parity checking if broken_parity is set
@ 2021-01-05  9:40 ` Heiner Kallweit
  0 siblings, 0 replies; 20+ messages in thread
From: Heiner Kallweit @ 2021-01-05  9:40 UTC (permalink / raw)
  To: Bjorn Helgaas, Russell King - ARM Linux,
	Realtek linux nic maintainers, David Miller, Jakub Kicinski
  Cc: linux-pci, linux-arm-kernel, netdev

If we know that a device has broken parity checking, then disable it.
This avoids quirks like in r8169 where on the first parity error
interrupt parity checking will be disabled if broken_parity_status
is set. Make pci_quirk_broken_parity() public so that it can be used
by platform code, e.g. for Thecus N2100.

Heiner Kallweit (3):
  PCI: Disable parity checking if broken_parity_status is set
  ARM: iop32x: improve N2100 PCI broken parity quirk
  r8169: simplify broken parity handling now that PCI core takes care

 arch/arm/mach-iop32x/n2100.c              |  8 +++-----
 drivers/net/ethernet/realtek/r8169_main.c | 14 --------------
 drivers/pci/quirks.c                      | 17 +++++++++++------
 include/linux/pci.h                       |  2 ++
 4 files changed, 16 insertions(+), 25 deletions(-)

-- 
2.30.0


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2021-01-06  0:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-05  9:40 [PATCH 0/3] PCI: Disable parity checking if broken_parity is set Heiner Kallweit
2021-01-05  9:40 ` Heiner Kallweit
2021-01-05  9:41 ` [PATCH 1/3] PCI: Disable parity checking if broken_parity_status " Heiner Kallweit
2021-01-05  9:41   ` Heiner Kallweit
2021-01-05 10:00   ` Leon Romanovsky
2021-01-05 10:00     ` Leon Romanovsky
2021-01-05  9:42 ` [PATCH 2/3] ARM: iop32x: improve N2100 PCI broken parity quirk Heiner Kallweit
2021-01-05  9:42   ` Heiner Kallweit
2021-01-06  0:28   ` Bjorn Helgaas
2021-01-06  0:28     ` Bjorn Helgaas
2021-01-06  0:44     ` Heiner Kallweit
2021-01-06  0:44       ` Heiner Kallweit
2021-01-06  0:52       ` Russell King - ARM Linux admin
2021-01-06  0:52         ` Russell King - ARM Linux admin
2021-01-06  0:57         ` Heiner Kallweit
2021-01-06  0:57           ` Heiner Kallweit
2021-01-06  0:50     ` Russell King - ARM Linux admin
2021-01-06  0:50       ` Russell King - ARM Linux admin
2021-01-05  9:44 ` [PATCH 3/3] r8169: simplify broken parity handling now that PCI core takes care Heiner Kallweit
2021-01-05  9:44   ` Heiner Kallweit

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.