mbox series

[GIT,PULL] One more Qualcomm driver update for 6.3

Message ID 20230215043658.1156472-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] One more Qualcomm driver update for 6.3 | expand

Pull-request

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

Message

Bjorn Andersson Feb. 15, 2023, 4:36 a.m. UTC
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

Comments

Arnd Bergmann Feb. 15, 2023, 2:08 p.m. UTC | #1
On Wed, Feb 15, 2023, at 05:36, Bjorn Andersson wrote:
> 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.

No problem, as these are all smaller follow-ups to earlier
patches and nothing controversial.

  Arnd