* [net-next v4] net: wwan: mhi: Add network support for Foxconn T99W760
@ 2026-01-05 2:26 Slark Xiao
2026-01-07 1:00 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Slark Xiao @ 2026-01-05 2:26 UTC (permalink / raw)
To: loic.poulain, ryazanov.s.a, johannes, andrew+netdev, davem,
edumazet, kuba, pabeni
Cc: netdev, linux-kernel, Slark Xiao
T99W760 is designed based on Qualcomm SDX35 chip. It use similar
architecture with SDX72/SDX75 chip. So we need to assign initial
link id for this device to make sure network available.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
v2: Add changes into same serials with MHI changes
v3: Fix missing serial info
v4: Rebase code and separate out wwan changes from previous
serials since MHI side has been applied
---
drivers/net/wwan/mhi_wwan_mbim.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/net/wwan/mhi_wwan_mbim.c b/drivers/net/wwan/mhi_wwan_mbim.c
index 0dace12f5ad0..cf6d3e2a007b 100644
--- a/drivers/net/wwan/mhi_wwan_mbim.c
+++ b/drivers/net/wwan/mhi_wwan_mbim.c
@@ -99,7 +99,8 @@ static struct mhi_mbim_link *mhi_mbim_get_link_rcu(struct mhi_mbim_context *mbim
static int mhi_mbim_get_link_mux_id(struct mhi_controller *cntrl)
{
if (strcmp(cntrl->name, "foxconn-dw5934e") == 0 ||
- strcmp(cntrl->name, "foxconn-t99w640") == 0)
+ strcmp(cntrl->name, "foxconn-t99w640") == 0 ||
+ strcmp(cntrl->name, "foxconn-t99w760") == 0)
return WDS_BIND_MUX_DATA_PORT_MUX_ID;
return 0;
--
2.25.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [net-next v4] net: wwan: mhi: Add network support for Foxconn T99W760
2026-01-05 2:26 [net-next v4] net: wwan: mhi: Add network support for Foxconn T99W760 Slark Xiao
@ 2026-01-07 1:00 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2026-01-07 1:00 UTC (permalink / raw)
To: Slark Xiao
Cc: loic.poulain, ryazanov.s.a, johannes, andrew+netdev, davem,
edumazet, kuba, pabeni, netdev, linux-kernel
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Mon, 5 Jan 2026 10:26:46 +0800 you wrote:
> T99W760 is designed based on Qualcomm SDX35 chip. It use similar
> architecture with SDX72/SDX75 chip. So we need to assign initial
> link id for this device to make sure network available.
>
> Signed-off-by: Slark Xiao <slark_xiao@163.com>
> ---
> v2: Add changes into same serials with MHI changes
> v3: Fix missing serial info
> v4: Rebase code and separate out wwan changes from previous
> serials since MHI side has been applied
>
> [...]
Here is the summary with links:
- [net-next,v4] net: wwan: mhi: Add network support for Foxconn T99W760
https://git.kernel.org/netdev/net-next/c/915a5f60ad94
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-07 1:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-05 2:26 [net-next v4] net: wwan: mhi: Add network support for Foxconn T99W760 Slark Xiao
2026-01-07 1:00 ` patchwork-bot+netdevbpf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox