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

Commit e4526f80 authored by Eric Holmberg's avatar Eric Holmberg Committed by Gerrit - the friendly Code Review server
Browse files

msm: smp2p: enable extra logging



Recent triage issues require extra logging to track down failure cases.
Often, these issues are difficult to reproduce, so we cannot manually
enable extended logging and reproduce the issue to capture the cases.

Enable extra logging by default.

Change-Id: I3f442c82da410302ebf01f98f4590ea07087030a
Signed-off-by: default avatarEric Holmberg <eholmber@codeaurora.org>
parent c913d6af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ struct smp2p_out_list_item {
static struct smp2p_out_list_item out_list[SMP2P_NUM_PROCS];

static void *log_ctx;
static int smp2p_debug_mask = MSM_SMP2P_INFO;
static int smp2p_debug_mask = MSM_SMP2P_INFO | MSM_SMP2P_DEBUG;
module_param_named(debug_mask, smp2p_debug_mask,
		   int, S_IRUGO | S_IWUSR | S_IWGRP);

+1 −1
Original line number Diff line number Diff line
@@ -420,7 +420,7 @@ static void msm_summary_irq_handler(struct smp2p_chip_dev *chip,
		spin_unlock_irqrestore(&chip->irq_lock, flags);

		if (trigger_interrrupt) {
			SMP2P_GPIO(
			SMP2P_INFO(
				"'%s':%d GPIO bit %d virq %d (%s,%s) - edge %s triggering\n",
				chip->name, chip->remote_pid, i,
				chip->irq_base + i,