From: Bjorn Helgaas <helgaas@kernel.org>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
Konrad Dybcio <konradybcio@kernel.org>,
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: Re: [PATCH] PCI/pwrctl: pwrseq: add support for WCN6855
Date: Thu, 22 Aug 2024 14:04:46 -0500 [thread overview]
Message-ID: <20240822190446.GA345619@bhelgaas> (raw)
In-Reply-To: <20240813191201.155123-1-brgl@bgdev.pl>
On Tue, Aug 13, 2024 at 09:12:00PM +0200, Bartosz Golaszewski wrote:
> From: Konrad Dybcio <konradybcio@kernel.org>
>
> Add support for ATH11K inside the WCN6855 package to the power
> sequencing PCI power control driver.
>
> Signed-off-by: Konrad Dybcio <konradybcio@kernel.org>
> [Bartosz: split Konrad's bigger patch, write the commit message]
> Co-developed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Applied to pci/pwrctl for v6.12, thanks!
> ---
> drivers/pci/pwrctl/pci-pwrctl-pwrseq.c | 5 +++++
> 1 file changed, 5 insertions(+)
>
> diff --git a/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c b/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c
> index f07758c9edad..a23a4312574b 100644
> --- a/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c
> +++ b/drivers/pci/pwrctl/pci-pwrctl-pwrseq.c
> @@ -66,6 +66,11 @@ static const struct of_device_id pci_pwrctl_pwrseq_of_match[] = {
> .compatible = "pci17cb,1101",
> .data = "wlan",
> },
> + {
> + /* ATH11K in WCN6855 package. */
> + .compatible = "pci17cb,1103",
> + .data = "wlan",
> + },
> {
> /* ATH12K in WCN7850 package. */
> .compatible = "pci17cb,1107",
> --
> 2.43.0
>
prev parent reply other threads:[~2024-08-22 19:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-13 19:12 [PATCH] PCI/pwrctl: pwrseq: add support for WCN6855 Bartosz Golaszewski
2024-08-14 10:28 ` Konrad Dybcio
2024-08-22 19:04 ` Bjorn Helgaas [this message]
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=20240822190446.GA345619@bhelgaas \
--to=helgaas@kernel.org \
--cc=bartosz.golaszewski@linaro.org \
--cc=bhelgaas@google.com \
--cc=brgl@bgdev.pl \
--cc=konradybcio@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox