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

Commit 04fc61be authored by Ankit Gupta's avatar Ankit Gupta
Browse files

i2c-msm-v2: factor out logging and debugfs



Factor out the logging and debugfs from the i2c driver
to a separate source file to improve modularity.

Change-Id: I813c0360358ee185d42d675e156c62ffbaf00e8c
Signed-off-by: default avatarAnkit Gupta <ankgupta@codeaurora.org>
parent 8788f768
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.