Re: [PATCH v6 2/8] PCI: Move TLP Log handling to own file

2024-12-11 Thread Jonathan Cameron
On Fri, 13 Sep 2024 17:36:26 +0300 Ilpo Järvinen wrote: > TLP Log is PCIe feature and is processed only by AER and DPC. > Configwise, DPC depends AER being enabled. In lack of better place, the > TLP Log handling code was initially placed into pci.c but it can be > easily placed in a separate fil

[PATCH v6 2/8] PCI: Move TLP Log handling to own file

2024-09-13 Thread Ilpo Järvinen
TLP Log is PCIe feature and is processed only by AER and DPC. Configwise, DPC depends AER being enabled. In lack of better place, the TLP Log handling code was initially placed into pci.c but it can be easily placed in a separate file. Move TLP Log handling code to own file under pcie/ subdirector