Re: [PATCH v3 0/4] PCI: Add pci_dev_for_each_resource() helper and

2022-11-15 Thread Krzysztof WilczyƄski
Hello, > Provide two new helper macros to iterate over PCI device resources and > convert users. > > Looking at it, refactor existing pci_bus_for_each_resource() and convert > users accordingly. > > This applies on top of this patch Mika sent out earlier: >

[PATCH v3 0/4] PCI: Add pci_dev_for_each_resource() helper and

2022-11-14 Thread Andy Shevchenko
Provide two new helper macros to iterate over PCI device resources and convert users. Looking at it, refactor existing pci_bus_for_each_resource() and convert users accordingly. This applies on top of this patch Mika sent out earlier: