mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
One more Qualcomm driver update for 6.3
This introduces the power-supply driver providing battery and power supply status on many recent Qualcomm platforms, including the Qualcomm SC8180X and SC8280XP laptop platforms and the SM8350 mobile platform. It's introduced through the Qualcomm tree due to its dependencies on the pmic_glink driver, which was merged already for v6.3. -----BEGIN PGP SIGNATURE----- iQJJBAABCAAzFiEEBd4DzF816k8JZtUlCx85Pw2ZrcUFAmPsYNYVHGFuZGVyc3Nv bkBrZXJuZWwub3JnAAoJEAsfOT8Nma3F8uEQAIQ02e2Zcj4vvuZ2xO9jzAoX2gwY 5AQFO4HGQNBd9GfaJwjy4IKNc8WtG1Z8Bb/qvcZ+vpZjHjeexBaycMKN09sL7hh4 Id1iTNITZU3EXoIVRotGuMNrSlfctE/IUGn9jHh50pa5rXRdOB2Z3WGp0utSY5we puJeeZ23yEjd6YPyMxVgsySeCwsusj3flGqA9MXaS23LjfXi/Q4RYWgYhLRnRsCi 92vPkfvn0ON+FKuK374hgy0RPtytwCRN/r+X9cYMh1Sy1Q9eMtqnQFHLOqvG5ygp Gi4N4EHp4evZO3v8keHSHgQPaui7nQxiHnd7k6iOxI9xqedRDeacT6ltd0kwmVSp Xh+/qPQbi/N6LY6P3Fs3wMHC955lk8+G9V8qP3UGgoCLkYSz65I2tnbHLQsfWR3z o7yKmqNTtOt0s1lInN4HcBSRIhvtjVW/9x3qcAdW/ntIxvsGkWQVtkePWB+24BlU H+RX6eadZGvTw8N2Fj8fBYFwUrVYJdp45+h74vdpVTbbUCtmFTl0fUaJLyni/g70 PZcnsNE6Mz+/eaK+qClpltw6AgugoBgjHm7Xm8qASrk9SIq16++4AeqxOW767rbz H6eXlwVC6xO2xHKEuTRqS79QjdQUbK+er/XB0oTqwr2sQeMghqrmLuZtppo8Aa1L /WVxSU7S/tCjsuZf =5B4d -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmPs5aAACgkQmmx57+YA GNmbDA/8C7soaxMZfatrm8iTFSONsCd+E59FW/giwueBVP/bz0bh8p0DZ6q2WZdu YYpIAG5cNMOxeady/GCARLHcWSS+dZ/4P1gksUP6w7ouWNZNBw0to/xUg5lQiYIw k/q43jKtx+Ov1fQvF17gMcEcuf1Ro5pZxHPYGcY99TjN26VwHcEbJhht9QhXTTjy LqgVM+1gVCqF20VE4T9joCW7HB0j8TPJcfdqM/yGkZPWXMIRIplzMY6/NEXuiGvE ayR1OkorfwtyxuVgfvet9wsD725Urq7LGodnjZH7Uq4ouSe+77Mvbif1a590PJvk DoRqEXxbur5Jj/pWqtCMVm3VsGNw0+bhtp+UZp5RabpeMgeiECf+qN6A0H5neMv8 wTkL3Tp4azgAlWtWxNPd0gLej+lp+KaC9xYqYSMRVr7EzBpwiC/WChlaeEuRG6SR x4bAwLjQgoizYauyitpJanvO7laOt8VFHgW5Yf+AzcXvfg7BT7/EYvQa7Oyr2FXX Bcqt6GcD8M0SyeAC1o85emKXbAK07aN8njKCOfZOeA+M0SbOMTlOjNT/WpvPM4Hc 4dAEba3tOclg0uOfjuoHRpu7P0PHmp1fqpEhGSSXp3ZlkDMtUyukg2FWYUnTc/gw fP6cJ5PBULPh/buCGHQ6Fs47brQ3mVJRaP0XN8QmF+6R3OzoPEE= =dkyq -----END PGP SIGNATURE----- Merge tag 'qcom-drivers-for-6.3-3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into soc/drivers One more Qualcomm driver update for 6.3 This introduces the power-supply driver providing battery and power supply status on many recent Qualcomm platforms, including the Qualcomm SC8180X and SC8280XP laptop platforms and the SM8350 mobile platform. It's introduced through the Qualcomm tree due to its dependencies on the pmic_glink driver, which was merged already for v6.3. * tag 'qcom-drivers-for-6.3-3' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux: power: supply: Introduce Qualcomm PMIC GLINK power supply Link: https://lore.kernel.org/r/20230215043658.1156472-1-andersson@kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
commit
524af30c93
|
|
@ -183,6 +183,15 @@ config BATTERY_PMU
|
|||
Say Y here to expose battery information on Apple machines
|
||||
through the generic battery class.
|
||||
|
||||
config BATTERY_QCOM_BATTMGR
|
||||
tristate "Qualcomm PMIC GLINK battery manager support"
|
||||
depends on QCOM_PMIC_GLINK
|
||||
select AUXILIARY_BUS
|
||||
help
|
||||
Say Y here to enable the Qualcomm PMIC GLINK power supply driver,
|
||||
which is used on modern Qualcomm platforms to provide battery and
|
||||
power supply information.
|
||||
|
||||
config BATTERY_OLPC
|
||||
tristate "One Laptop Per Child battery"
|
||||
depends on OLPC_EC
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@ obj-$(CONFIG_BATTERY_GAUGE_LTC2941) += ltc2941-battery-gauge.o
|
|||
obj-$(CONFIG_BATTERY_GOLDFISH) += goldfish_battery.o
|
||||
obj-$(CONFIG_BATTERY_LEGO_EV3) += lego_ev3_battery.o
|
||||
obj-$(CONFIG_BATTERY_PMU) += pmu_battery.o
|
||||
obj-$(CONFIG_BATTERY_QCOM_BATTMGR) += qcom_battmgr.o
|
||||
obj-$(CONFIG_BATTERY_OLPC) += olpc_battery.o
|
||||
obj-$(CONFIG_BATTERY_SAMSUNG_SDI) += samsung-sdi-battery.o
|
||||
obj-$(CONFIG_BATTERY_TOSA) += tosa_battery.o
|
||||
|
|
|
|||
1411
drivers/power/supply/qcom_battmgr.c
Normal file
1411
drivers/power/supply/qcom_battmgr.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user