[PATCH 0/2] scsi: ufs: mcq: 2 minor cleanups

Avri Altman posted 2 patches 2 years, 10 months ago
drivers/ufs/core/ufshcd-priv.h | 1 +
drivers/ufs/core/ufshcd.c      | 5 +++--
include/ufs/ufshcd.h           | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
[PATCH 0/2] scsi: ufs: mcq: 2 minor cleanups
Posted by Avri Altman 2 years, 10 months ago
2 (untested) minor mcq cleanups.

Avri Altman (2):
  scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail appropriately
  scsi: ufs: mcq: Use pointer arithmetic in send_command

 drivers/ufs/core/ufshcd-priv.h | 1 +
 drivers/ufs/core/ufshcd.c      | 5 +++--
 include/ufs/ufshcd.h           | 2 +-
 3 files changed, 5 insertions(+), 3 deletions(-)

-- 
2.17.1
Re: [PATCH 0/2] scsi: ufs: mcq: 2 minor cleanups
Posted by Martin K. Petersen 2 years, 9 months ago
On Wed, 29 Mar 2023 13:13:01 +0300, Avri Altman wrote:

> 2 (untested) minor mcq cleanups.
> 
> Avri Altman (2):
>   scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail appropriately
>   scsi: ufs: mcq: Use pointer arithmetic in send_command
> 
> drivers/ufs/core/ufshcd-priv.h | 1 +
>  drivers/ufs/core/ufshcd.c      | 5 +++--
>  include/ufs/ufshcd.h           | 2 +-
>  3 files changed, 5 insertions(+), 3 deletions(-)
> 
> [...]

Applied to 6.4/scsi-queue, thanks!

[1/2] scsi: ufs: mcq: Annotate ufshcd_inc_sq_tail appropriately
      https://git.kernel.org/mkp/scsi/c/4de243c40c0f
[2/2] scsi: ufs: mcq: Use pointer arithmetic in send_command
      https://git.kernel.org/mkp/scsi/c/3c85f087faec

-- 
Martin K. Petersen	Oracle Linux Engineering
Re: [PATCH 0/2] scsi: ufs: mcq: 2 minor cleanups
Posted by Bart Van Assche 2 years, 10 months ago
On 3/29/23 03:13, Avri Altman wrote:
> 2 (untested) minor mcq cleanups.

I cannot test this series. I hope someone else can.

Thanks,

Bart.
RE: [PATCH 0/2] scsi: ufs: mcq: 2 minor cleanups
Posted by Avri Altman 2 years, 9 months ago
> 
> On 3/29/23 03:13, Avri Altman wrote:
> > 2 (untested) minor mcq cleanups.
> 
> I cannot test this series. I hope someone else can.
Would appreciate any help with a tested-by tag.

Thanks,
Avri

> 
> Thanks,
> 
> Bart.