mbox series

[v1,0/6] scsi: ufs: Add some proprietary features in MediaTek UFS platforms

Message ID 20201029115750.24391-1-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: ufs: Add some proprietary features in MediaTek UFS platforms | expand

Message

Stanley Chu Oct. 29, 2020, 11:57 a.m. UTC
Hi,

This patch series provides some features and fixes in MediaTek UFS platforms,

1. Support VA09 regulator operations
2. Support option to disable auto-hibern8
3. Support HS-G4
4. Decouple features from platform bindings
5. Misc fixes

Stanley Chu (6):
  scsi: ufs-mediatek: Assign arguments with correct type
  scsi: ufs-mediatek: Support VA09 regulator operations
  scsi: ufs-mediatek: Decouple features from platform bindings
  scsi: ufs-mediatek: Support option to disable auto-hibern8
  scsi: ufs: Add enums for UniPro version higher than 1.6
  scsi: ufs-mediatek: Add HS-G4 support

 drivers/scsi/ufs/ufs-mediatek.c | 218 +++++++++++++++++++++++---------
 drivers/scsi/ufs/ufs-mediatek.h |  22 ++--
 drivers/scsi/ufs/unipro.h       |   6 +-
 3 files changed, 179 insertions(+), 67 deletions(-)

Comments

Stanley Chu Nov. 6, 2020, 6:10 a.m. UTC | #1
Hi Martin, Avri,

On Thu, 2020-10-29 at 19:57 +0800, Stanley Chu wrote:
> Hi,
> 
> This patch series provides some features and fixes in MediaTek UFS platforms,

Sorry for the gentle ping. Just please consider this patch series for
merging to kernel version 5.11.

Thanks,
Stanley Chu.

> 
> 1. Support VA09 regulator operations
> 2. Support option to disable auto-hibern8
> 3. Support HS-G4
> 4. Decouple features from platform bindings
> 5. Misc fixes
> 
> Stanley Chu (6):
>   scsi: ufs-mediatek: Assign arguments with correct type
>   scsi: ufs-mediatek: Support VA09 regulator operations
>   scsi: ufs-mediatek: Decouple features from platform bindings
>   scsi: ufs-mediatek: Support option to disable auto-hibern8
>   scsi: ufs: Add enums for UniPro version higher than 1.6
>   scsi: ufs-mediatek: Add HS-G4 support
> 
>  drivers/scsi/ufs/ufs-mediatek.c | 218 +++++++++++++++++++++++---------
>  drivers/scsi/ufs/ufs-mediatek.h |  22 ++--
>  drivers/scsi/ufs/unipro.h       |   6 +-
>  3 files changed, 179 insertions(+), 67 deletions(-)
>
Martin K. Petersen Nov. 11, 2020, 4:04 a.m. UTC | #2
Stanley,

> This patch series provides some features and fixes in MediaTek UFS
> platforms,

Applied to 5.11/scsi-staging, thanks!