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

Commit 8f161b7b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: smb1355: Add snapshot of SMB1355 charger driver"

parents ee8ac78d 17d59b15
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.