Message ID | 20210531104308.391842-1-huobean@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Several minor changes for UFS | expand |
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!
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
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(-)