public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/4] scsi: ufs-debugfs: Add UFS Exception Event reporting
@ 2021-02-09  6:24 Adrian Hunter
  2021-02-09  6:24 ` [PATCH V2 1/4] scsi: ufs: Add exception event tracepoint Adrian Hunter
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Adrian Hunter @ 2021-02-09  6:24 UTC (permalink / raw)
  To: Martin K . Petersen, James E . J . Bottomley
  Cc: linux-scsi, linux-kernel, Alim Akhtar, Avri Altman, Bean Huo,
	Can Guo, Stanley Chu

Hi

Here are V2 patches to add a tracepoint for UFS Exception Events and to
allow users to enable specific exception events without affecting the
driver's use of exception events.


Changes in V2:

    scsi: ufs: Add exception event tracepoint
	Change status field from "exception event status" to "status"

    scsi: ufs: Add exception event definitions
	Add Reviewed-by: Bean Huo


Adrian Hunter (4):
      scsi: ufs: Add exception event tracepoint
      scsi: ufs: Add exception event definitions
      scsi: ufs-debugfs: Add user-defined exception_event_mask
      scsi: ufs-debugfs: Add user-defined exception event rate limiting

 drivers/scsi/ufs/ufs-debugfs.c | 90 ++++++++++++++++++++++++++++++++++++++++++
 drivers/scsi/ufs/ufs-debugfs.h |  2 +
 drivers/scsi/ufs/ufs.h         | 10 ++++-
 drivers/scsi/ufs/ufshcd.c      | 87 +++++++++++++++++++++++++---------------
 drivers/scsi/ufs/ufshcd.h      | 26 +++++++++++-
 include/trace/events/ufs.h     | 21 ++++++++++
 6 files changed, 201 insertions(+), 35 deletions(-)


Regards
Adrian

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

end of thread, other threads:[~2021-03-04  4:18 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-09  6:24 [PATCH V2 0/4] scsi: ufs-debugfs: Add UFS Exception Event reporting Adrian Hunter
2021-02-09  6:24 ` [PATCH V2 1/4] scsi: ufs: Add exception event tracepoint Adrian Hunter
2021-02-10 18:09   ` Avri Altman
2021-02-14 10:47   ` Bean Huo
2021-02-09  6:24 ` [PATCH V2 2/4] scsi: ufs: Add exception event definitions Adrian Hunter
2021-02-09  6:24 ` [PATCH V2 3/4] scsi: ufs-debugfs: Add user-defined exception_event_mask Adrian Hunter
2021-02-15 17:10   ` Bean Huo
2021-02-09  6:24 ` [PATCH V2 4/4] scsi: ufs-debugfs: Add user-defined exception event rate limiting Adrian Hunter
2021-02-15 17:10   ` Bean Huo
2021-03-04  4:15 ` [PATCH V2 0/4] scsi: ufs-debugfs: Add UFS Exception Event reporting Martin K. Petersen

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