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

Commit abbafc15 authored by Nitesh Gupta's avatar Nitesh Gupta
Browse files

msm: ep_pcie: Add KPI Marker and Log for PCIe Link Init



Add logs and Boot KPI Markers in PCIe EP driver for link
Initialization. This is required for KPI consistency
and KPI calculation and getting KPI data.

Change-Id: I1b2696ba3fdd9e6dda2cb23bfbab941b8fcc8f32
Signed-off-by: default avatarNitesh Gupta <nitegupt@codeaurora.org>
parent cdaae388
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
/* Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
/* Copyright (c) 2015-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -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"

@@ -1549,6 +1550,8 @@ 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);
		place_marker(
			"PCIe - link initialized for LE PCIe endpoint\n");
	}

checkbme: