mbox series

[V3,net-next,0/2] net: wwan: debugfs support for wwan device logging

Message ID 20211120162155.1216081-1-m.chetan.kumar@linux.intel.com (mailing list archive)
Headers show
Series net: wwan: debugfs support for wwan device logging | expand

Message

Kumar, M Chetan Nov. 20, 2021, 4:21 p.m. UTC
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 v2:
PATCH1:
  * Removed unnecessary checks & empty lines before error checks.
PATCH2:
  * Removed empty lines before error checks.

Changes since v1:
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    | 173 ++++++++++++++++++++++
 drivers/net/wwan/iosm/iosm_ipc_trace.h    |  51 +++++++
 drivers/net/wwan/wwan_core.c              |  31 +++-
 include/linux/wwan.h                      |   2 +
 10 files changed, 302 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