mbox series

[0/3] perf/dwc_pcie: Enable DesignWare PCIe PMU on Ampere SoCs

Message ID 20241008231824.5102-1-ilkka@os.amperecomputing.com (mailing list archive)
Headers show
Series perf/dwc_pcie: Enable DesignWare PCIe PMU on Ampere SoCs | expand

Message

Ilkka Koskinen Oct. 8, 2024, 11:18 p.m. UTC
Enable DesignWare PCIe PMU driver on Ampere SoC. In addition, load the
driver automatically, if the system has a PCI bridge by Ampere

Ilkka Koskinen (3):
  perf/dwc_pcie: Add support for Ampere SoCs
  perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on Ampere
    SoCs
  perf/dwc_pcie: Fix typos in event names

 drivers/perf/dwc_pcie_pmu.c | 17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

Comments

Will Deacon Oct. 29, 2024, 4:15 p.m. UTC | #1
On Tue, 08 Oct 2024 23:18:21 +0000, Ilkka Koskinen wrote:
> Enable DesignWare PCIe PMU driver on Ampere SoC. In addition, load the
> driver automatically, if the system has a PCI bridge by Ampere
> 
> Ilkka Koskinen (3):
>   perf/dwc_pcie: Add support for Ampere SoCs
>   perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on Ampere
>     SoCs
>   perf/dwc_pcie: Fix typos in event names
> 
> [...]

Applied 1 and 3 to will (for-next/perf), thanks!

[1/3] perf/dwc_pcie: Add support for Ampere SoCs
      https://git.kernel.org/will/c/83d511c3ca0c

[3/3] perf/dwc_pcie: Fix typos in event names
      https://git.kernel.org/will/c/94b3ad10c2e1

Cheers,