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

Commit 128869ff authored by Guru Das Srinagesh's avatar Guru Das Srinagesh
Browse files

power: qpnp-qnovo5: Add snapshot of driver



Add snapshot of the qpnp-qnovo5 driver as of msm-4.14
'commit 7e16ff6cdde5 ("defconfig: qcs405: enable WLAN configs
for 32-bit QCS405")'.

Change-Id: Id1aa2a33111430ad88bed7ddc7200e4f180f47e3
Signed-off-by: default avatarGuru Das Srinagesh <gurus@codeaurora.org>
parent 621c4d3d
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -37,4 +37,13 @@ config SMB1355_SLAVE_CHARGER
	  The driver reports the charger status via the power supply framework.
	  A charger status change triggers an IRQ via the device STAT pin.

config QPNP_QNOVO5
	bool "QPNP QNOVO5 driver"
	depends on MFD_SPMI_PMIC
	help
	  Say Y here to enable the Qnovo5 PBS-based pulse charging engine.
	  Qnovo5 driver accepts pulse parameters via sysfs entries and programs
	  the hardware module. It also allows userspace code to read diagnostics
	  of voltage and current measured during certain phases of the pulses.

endmenu
+1 −0
Original line number Diff line number Diff line
@@ -3,3 +3,4 @@
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_SMB1390_CHARGE_PUMP_PSY)       += smb1390-charger-psy.o pmic-voter.o
obj-$(CONFIG_SMB1355_SLAVE_CHARGER)   += smb1355-charger.o pmic-voter.o
obj-$(CONFIG_QPNP_QNOVO5)       += qpnp-qnovo5.o battery.o pmic-voter.o
+1393 −0

File added.

Preview size limit exceeded, changes collapsed.