[PATCH V3 net-next 0/2] net: wwan: debugfs support for wwan device logging
From: M Chetan Kumar <hidden>
Date: 2021-11-20 16:14:11
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