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

Commit 20f863a4 authored by Yan He's avatar Yan He Committed by Gerrit - the friendly Code Review server
Browse files

mtd: msm_qpic_nand: specify the QPIC BAM logging granularity



Specify the BAM logging granularity for QPIC BAM use cases.

Change-Id: Ifb305873ce54653ff3ac5eeb119957f6b2306833
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 30641807
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,8 @@

#include "msm_qpic_nand.h"

#define QPIC_BAM_DEFAULT_IPC_LOGLVL 2

static bool enable_euclean;

/*
@@ -3121,6 +3123,7 @@ static int msm_nand_bam_init(struct msm_nand_info *nand_info)
	 * and thus the flag SPS_BAM_MGR_MULTI_EE is set.
	 */
	bam.manage = SPS_BAM_MGR_DEVICE_REMOTE | SPS_BAM_MGR_MULTI_EE;
	bam.ipc_loglevel = QPIC_BAM_DEFAULT_IPC_LOGLVL;

	rc = sps_phy2h(bam.phys_addr, &nand_info->sps.bam_handle);
	if (!rc)