summaryrefslogtreecommitdiff
path: root/drivers/net/wwan/iosm/iosm_ipc_debugfs.c
AgeCommit message (Collapse)AuthorFilesLines
2022-02-14net: wwan: iosm: drop debugfs dev referenceM Chetan Kumar1-2/+3
Post debugfs use call wwan_put_debugfs_dir()to drop debugfs dev reference. Signed-off-by: M Chetan Kumar <m.chetan.kumar@linux.intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2021-12-09net: wwan: iosm: move debugfs knobs into a subdirSergey Ryazanov1-0/+29
The modem traces collection is a device (and so driver) specific option. Therefore, move the related debugfs files into a driver-specific subdirectory under the common per WWAN device directory. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> Reviewed-by: Loic Poulain <loic.poulain@linaro.org> Acked-by: M Chetan Kumar <m.chetan.kumar@intel.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>