[GIT PULL] One more Qualcomm driver update for 6.3

Bjorn Andersson andersson at kernel.org
Tue Feb 14 20:36:58 PST 2023


Arnd, I hope you're okay with a few more last minute updates for v6.3; bringing
battery support and, in the DTS patches, support for USB Type-C based external
displays on the 8cx Gen3 laptops.

Regards,
Bjorn

The following changes since commit b0bc8c893ae07acd4829a158e83902897a31a490:

  soc: qcom: socinfo: Add IDs for IPQ5332 and its variant (2023-02-08 19:36:16 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.3-3

for you to fetch changes up to 29e8142b5623b5949587bcc4f591c4e6595c4aca:

  power: supply: Introduce Qualcomm PMIC GLINK power supply (2023-02-13 13:45:37 -0800)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Bjorn Andersson (1):
      power: supply: Introduce Qualcomm PMIC GLINK power supply

 drivers/power/supply/Kconfig        |    9 +
 drivers/power/supply/Makefile       |    1 +
 drivers/power/supply/qcom_battmgr.c | 1411 +++++++++++++++++++++++++++++++++++
 3 files changed, 1421 insertions(+)
 create mode 100644 drivers/power/supply/qcom_battmgr.c



More information about the linux-arm-kernel mailing list