2024-02-19 08:48:20

by Bartosz Golaszewski

[permalink] [raw]
Subject: [PATCH] arm64: defconfig: build ath12k as a module

From: Bartosz Golaszewski <[email protected]>

Qualcomm sm8550-qrd and sm8650-qrd boards have ath12k modules as part of
their on-board WCN7850 WLAN/BT packages. Enable the relevant driver in
defconfig.

Signed-off-by: Bartosz Golaszewski <[email protected]>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 056a6cc546a4..3f3d3350cf90 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -408,6 +408,7 @@ CONFIG_WCN36XX=m
CONFIG_ATH11K=m
CONFIG_ATH11K_AHB=m
CONFIG_ATH11K_PCI=m
+CONFIG_ATH12K=m
CONFIG_BRCMFMAC=m
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
--
2.40.1



2024-02-19 08:49:30

by Arnd Bergmann

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: build ath12k as a module

On Mon, Feb 19, 2024, at 09:46, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <[email protected]>
>
> Qualcomm sm8550-qrd and sm8650-qrd boards have ath12k modules as part of
> their on-board WCN7850 WLAN/BT packages. Enable the relevant driver in
> defconfig.
>
> Signed-off-by: Bartosz Golaszewski <[email protected]>
> ---

Acked-by: Arnd Bergmann <[email protected]>

I assume that Bjorn will pick this up through the qualcomm
tree.

Arnd

2024-02-19 08:57:26

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: build ath12k as a module

On 19/02/2024 09:46, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <[email protected]>
>
> Qualcomm sm8550-qrd and sm8650-qrd boards have ath12k modules as part of
> their on-board WCN7850 WLAN/BT packages. Enable the relevant driver in
> defconfig.
>
> Signed-off-by: Bartosz Golaszewski <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 056a6cc546a4..3f3d3350cf90 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -408,6 +408,7 @@ CONFIG_WCN36XX=m
> CONFIG_ATH11K=m
> CONFIG_ATH11K_AHB=m
> CONFIG_ATH11K_PCI=m
> +CONFIG_ATH12K=m
> CONFIG_BRCMFMAC=m
> CONFIG_MWIFIEX=m
> CONFIG_MWIFIEX_SDIO=m

Reviewed-by: Neil Armstrong <[email protected]>

2024-02-19 08:57:36

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: build ath12k as a module

On Mon, Feb 19, 2024 at 9:48 AM Arnd Bergmann <[email protected]> wrote:
>
> On Mon, Feb 19, 2024, at 09:46, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <[email protected]>
> >
> > Qualcomm sm8550-qrd and sm8650-qrd boards have ath12k modules as part of
> > their on-board WCN7850 WLAN/BT packages. Enable the relevant driver in
> > defconfig.
> >
> > Signed-off-by: Bartosz Golaszewski <[email protected]>
> > ---
>
> Acked-by: Arnd Bergmann <[email protected]>
>
> I assume that Bjorn will pick this up through the qualcomm
> tree.
>
> Arnd

This doesn't conflict with any of my other work and I was told to send
it separately to make the pwrseq series smaller. I think you can pick
it up already and send it upstream earlier.

Bart

2024-03-03 10:34:26

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: build ath12k as a module

On Mon, Feb 19, 2024 at 9:46 AM Bartosz Golaszewski <[email protected]> wrote:
>
> From: Bartosz Golaszewski <[email protected]>
>
> Qualcomm sm8550-qrd and sm8650-qrd boards have ath12k modules as part of
> their on-board WCN7850 WLAN/BT packages. Enable the relevant driver in
> defconfig.
>
> Signed-off-by: Bartosz Golaszewski <[email protected]>
> ---
> arch/arm64/configs/defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 056a6cc546a4..3f3d3350cf90 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -408,6 +408,7 @@ CONFIG_WCN36XX=m
> CONFIG_ATH11K=m
> CONFIG_ATH11K_AHB=m
> CONFIG_ATH11K_PCI=m
> +CONFIG_ATH12K=m
> CONFIG_BRCMFMAC=m
> CONFIG_MWIFIEX=m
> CONFIG_MWIFIEX_SDIO=m
> --
> 2.40.1
>

Gentle ping.

Bart

2024-03-04 21:47:24

by Jeff Johnson

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: build ath12k as a module

On 3/3/2024 2:34 AM, Bartosz Golaszewski wrote:
> On Mon, Feb 19, 2024 at 9:46 AM Bartosz Golaszewski <[email protected]> wrote:
>>
>> From: Bartosz Golaszewski <[email protected]>
>>
>> Qualcomm sm8550-qrd and sm8650-qrd boards have ath12k modules as part of
>> their on-board WCN7850 WLAN/BT packages. Enable the relevant driver in
>> defconfig.
>>
>> Signed-off-by: Bartosz Golaszewski <[email protected]>

Would have been nice to cc the ath12k and linux-wireless lists (done
now). Just happened to stumble across this.

As an ath12k maintainer--
Reviewed-by: Jeff Johnson <[email protected]>

>> ---
>> arch/arm64/configs/defconfig | 1 +
>> 1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index 056a6cc546a4..3f3d3350cf90 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -408,6 +408,7 @@ CONFIG_WCN36XX=m
>> CONFIG_ATH11K=m
>> CONFIG_ATH11K_AHB=m
>> CONFIG_ATH11K_PCI=m
>> +CONFIG_ATH12K=m
>> CONFIG_BRCMFMAC=m
>> CONFIG_MWIFIEX=m
>> CONFIG_MWIFIEX_SDIO=m
>> --
>> 2.40.1
>>
>
> Gentle ping.
>
> Bart
>
> _______________________________________________
> linux-arm-kernel mailing list
> [email protected]
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel


2024-03-05 07:05:16

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] arm64: defconfig: build ath12k as a module

On 04/03/2024 22:46, Jeff Johnson wrote:
> On 3/3/2024 2:34 AM, Bartosz Golaszewski wrote:
>> On Mon, Feb 19, 2024 at 9:46 AM Bartosz Golaszewski <[email protected]> wrote:
>>>
>>> From: Bartosz Golaszewski <[email protected]>
>>>
>>> Qualcomm sm8550-qrd and sm8650-qrd boards have ath12k modules as part of
>>> their on-board WCN7850 WLAN/BT packages. Enable the relevant driver in
>>> defconfig.
>>>
>>> Signed-off-by: Bartosz Golaszewski <[email protected]>
>
> Would have been nice to cc the ath12k and linux-wireless lists (done
> now). Just happened to stumble across this.

This is arm64 change, not wireless.

Best regards,
Krzysztof