Re: [RFC PATCH 7/9] PCI/AER: Add RCEC AER handling

2020-07-27 Thread Jonathan Cameron
On Mon, 27 Jul 2020 08:19:39 -0700 Sean V Kelley wrote: > On 27 Jul 2020, at 5:22, Jonathan Cameron wrote: > > > On Fri, 24 Jul 2020 10:22:21 -0700 > > Sean V Kelley wrote: > > > >> The Root Complex Event Collectors(RCEC) appear as peers to Root Ports > >> and also have the AER capability. So

Re: [RFC PATCH 7/9] PCI/AER: Add RCEC AER handling

2020-07-27 Thread Sean V Kelley
On 27 Jul 2020, at 5:22, Jonathan Cameron wrote: On Fri, 24 Jul 2020 10:22:21 -0700 Sean V Kelley wrote: The Root Complex Event Collectors(RCEC) appear as peers to Root Ports and also have the AER capability. So add RCEC support to the current AER service driver and attach the AER service d

Re: [RFC PATCH 7/9] PCI/AER: Add RCEC AER handling

2020-07-27 Thread Jonathan Cameron
On Fri, 24 Jul 2020 10:22:21 -0700 Sean V Kelley wrote: > The Root Complex Event Collectors(RCEC) appear as peers to Root Ports > and also have the AER capability. So add RCEC support to the current AER > service driver and attach the AER service driver to the RCEC device. > > Co-developed-by: Q