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

Commit b3bdaa4b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "i2c-msm-v2: factor out logging and debugfs"

parents 6f1019d2 04fc61be
Loading
Loading
Loading
Loading
+64 −806

File changed.

Preview size limit exceeded, changes collapsed.

+10 −0
Original line number Diff line number Diff line
@@ -234,6 +234,16 @@ config DEBUG_BUS_VOTER
		put in a vote for bus clocks instead of using the bus scaling APIs which deal
		with topology end points and not bus clocks directly.

config I2C_MSM_PROF_DBG
	tristate "I2C_MSM_PROF_DBG"
	depends on ARCH_MSM && I2C_MSM_V2
	help
	  This option enables the enhanced logging, profiling and debugfs
	  support to the i2c-msm-v2 driver. If you say yes to this option,
	  you can change the deugging level to adjust the amount of debugging
	  information as needed at run time using debugfs.

	  This module can also be dynamically linked as a shared kernel object.

config MSM_UIM_HSL
	tristate "User Indentification Module (UIM) on UART High Speed"
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ obj-$(CONFIG_MSM_MHI) += mhi/
obj-$(CONFIG_MSM_MHI_UCI) += mhi_uci/
obj-$(CONFIG_MSM_SSBI) += ssbi.o
obj-$(CONFIG_USB_BAM) += usb_bam.o
obj-$(CONFIG_I2C_MSM_PROF_DBG) += i2c-msm-prof-dbg.o
obj-$(CONFIG_IPA) += ipa/
obj-$(CONFIG_SPS) += sps/
obj-$(CONFIG_QPNP_POWER_ON) += qpnp-power-on.o
+736 −0

File added.

Preview size limit exceeded, changes collapsed.

+72 −11

File changed and moved.

Preview size limit exceeded, changes collapsed.