Re: [PATCH v5 09/10] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling

2020-09-21 Thread Jonathan Cameron
On Fri, 18 Sep 2020 13:46:02 -0700 Sean V Kelley wrote: > The Root Complex Event Collectors(RCEC) appear as peers of Root Ports > and also have the PME capability. As with AER, there is a need to be > able to walk the RCiEPs associated with their RCEC for purposes of > acting upon them with callb

[PATCH v5 09/10] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling

2020-09-18 Thread Sean V Kelley
The Root Complex Event Collectors(RCEC) appear as peers of Root Ports and also have the PME capability. As with AER, there is a need to be able to walk the RCiEPs associated with their RCEC for purposes of acting upon them with callbacks. So add RCEC support through the use of pcie_walk_rcec() to t