linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Refine error history and introduce event_notify vop
@ 2020-12-04  9:49 Stanley Chu
  2020-12-04  9:50 ` [PATCH v3 1/8] scsi: ufs: Remove unused setup_regulators variant function Stanley Chu
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Stanley Chu @ 2020-12-04  9:49 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, do vop cleanups and introduce a new event_notify vop to allow vendor to get notification of important events.

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

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

Stanley Chu (8):
  scsi: ufs: Remove unused setup_regulators variant function
  scsi: ufs: Introduce phy_initialization helper
  scsi: ufs-cdns: Use phy_initialization helper
  scsi: ufs-dwc: Use phy_initialization helper
  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/cdns-pltfrm.c        |   3 +-
 drivers/scsi/ufs/ufs-mediatek-trace.h |  37 ++++++++
 drivers/scsi/ufs/ufs-mediatek.c       |  10 ++
 drivers/scsi/ufs/ufshcd-dwc.c         |  11 +--
 drivers/scsi/ufs/ufshcd.c             | 132 ++++++++++++++------------
 drivers/scsi/ufs/ufshcd.h             | 100 +++++++++----------
 6 files changed, 173 insertions(+), 120 deletions(-)
 create mode 100644 drivers/scsi/ufs/ufs-mediatek-trace.h

-- 
2.18.0


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

end of thread, other threads:[~2020-12-04  9:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04  9:49 [PATCH v3 0/8] Refine error history and introduce event_notify vop Stanley Chu
2020-12-04  9:50 ` [PATCH v3 1/8] scsi: ufs: Remove unused setup_regulators variant function Stanley Chu
2020-12-04  9:50 ` [PATCH v3 2/8] scsi: ufs: Introduce phy_initialization helper Stanley Chu
2020-12-04  9:50 ` [PATCH v3 3/8] scsi: ufs-cdns: Use " Stanley Chu
2020-12-04  9:50 ` [PATCH v3 4/8] scsi: ufs-dwc: " Stanley Chu
2020-12-04  9:50 ` [PATCH v3 5/8] scsi: ufs: Add error history for abort event in UFS Device W-LUN Stanley Chu
2020-12-04  9:50 ` [PATCH v3 6/8] scsi: ufs: Refine error history functions Stanley Chu
2020-12-04  9:50 ` [PATCH v3 7/8] scsi: ufs: Introduce event_notify variant function Stanley Chu
2020-12-04  9:50 ` [PATCH v3 8/8] scsi: ufs-mediatek: Introduce event_notify implementation Stanley Chu

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).