mbox series

[v5,0/3] Changes for ufshcd.c

Message ID 20221025222430.277768-1-beanhuo@iokpp.de
Headers show
Series Changes for ufshcd.c | expand

Message

Bean Huo Oct. 25, 2022, 10:24 p.m. UTC
From: Bean Huo <beanhuo@micron.com>

v4--v5:
    1. Rebase the patch
    2. Change commit message of patch 1/3

v3--v4:
    1. Change patch 1/3 title
    2. Fix one typo in patch 3/3
    3. Fix coding type issue in  patch 2/3 based on Bart's comment

v2--v3:
    1. Add patch 3/3
    2. Add remove unused parameter param_offset in patch 1/3 based on Daejun's comment
    3. Further optimized patch 2/3 based on Bart's comment

v1--v2:
    1. change in ufshcd_lu_init() in  patch 2/2:
        1) Remove duplicate parameter initialization
        2) Move lun parameter initialization before kmalloc()

Bean Huo (3):
  scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"
  scsi: ufs: core: Cleanup ufshcd_slave_alloc()
  scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs
    nodes

 drivers/ufs/core/ufs-sysfs.c   |  21 ++++-
 drivers/ufs/core/ufshcd-priv.h |   6 +-
 drivers/ufs/core/ufshcd.c      | 152 ++++++++++++---------------------
 3 files changed, 74 insertions(+), 105 deletions(-)

Comments

Martin K. Petersen Oct. 27, 2022, 2:21 a.m. UTC | #1
Bean,

> Bean Huo (3):
>   scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"
>   scsi: ufs: core: Cleanup ufshcd_slave_alloc()
>   scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs
>     nodes

Applied to 6.2/scsi-staging, thanks!
Martin K. Petersen Nov. 8, 2022, 4:01 a.m. UTC | #2
On Wed, 26 Oct 2022 00:24:27 +0200, Bean Huo wrote:

> From: Bean Huo <beanhuo@micron.com>
> 
> v4--v5:
>     1. Rebase the patch
>     2. Change commit message of patch 1/3
> 
> v3--v4:
>     1. Change patch 1/3 title
>     2. Fix one typo in patch 3/3
>     3. Fix coding type issue in  patch 2/3 based on Bart's comment
> 
> [...]

Applied to 6.2/scsi-queue, thanks!

[1/3] scsi: ufs: core: Revert "WB is only available on LUN #0 to #7"
      https://git.kernel.org/mkp/scsi/c/b43678ea5bbd
[2/3] scsi: ufs: core: Cleanup ufshcd_slave_alloc()
      https://git.kernel.org/mkp/scsi/c/dca899bc0223
[3/3] scsi: ufs: core: Use is_visible to control UFS unit descriptor sysfs nodes
      https://git.kernel.org/mkp/scsi/c/9d266e792b0f