mbox series

[v2,0/4] Several minor changes for UFS

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

Message

Bean Huo May 31, 2021, 10:43 a.m. UTC
From: Bean Huo <beanhuo@micron.com>

Changelog:
 v1--v2:
    1. Add a new cleanup patch 1/4
    2. Make the patch 3/4 much readable by initializing a variable
    'header'.


Bean Huo (4):
  scsi: ufs: Cleanup ufshcd_add_command_trace()
  scsi: ufs: Let UPIU completion trace print RSP UPIU header
  scsi: ufs: Let command trace only for the cmd != null case
  scsi: ufs: Use UPIU query trace in devman_upiu_cmd

 drivers/scsi/ufs/ufshcd.c | 59 ++++++++++++++++++++++-----------------
 1 file changed, 34 insertions(+), 25 deletions(-)

Comments

Martin K. Petersen June 8, 2021, 2:36 a.m. UTC | #1
Bean,

>     1. Add a new cleanup patch 1/4 2. Make the patch 3/4 much readable
>     by initializing a variable 'header'.

Applied to 5.14/scsi-staging, thanks!
Martin K. Petersen June 16, 2021, 3:48 a.m. UTC | #2
On Mon, 31 May 2021 12:43:04 +0200, Bean Huo wrote:

> Changelog:
>  v1--v2:
>     1. Add a new cleanup patch 1/4
>     2. Make the patch 3/4 much readable by initializing a variable
>     'header'.
> 
> 
> [...]

Applied to 5.14/scsi-queue, thanks!

[1/4] scsi: ufs: Cleanup ufshcd_add_command_trace()
      https://git.kernel.org/mkp/scsi/c/04c073feb1d7
[2/4] scsi: ufs: Let UPIU completion trace print RSP UPIU header
      https://git.kernel.org/mkp/scsi/c/89ac2c3b2835
[3/4] scsi: ufs: Let command trace only for the cmd != null case
      https://git.kernel.org/mkp/scsi/c/44b5de363524
[4/4] scsi: ufs: Use UPIU query trace in devman_upiu_cmd
      https://git.kernel.org/mkp/scsi/c/105424895c02