mbox series

[net-next,v8,0/3] net: wwan: t7xx: Add t7xx debug ports

Message ID 20241104094436.466861-1-jinjian.song@fibocom.com (mailing list archive)
Headers show
Series net: wwan: t7xx: Add t7xx debug ports | expand

Message

Jinjian Song Nov. 4, 2024, 9:44 a.m. UTC
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(-)

Comments

Sergey Ryazanov Nov. 4, 2024, 9:16 p.m. UTC | #1
On 04.11.2024 11:44, Jinjian Song wrote:
> 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.

Well done, Jinjian! For the whole series:

Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
patchwork-bot+netdevbpf@kernel.org Nov. 7, 2024, 12:40 p.m. UTC | #2
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Mon,  4 Nov 2024 17:44:33 +0800 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net-next,v8,1/3] wwan: core: Add WWAN ADB and MIPC port type
    https://git.kernel.org/netdev/net-next/c/495e7c8e9601
  - [net-next,v8,2/3] net: wwan: t7xx: Add debug ports
    https://git.kernel.org/netdev/net-next/c/61329a1152dd
  - [net-next,v8,3/3] net: wwan: t7xx: Unify documentation column width
    https://git.kernel.org/netdev/net-next/c/238f2ca1e61f

You are awesome, thank you!