mbox series

[v4,0/6] Several changes for UFSHPB

Message ID 20220505134707.35929-1-huobean@gmail.com (mailing list archive)
Headers show
Series Several changes for UFSHPB | expand

Message

Bean Huo May 5, 2022, 1:47 p.m. UTC
From: Bean Huo <beanhuo@micron.com>

Hi UFS driver developers/reviewers

Here are some changes to the UFS HPB driver. They are all based on Martin's Git repo
5.18/scsi-staging branch. Please refer to the patch submission information for the
specific purpose of each patch. I tested them on my own platform. Please have a review
and any comments and suggestions are welcome.

v3-v4:
     1. Fix coding style issues in patch
v2--v3:
     1. Fix two comment issues in patch 5/6
     2. change function ufshpb_toggle_state() in patch 1/6
     3. Add new pach 4/6
v1--v2:
     1. Increase the submission information of the cover letter.
     2. Fix coding style issues in patch 4/5
     3. Add new patch 5/5.

Bean Huo (6):
  scsi: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()
  scsi: ufshpb: Remove 0 assignment for enum value
  scsi: ufshpb: Cleanup the handler when device reset HPB information
  scsi: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with
    rcmd_*
  scsi: ufshpb: Add handing of device reset HPB regions Infos in HPB
    device mode
  scsi: ufshpb: Cleanup ufshpb_suspend/resume

 Documentation/ABI/testing/sysfs-driver-ufs |  18 +-
 drivers/scsi/ufs/ufshcd.c                  |   4 +-
 drivers/scsi/ufs/ufshpb.c                  | 182 ++++++++++++---------
 drivers/scsi/ufs/ufshpb.h                  |  16 +-
 4 files changed, 125 insertions(+), 95 deletions(-)

Comments

Martin K. Petersen May 11, 2022, 2:02 a.m. UTC | #1
Bean,

> Here are some changes to the UFS HPB driver.

Applied to 5.19/scsi-staging, thanks!
Martin K. Petersen May 17, 2022, 2:16 a.m. UTC | #2
On Thu, 5 May 2022 15:47:01 +0200, Bean Huo wrote:

> From: Bean Huo <beanhuo@micron.com>
> 
> Hi UFS driver developers/reviewers
> 
> Here are some changes to the UFS HPB driver. They are all based on Martin's Git repo
> 5.18/scsi-staging branch. Please refer to the patch submission information for the
> specific purpose of each patch. I tested them on my own platform. Please have a review
> and any comments and suggestions are welcome.
> 
> [...]

Applied to 5.19/scsi-queue, thanks!

[1/6] scsi: ufshpb: Merge ufshpb_reset() and ufshpb_reset_host()
      https://git.kernel.org/mkp/scsi/c/facc239c87b1
[2/6] scsi: ufshpb: Remove 0 assignment for enum value
      https://git.kernel.org/mkp/scsi/c/6f341ed5e377
[3/6] scsi: ufshpb: Cleanup the handler when device reset HPB information
      https://git.kernel.org/mkp/scsi/c/a3f3c26d4df5
[4/6] scsi: ufshpb: Change sysfs node hpb_stats/rb_* prefix to start with rcmd_*
      https://git.kernel.org/mkp/scsi/c/d4300c552bf8
[5/6] scsi: ufshpb: Add handing of device reset HPB regions Infos in HPB device mode
      https://git.kernel.org/mkp/scsi/c/32d6eab31ac3
[6/6] scsi: ufshpb: Cleanup ufshpb_suspend/resume
      https://git.kernel.org/mkp/scsi/c/18ebe2390c61