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

Commit 17d59b15 authored by Shyam Kumar Thella's avatar Shyam Kumar Thella
Browse files

power: smb1355: Add snapshot of SMB1355 charger driver



Add snapshot of smb1355 charger driver as of msm-4.19
'commit 9f2b8d8b ("trace: increase caller depth for preempt/irqs
disable events")'.

Change-Id: I91f456c8385cb70d6e3dcface4239ea35140c080
Signed-off-by: default avatarShyam Kumar Thella <sthella@codeaurora.org>
parent 269ef173
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -41,4 +41,14 @@ config SMB1398_CHARGER
	      wireless charger receiver and provide the input for downstream
	      chargers.

config SMB1355_SLAVE_CHARGER
	tristate "SMB1355 Slave Battery Charger"
	depends on MFD_I2C_PMIC
	help
	  Say Y to include support for SMB1355 Battery Charger.
	  SMB1355 is a single phase 5A battery charger.
	  The driver supports charger enable/disable.
	  The driver reports the charger status via the power supply framework.
	  A charger status change triggers an IRQ via the device STAT pin.

endif
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@
obj-$(CONFIG_QPNP_QG)	+= qpnp-qg.o battery-profile-loader.o pmic-voter.o qg-util.o qg-soc.o qg-sdam.o qg-battery-profile.o qg-profile-lib.o fg-alg.o
obj-$(CONFIG_QPNP_SMB5)	+= step-chg-jeita.o battery.o qpnp-smb5.o smb5-lib.o pmic-voter.o storm-watch.o schgm-flash.o
obj-$(CONFIG_SMB1398_CHARGER)		+= smb1398-charger.o pmic-voter.o
obj-$(CONFIG_SMB1355_SLAVE_CHARGER)	+= smb1355-charger.o pmic-voter.o
+1703 −0

File added.

Preview size limit exceeded, changes collapsed.