[v3,00/15] Cleanup PCI(e) drivers

Message ID 20230914123615.1705654-1-david.marchand@redhat.com (mailing list archive)
Headers
Series Cleanup PCI(e) drivers |

Message

David Marchand Sept. 14, 2023, 12:35 p.m. UTC
  Rather than rely on Linux headers to find some PCI(e) standard constants
or reinvent the same PCI capability helper, this series complements the
pci library and the pci bus driver.
PCI drivers can then use OS agnostic macros and helpers.
  

Comments

Stephen Hemminger Sept. 15, 2023, 3:14 p.m. UTC | #1
On Thu, 14 Sep 2023 14:35:59 +0200
David Marchand <david.marchand@redhat.com> wrote:

> Rather than rely on Linux headers to find some PCI(e) standard constants
> or reinvent the same PCI capability helper, this series complements the
> pci library and the pci bus driver.
> PCI drivers can then use OS agnostic macros and helpers.
> 
> 

Series-Acked-by: Stephen Hemminger <stephen@networkplumber.org>
  
David Marchand Sept. 19, 2023, 12:41 p.m. UTC | #2
On Thu, Sep 14, 2023 at 2:36 PM David Marchand
<david.marchand@redhat.com> wrote:
>
> Rather than rely on Linux headers to find some PCI(e) standard constants
> or reinvent the same PCI capability helper, this series complements the
> pci library and the pci bus driver.
> PCI drivers can then use OS agnostic macros and helpers.

Thanks to all reviewers.
Series applied.