public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [net-next v8 0/3] net: wwan: t7xx: Add t7xx debug ports
@ 2024-11-04  9:44 Jinjian Song
  2024-11-04  9:44 ` [net-next v8 1/3] wwan: core: Add WWAN ADB and MIPC port type Jinjian Song
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jinjian Song @ 2024-11-04  9:44 UTC (permalink / raw)
  To: chandrashekar.devegowda, chiranjeevi.rapolu, haijun.liu,
	m.chetan.kumar, ricardo.martinez, loic.poulain, ryazanov.s.a,
	johannes, davem, edumazet, kuba, pabeni
  Cc: linux-kernel, netdev, linux-doc, angelogioacchino.delregno,
	linux-arm-kernel, matthias.bgg, corbet, linux-mediatek, helgaas,
	danielwinkler, korneld, andrew+netdev, horms, Jinjian Song

Add support for t7xx WWAN device to debug by ADB (Android Debug Bridge)
port and MTK MIPCi (Modem Information Process Center) port.

Application can use ADB (Android Debug Bridge) port to implement
functions (shell, pull, push ...) by ADB protocol commands.

Application can use MIPC (Modem Information Process Center) port
to debug antenna tuner or noise profiling through this MTK modem
diagnostic interface.

Jinjian Song (3):
  wwan: core: Add WWAN ADB and MIPC port type
  net: wwan: t7xx: Add debug ports
  net: wwan: t7xx: Unify documentation column width

 .../networking/device_drivers/wwan/t7xx.rst   | 64 ++++++++++++++++---
 drivers/net/wwan/t7xx/t7xx_modem_ops.c        |  1 +
 drivers/net/wwan/t7xx/t7xx_pci.c              | 58 +++++++++++++++--
 drivers/net/wwan/t7xx/t7xx_pci.h              |  1 +
 drivers/net/wwan/t7xx/t7xx_port.h             |  3 +
 drivers/net/wwan/t7xx/t7xx_port_proxy.c       | 51 +++++++++++++--
 drivers/net/wwan/t7xx/t7xx_port_proxy.h       |  1 +
 drivers/net/wwan/t7xx/t7xx_port_wwan.c        |  8 ++-
 drivers/net/wwan/wwan_core.c                  |  8 +++
 include/linux/wwan.h                          |  4 ++
 10 files changed, 178 insertions(+), 21 deletions(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-11-07 12:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-04  9:44 [net-next v8 0/3] net: wwan: t7xx: Add t7xx debug ports Jinjian Song
2024-11-04  9:44 ` [net-next v8 1/3] wwan: core: Add WWAN ADB and MIPC port type Jinjian Song
2024-11-04  9:44 ` [net-next v8 2/3] net: wwan: t7xx: Add debug ports Jinjian Song
2024-11-04  9:44 ` [net-next v8 3/3] net: wwan: t7xx: Unify documentation column width Jinjian Song
2024-11-04 21:16 ` [net-next v8 0/3] net: wwan: t7xx: Add t7xx debug ports Sergey Ryazanov
2024-11-07 12:40 ` 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