lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20240822190446.GA345619@bhelgaas>
Date: Thu, 22 Aug 2024 14:04:46 -0500
From: Bjorn Helgaas <helgaas@...nel.org>
To: Bartosz Golaszewski <brgl@...ev.pl>
Cc: Bjorn Helgaas <bhelgaas@...gle.com>, linux-pci@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	Konrad Dybcio <konradybcio@...nel.org>,
	Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
Subject: Re: [PATCH] PCI/pwrctl: pwrseq: add support for WCN6855

On Tue, Aug 13, 2024 at 09:12:00PM +0200, Bartosz Golaszewski wrote:
> From: Konrad Dybcio <konradybcio@...nel.org>
> 
> Add support for ATH11K inside the WCN6855 package to the power
> sequencing PCI power control driver.
> 
> Signed-off-by: Konrad Dybcio <konradybcio@...nel.org>
> [Bartosz: split Konrad's bigger patch, write the commit message]
> Co-developed-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@...aro.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
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ