All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>
Subject: [GIT PULL] One more Qualcomm driver update for 6.3
Date: Tue, 14 Feb 2023 20:36:58 -0800	[thread overview]
Message-ID: <20230215043658.1156472-1-andersson@kernel.org> (raw)

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

WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>
Subject: [GIT PULL] One more Qualcomm driver update for 6.3
Date: Tue, 14 Feb 2023 20:36:58 -0800	[thread overview]
Message-ID: <20230215043658.1156472-1-andersson@kernel.org> (raw)

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-02-15  4:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-15  4:36 Bjorn Andersson [this message]
2023-02-15  4:36 ` [GIT PULL] One more Qualcomm driver update for 6.3 Bjorn Andersson
2023-02-15 14:08 ` Arnd Bergmann
2023-02-15 14:08   ` Arnd Bergmann
2023-02-15 14:20 ` patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230215043658.1156472-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=agross@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.