RE: [PATCH v2 3/3] scsi: ufs: Introduce event_notify variant function

2020-12-02 Thread Stanley Chu
Hi Avri, On Thu, 2020-12-03 at 07:32 +, 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

RE: [PATCH v2 3/3] scsi: ufs: Introduce event_notify variant function

2020-12-02 Thread Avri Altman
> > 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. Thanks, Avri

[PATCH v2 3/3] scsi: ufs: Introduce event_notify variant function

2020-12-02 Thread Stanley Chu
Introduce event_notify variant function to allow vendor to get notification of important events and connect to vendor-specific debugging facilities. Reviewed-by: Can Guo Signed-off-by: Stanley Chu --- drivers/scsi/ufs/ufshcd.c | 2 ++ drivers/scsi/ufs/ufshcd.h | 11 +++ 2 files