Re: [PATCH 0/9] PCI: add and use constant PCI_STATUS_ERROR_BITS and helper pci_status_get_and_clear_errors
25 Feb
2020
25 Feb
'20
1:33 a.m.
From: Heiner Kallweit hkallweit1@gmail.com Date: Mon, 24 Feb 2020 22:20:08 +0100
Few drivers have own definitions for this constant, so move it to the PCI core. In addition there are several places where the following code sequence is used:
- Read PCI_STATUS
- Mask out non-error bits
- Action based on set error bits
- Write back set error bits to clear them
As this is a repeated pattern, add a helper to the PCI core.
Most affected drivers are network drivers. But as it's about core PCI functionality, I suppose the series should go through the PCI tree.
Heiner, something is up with this submission.
The subject line here says 0/9, but the patches say N/8 and patch #8 never showed up on the list.
Sort out what this should be and resubmit, thank you.
1725
Age (days ago)
1725
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Miller