netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 net-next 0/2] net: wwan: debugfs support for wwan device logging
@ 2021-11-19 10:07 M Chetan Kumar
  2021-11-19 10:07 ` [PATCH V2 net-next 1/2] net: wwan: common debugfs base dir for wwan device M Chetan Kumar
  2021-11-19 10:07 ` [PATCH V2 net-next 2/2] net: wwan: iosm: device trace collection using relayfs M Chetan Kumar
  0 siblings, 2 replies; 4+ messages in thread
From: M Chetan Kumar @ 2021-11-19 10:07 UTC (permalink / raw)
  To: netdev
  Cc: kuba, davem, johannes, ryazanov.s.a, loic.poulain, krishna.c.sudi,
	m.chetan.kumar, linuxwwan

This patch series brings in
1) A common debugfs base directory i.e. /sys/kernel/debugfs/wwan/
in WWAN Subsystem for a WWAN device instance.

2) And support for Device trace collection in IOSM Diver using relayfs
interface.

Changes since v0:
PATCH1:
  * Changes in WWAN Subsystem to support common debugfs base directory.
PATCH2:
  * IOSM Driver adaption to get WWAN device dentry.
  * Removed unnecessary checks.

M Chetan Kumar (2):
  net: wwan: common debugfs base dir for wwan device
  net: wwan: iosm: device trace collection using relayfs

 drivers/net/wwan/iosm/Makefile            |   3 +-
 drivers/net/wwan/iosm/iosm_ipc_imem.c     |  13 ++
 drivers/net/wwan/iosm/iosm_ipc_imem.h     |   2 +
 drivers/net/wwan/iosm/iosm_ipc_imem_ops.c |  31 +++-
 drivers/net/wwan/iosm/iosm_ipc_imem_ops.h |   9 +-
 drivers/net/wwan/iosm/iosm_ipc_port.c     |   2 +-
 drivers/net/wwan/iosm/iosm_ipc_trace.c    | 174 ++++++++++++++++++++++
 drivers/net/wwan/iosm/iosm_ipc_trace.h    |  51 +++++++
 drivers/net/wwan/wwan_core.c              |  35 ++++-
 include/linux/wwan.h                      |   2 +
 10 files changed, 307 insertions(+), 15 deletions(-)
 create mode 100644 drivers/net/wwan/iosm/iosm_ipc_trace.c
 create mode 100644 drivers/net/wwan/iosm/iosm_ipc_trace.h

--
2.25.1


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

end of thread, other threads:[~2021-11-20  4:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19 10:07 [PATCH V2 net-next 0/2] net: wwan: debugfs support for wwan device logging M Chetan Kumar
2021-11-19 10:07 ` [PATCH V2 net-next 1/2] net: wwan: common debugfs base dir for wwan device M Chetan Kumar
2021-11-20  4:20   ` Jakub Kicinski
2021-11-19 10:07 ` [PATCH V2 net-next 2/2] net: wwan: iosm: device trace collection using relayfs M Chetan Kumar

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).