linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/4] scsi: ufs: Refine error history and introduce event_notify vop
@ 2020-12-05 11:58 Stanley Chu
  2020-12-05 11:58 ` [PATCH v5 1/4] scsi: ufs: Add error history for abort event in UFS Device W-LUN Stanley Chu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Stanley Chu @ 2020-12-05 11:58 UTC (permalink / raw)
  To: linux-scsi, martin.petersen, avri.altman, alim.akhtar, jejb
  Cc: beanhuo, asutoshd, cang, matthias.bgg, bvanassche,
	linux-mediatek, linux-arm-kernel, linux-kernel, kuohong.wang,
	peter.wang, chun-hung.wu, andy.teng, chaotian.jing, cc.chou,
	jiajie.hao, alice.chao, huadian.liu, Stanley Chu

Hi,
This series refines error history functions and introduces a new event_notify vop to allow vendor to get notification of important events.

Changes since v4:
  - Seperate patch sets according to Avri's suggestion

Changes since v3:
  - Fix build warning in patch [8/8]

Changes since v2:
  - Add patches for vop cleanups
  - Introduce phy_initialization helper and replace direct invoking in ufs-cdns and ufs-dwc by the helper
  - Introduce event_notify vop implemntation in ufs-mediatek

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

Stanley Chu (4):
  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
  scsi: ufs-mediatek: Introduce event_notify implementation

 drivers/scsi/ufs/ufs-mediatek-trace.h |  37 ++++++++
 drivers/scsi/ufs/ufs-mediatek.c       |  12 +++
 drivers/scsi/ufs/ufshcd.c             | 122 +++++++++++++++-----------
 drivers/scsi/ufs/ufshcd.h             |  82 ++++++++---------
 4 files changed, 161 insertions(+), 92 deletions(-)
 create mode 100644 drivers/scsi/ufs/ufs-mediatek-trace.h

-- 
2.18.0


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

end of thread, other threads:[~2020-12-09 17:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05 11:58 [PATCH v5 0/4] scsi: ufs: Refine error history and introduce event_notify vop Stanley Chu
2020-12-05 11:58 ` [PATCH v5 1/4] scsi: ufs: Add error history for abort event in UFS Device W-LUN Stanley Chu
2020-12-05 11:58 ` [PATCH v5 2/4] scsi: ufs: Refine error history functions Stanley Chu
2020-12-05 11:59 ` [PATCH v5 3/4] scsi: ufs: Introduce event_notify variant function Stanley Chu
2020-12-05 11:59 ` [PATCH v5 4/4] scsi: ufs-mediatek: Introduce event_notify implementation Stanley Chu
2020-12-07 22:53 ` [PATCH v5 0/4] scsi: ufs: Refine error history and introduce event_notify vop Martin K. Petersen
2020-12-09 17:23 ` 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;
as well as URLs for NNTP newsgroup(s).