* [PATCH v3 1/1] arm64: defconfig: Enable Marvell WiFi-Ex USB driver
@ 2025-08-22 13:57 Alexander Stein
2025-08-24 11:26 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Stein @ 2025-08-22 13:57 UTC (permalink / raw)
To: Catalin Marinas, Will Deacon, Shawn Guo, Fabio Estevam,
Sascha Hauer
Cc: Alexander Stein, linux-arm-kernel, linux-kernel, imx,
Pengutronix Kernel Team
MBa91xxCA (imx93-tqma9352-mba91xxca.dts) features a USB attached WiFi
module. lsusb says:
ID 1286:204e Marvell Semiconductor, Inc. Bluetooth and Wireless LAN Composite Device
Enable the corresponding driver.
To: Shawn Guo <shawnguo@kernel.org>
To: Fabio Estevam <festevam@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: imx@lists.linux.dev
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
---
Changes in v3:
* Improved commit message
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 603c9528c778d..4535a3e5a7560 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -441,6 +441,7 @@ CONFIG_IWLMVM=m
CONFIG_MWIFIEX=m
CONFIG_MWIFIEX_SDIO=m
CONFIG_MWIFIEX_PCIE=m
+CONFIG_MWIFIEX_USB=m
CONFIG_MT7921E=m
CONFIG_RSI_91X=m
CONFIG_WL18XX=m
--
2.43.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v3 1/1] arm64: defconfig: Enable Marvell WiFi-Ex USB driver
2025-08-22 13:57 [PATCH v3 1/1] arm64: defconfig: Enable Marvell WiFi-Ex USB driver Alexander Stein
@ 2025-08-24 11:26 ` Krzysztof Kozlowski
2025-08-25 6:03 ` Alexander Stein
0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-24 11:26 UTC (permalink / raw)
To: Alexander Stein, Catalin Marinas, Will Deacon, Shawn Guo,
Fabio Estevam, Sascha Hauer
Cc: linux-arm-kernel, linux-kernel, imx, Pengutronix Kernel Team
On 22/08/2025 15:57, Alexander Stein wrote:
> MBa91xxCA (imx93-tqma9352-mba91xxca.dts) features a USB attached WiFi
> module. lsusb says:
> ID 1286:204e Marvell Semiconductor, Inc. Bluetooth and Wireless LAN Composite Device
> Enable the corresponding driver.
This does not answer my questions. You can plug there something else...
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v3 1/1] arm64: defconfig: Enable Marvell WiFi-Ex USB driver
2025-08-24 11:26 ` Krzysztof Kozlowski
@ 2025-08-25 6:03 ` Alexander Stein
2025-08-25 7:33 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Alexander Stein @ 2025-08-25 6:03 UTC (permalink / raw)
To: Catalin Marinas, Will Deacon, Shawn Guo, Fabio Estevam,
Sascha Hauer, Krzysztof Kozlowski
Cc: linux-arm-kernel, linux-kernel, imx, Pengutronix Kernel Team
Hi,
Am Sonntag, 24. August 2025, 13:26:43 CEST schrieb Krzysztof Kozlowski:
> On 22/08/2025 15:57, Alexander Stein wrote:
> > MBa91xxCA (imx93-tqma9352-mba91xxca.dts) features a USB attached WiFi
> > module. lsusb says:
> > ID 1286:204e Marvell Semiconductor, Inc. Bluetooth and Wireless LAN Composite Device
> > Enable the corresponding driver.
>
> This does not answer my questions. You can plug there something else...
It's not pluggable, it's soldered on the mainboard.
Best regards,
Alexander
--
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
http://www.tq-group.com/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v3 1/1] arm64: defconfig: Enable Marvell WiFi-Ex USB driver
2025-08-25 6:03 ` Alexander Stein
@ 2025-08-25 7:33 ` Krzysztof Kozlowski
0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2025-08-25 7:33 UTC (permalink / raw)
To: Alexander Stein, Catalin Marinas, Will Deacon, Shawn Guo,
Fabio Estevam, Sascha Hauer
Cc: linux-arm-kernel, linux-kernel, imx, Pengutronix Kernel Team
On 25/08/2025 08:03, Alexander Stein wrote:
> Hi,
>
> Am Sonntag, 24. August 2025, 13:26:43 CEST schrieb Krzysztof Kozlowski:
>> On 22/08/2025 15:57, Alexander Stein wrote:
>>> MBa91xxCA (imx93-tqma9352-mba91xxca.dts) features a USB attached WiFi
>>> module. lsusb says:
>>> ID 1286:204e Marvell Semiconductor, Inc. Bluetooth and Wireless LAN Composite Device
>>> Enable the corresponding driver.
>>
>> This does not answer my questions. You can plug there something else...
>
> It's not pluggable, it's soldered on the mainboard.
Would be worth to say it in the commit msg, because USB usually is used
via connectors.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-25 8:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-22 13:57 [PATCH v3 1/1] arm64: defconfig: Enable Marvell WiFi-Ex USB driver Alexander Stein
2025-08-24 11:26 ` Krzysztof Kozlowski
2025-08-25 6:03 ` Alexander Stein
2025-08-25 7:33 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).