Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] Improve wwan qcdm compatibility with user-space tools
@ 2026-07-24 14:28 Daniele Palmas
  2026-07-24 14:28 ` [PATCH net-next v3 1/2] net: wwan: add minimalistic IOCTls support also to QCDM port Daniele Palmas
  2026-07-24 14:28 ` [PATCH net-next v3 2/2] net: wwan: add exclusive open mode capability to AT and QCDM ports Daniele Palmas
  0 siblings, 2 replies; 4+ messages in thread
From: Daniele Palmas @ 2026-07-24 14:28 UTC (permalink / raw)
  To: Loic Poulain, Sergey Ryazanov, Johannes Berg, Andrew Lunn,
	David Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni
  Cc: netdev, Daniele Palmas

Historically, Qualcomm diagnostic port was a serial device, so user-space
tools were developed using tty specific features. One of the most common
tool is, for example, ModemManager libqcdm, available at
https://gitlab.freedesktop.org/mobile-broadband/ModemManager
which requires tcgetattr/tcsetattr and the possibility to get exclusive
device access to properly work.

The wwan qcdm is not really a tty device, but, besides the lack of tty
functions, it behaves as a standard serial Qualcomm diagnostic port, so,
as c230035c2f2f ("net: wwan: core: implement terminal ioctls for AT port"),
this series add support for terminal ioctls also for qcdm ports and
implement the exclusive open mode feature to improve compatibility with
user-space tools.

This is an incremental change which should not affect the existing tools
using wwan which do not rely on the implemented features.

V2: fixed race condition highlighted by Sashiko at
https://sashiko.dev/#/patchset/20260717081935.2071083-1-dnlplm%40gmail.com
V3: simplified patch 2 according to Loic's comment at
https://lore.kernel.org/netdev/CAFEp6-2UiSja11A6nLKqRX8A1eE=P4euEs+fbpKZxPE8fTX2QQ@mail.gmail.com/#t

Daniele Palmas (2):
  net: wwan: add minimalistic IOCTls support also to QCDM port
  net: wwan: add exclusive open mode capability to AT and QCDM ports

 drivers/net/wwan/wwan_core.c | 27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-24 18:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-24 14:28 [PATCH net-next v3 0/2] Improve wwan qcdm compatibility with user-space tools Daniele Palmas
2026-07-24 14:28 ` [PATCH net-next v3 1/2] net: wwan: add minimalistic IOCTls support also to QCDM port Daniele Palmas
2026-07-24 14:28 ` [PATCH net-next v3 2/2] net: wwan: add exclusive open mode capability to AT and QCDM ports Daniele Palmas
2026-07-24 18:22   ` Loic Poulain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox