Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58cd03fc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ep_pcie: Add KPI marker and log for PCIe link init"

parents 7db14e4a 0cc3ccb5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#include <linux/msm-bus-board.h>
#include <linux/interrupt.h>
#include <linux/irq.h>
#include <soc/qcom/boot_stats.h>

#include "ep_pcie_com.h"
#include <asm/dma-iommu.h>
@@ -1893,6 +1894,9 @@ int ep_pcie_core_enable_endpoint(enum ep_pcie_options opt)
		EP_PCIE_INFO(dev,
			"PCIe V%d: link initialized for LE PCIe endpoint\n",
			dev->rev);
		pr_crit("PCIe - link initialized for LE PCIe endpoint\n");
		place_marker(
			"PCIe - link initialized for LE PCIe endpoint\n");
	}

checkbme: