mbox series

[GIT,PULL] power sequencing updates for v6.13-rc1

Message ID 20241118132124.52994-1-brgl@bgdev.pl
State New
Headers show
Series [GIT,PULL] power sequencing updates for v6.13-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/pwrseq-updates-for-v6.13-rc1

Message

Bartosz Golaszewski Nov. 18, 2024, 1:21 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Linus,

Please pull the following set of changes for the power sequencing subsystem.
The first commit makes the QCom WCN pwrseq driver depend on CONFIG_OF and
the second extends its support for the wcn6855 BT/WLAN chip.

Best Regards,
Bartosz Golaszewski

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/pwrseq-updates-for-v6.13-rc1

for you to fetch changes up to bd4c8bafcf50b6bd415c8bf04e98ebfba78071f9:

  power: sequencing: qcom-wcn: improve support for wcn6855 (2024-10-25 09:59:30 +0200)

----------------------------------------------------------------
power sequencing updates for v6.13-rc1

- extend support for the wcn6855 model in the pwrseq-qcom-wcn driver
- make this driver depend on CONFIG_OF=y as it uses some very
  OF-specific interfaces and depends on phandle parsing

----------------------------------------------------------------
Bartosz Golaszewski (2):
      power: sequencing: make the QCom PMU pwrseq driver depend on CONFIG_OF
      power: sequencing: qcom-wcn: improve support for wcn6855

 drivers/power/sequencing/Kconfig           |   1 +
 drivers/power/sequencing/pwrseq-qcom-wcn.c | 101 ++++++++++++++++++++++++++++-
 2 files changed, 99 insertions(+), 3 deletions(-)