On Fri, Mar 21, 2025 at 06:17:08PM +0800, Hans Zhang wrote:
Replace duplicate logic code. Use a common interface and provide callback
functions.
I'd reword the subject and description as:
```
PCI: dwc: Use common PCI host bridge APIs for finding the capabilities
Since the PCI core is now exposing generic APIs for the host bridges to
search for the PCIe capabilities, make use of them in the DWC driver.
```
Patch LGTM!
- Mani