* [net-next v9 0/4] net: wwan: t7xx: Add fastboot interface
@ 2024-02-05 10:22 Jinjian Song
2024-02-09 12:10 ` patchwork-bot+netdevbpf
0 siblings, 1 reply; 2+ messages in thread
From: Jinjian Song @ 2024-02-05 10:22 UTC (permalink / raw)
To: netdev
Cc: alan.zhang1, angel.huang, chandrashekar.devegowda,
chiranjeevi.rapolu, danielwinkler, davem, edumazet, felix.yan,
freddy.lin, haijun.liu, jinjian.song, joey.zhao, johannes, kuba,
letitia.tsai, linux-kernel, liuqf, loic.poulain, m.chetan.kumar,
nmarupaka, pabeni, pin-hao.huang, ricardo.martinez, ryazanov.s.a,
vsankar, zhangrc
From: Jinjian Song <jinjian.song@fibocom.com>
Add support for t7xx WWAN device firmware flashing & coredump collection
using fastboot interface.
Using fastboot protocol command through /dev/wwan0fastboot0 WWAN port to
support firmware flashing and coredump collection, userspace get device
mode from /sys/bus/pci/devices/${bdf}/t7xx_mode.
Jinjian Song (4):
wwan: core: Add WWAN fastboot port type
net: wwan: t7xx: Add sysfs attribute for device state machine
net: wwan: t7xx: Infrastructure for early port configuration
net: wwan: t7xx: Add fastboot WWAN port
.../networking/device_drivers/wwan/t7xx.rst | 46 ++++++
drivers/net/wwan/t7xx/t7xx_hif_cldma.c | 47 +++++--
drivers/net/wwan/t7xx/t7xx_hif_cldma.h | 18 ++-
drivers/net/wwan/t7xx/t7xx_modem_ops.c | 14 +-
drivers/net/wwan/t7xx/t7xx_modem_ops.h | 1 +
drivers/net/wwan/t7xx/t7xx_pci.c | 103 +++++++++++++-
drivers/net/wwan/t7xx/t7xx_pci.h | 14 +-
drivers/net/wwan/t7xx/t7xx_port.h | 4 +
drivers/net/wwan/t7xx/t7xx_port_proxy.c | 108 ++++++++++++--
drivers/net/wwan/t7xx/t7xx_port_proxy.h | 10 ++
drivers/net/wwan/t7xx/t7xx_port_wwan.c | 115 +++++++++++----
drivers/net/wwan/t7xx/t7xx_reg.h | 24 +++-
drivers/net/wwan/t7xx/t7xx_state_monitor.c | 132 +++++++++++++++---
drivers/net/wwan/t7xx/t7xx_state_monitor.h | 1 +
drivers/net/wwan/wwan_core.c | 4 +
include/linux/wwan.h | 2 +
16 files changed, 553 insertions(+), 90 deletions(-)
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [net-next v9 0/4] net: wwan: t7xx: Add fastboot interface
2024-02-05 10:22 [net-next v9 0/4] net: wwan: t7xx: Add fastboot interface Jinjian Song
@ 2024-02-09 12:10 ` patchwork-bot+netdevbpf
0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2024-02-09 12:10 UTC (permalink / raw)
To: Jinjian Song
Cc: netdev, alan.zhang1, angel.huang, chandrashekar.devegowda,
chiranjeevi.rapolu, danielwinkler, davem, edumazet, felix.yan,
freddy.lin, haijun.liu, jinjian.song, joey.zhao, johannes, kuba,
letitia.tsai, linux-kernel, liuqf, loic.poulain, m.chetan.kumar,
nmarupaka, pabeni, pin-hao.huang, ricardo.martinez, ryazanov.s.a,
vsankar, zhangrc
Hello:
This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:
On Mon, 5 Feb 2024 18:22:26 +0800 you wrote:
> From: Jinjian Song <jinjian.song@fibocom.com>
>
> Add support for t7xx WWAN device firmware flashing & coredump collection
> using fastboot interface.
>
> Using fastboot protocol command through /dev/wwan0fastboot0 WWAN port to
> support firmware flashing and coredump collection, userspace get device
> mode from /sys/bus/pci/devices/${bdf}/t7xx_mode.
>
> [...]
Here is the summary with links:
- [net-next,v9,1/4] wwan: core: Add WWAN fastboot port type
https://git.kernel.org/netdev/net-next/c/e3caf184107a
- [net-next,v9,2/4] net: wwan: t7xx: Add sysfs attribute for device state machine
https://git.kernel.org/netdev/net-next/c/409c38d4f156
- [net-next,v9,3/4] net: wwan: t7xx: Infrastructure for early port configuration
https://git.kernel.org/netdev/net-next/c/d27553c14f06
- [net-next,v9,4/4] net: wwan: t7xx: Add fastboot WWAN port
https://git.kernel.org/netdev/net-next/c/2dac6381c3da
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:[~2024-02-09 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-05 10:22 [net-next v9 0/4] net: wwan: t7xx: Add fastboot interface Jinjian Song
2024-02-09 12:10 ` 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;
as well as URLs for NNTP newsgroup(s).