mbox series

[v2,0/3] Refine error history and introduce event_notify vop

Message ID 20201203072443.6663-1-stanley.chu@mediatek.com
Headers show
Series Refine error history and introduce event_notify vop | expand

Message

Stanley Chu Dec. 3, 2020, 7:24 a.m. UTC
Hi,
This series refines error history functions and introduce a new event_notify vop to allow vendor to get notification of important events.

Change since v1:
  - Change notify_event() to event_notify() to follow vop naming covention.

Stanley Chu (3):
  scsi: ufs: Add error history for abort event in UFS Device W-LUN
  scsi: ufs: Refine error history functions
  scsi: ufs: Introduce event_notify variant function

 drivers/scsi/ufs/ufshcd.c | 122 ++++++++++++++++++++++----------------
 drivers/scsi/ufs/ufshcd.h |  82 ++++++++++++-------------
 2 files changed, 112 insertions(+), 92 deletions(-)

Comments

Stanley Chu Dec. 3, 2020, 7:48 a.m. UTC | #1
Hi Avri,

On Thu, 2020-12-03 at 07:32 +0000, Avri Altman wrote:
> > 

> > Introduce event_notify variant function to allow

> > vendor to get notification of important events and connect

> > to vendor-specific debugging facilities.

> You need to add an implementation of this vop,

> otherwise it's just dead code.


Sure, I will post it by new version.

Thanks,
Stanley Chu