Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Debugfs and Sysfs entries for MHI
@ 2020-09-18 19:39 Bhaumik Bhatt
  2020-09-18 19:39 ` [PATCH v3 1/3] bus: mhi: Fix entries based on Kconfig coding style Bhaumik Bhatt
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Bhaumik Bhatt @ 2020-09-18 19:39 UTC (permalink / raw)
  To: manivannan.sadhasivam
  Cc: linux-arm-msm, hemantk, jhugo, linux-kernel, Bhaumik Bhatt

Introduce debugfs and sysfs entries for MHI.
Fixes to allow building MHI as a module without warnings/errors.

This set of patches was tested on arm64 and x86_64 architectures.

v3:
-Fix typo in commit text and add a minor update to it

v2:
-Remove the patch for removal of MODULE_LICENSE() warnings
-Add fixes to adhere to the Kconfig coding style

Bhaumik Bhatt (3):
  bus: mhi: Fix entries based on Kconfig coding style
  bus: mhi: core: Introduce debugfs entries for MHI
  bus: mhi: core: Introduce sysfs entries for MHI

 Documentation/ABI/stable/sysfs-bus-mhi |  21 ++
 MAINTAINERS                            |   1 +
 drivers/bus/mhi/Kconfig                |  20 +-
 drivers/bus/mhi/core/Makefile          |   1 +
 drivers/bus/mhi/core/debugfs.c         | 410 +++++++++++++++++++++++++++++++++
 drivers/bus/mhi/core/init.c            |  60 +++++
 drivers/bus/mhi/core/internal.h        |  24 ++
 include/linux/mhi.h                    |   2 +
 8 files changed, 533 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/ABI/stable/sysfs-bus-mhi
 create mode 100644 drivers/bus/mhi/core/debugfs.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2020-09-21 14:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-18 19:39 [PATCH v3 0/3] Debugfs and Sysfs entries for MHI Bhaumik Bhatt
2020-09-18 19:39 ` [PATCH v3 1/3] bus: mhi: Fix entries based on Kconfig coding style Bhaumik Bhatt
2020-09-18 20:31   ` Randy Dunlap
2020-09-21 13:57   ` Manivannan Sadhasivam
2020-09-18 19:39 ` [PATCH v3 2/3] bus: mhi: core: Introduce debugfs entries for MHI Bhaumik Bhatt
2020-09-21 13:58   ` Manivannan Sadhasivam
2020-09-18 19:39 ` [PATCH v3 3/3] bus: mhi: core: Introduce sysfs " Bhaumik Bhatt
2020-09-21 13:58   ` Manivannan Sadhasivam
2020-09-21 14:03 ` [PATCH v3 0/3] Debugfs and Sysfs " Manivannan Sadhasivam

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