[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241118132124.52994-1-brgl@bgdev.pl>
Date: Mon, 18 Nov 2024 14:21:24 +0100
From: Bartosz Golaszewski <brgl@...ev.pl>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-pm@...r.kernel.org,
linux-kernel@...r.kernel.org,
Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: [GIT PULL] power sequencing updates for v6.13-rc1
From: Bartosz Golaszewski <bartosz.golaszewski@...aro.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(-)
Powered by blists - more mailing lists