mbox series

[v1,0/4] scsi: ufs: some cleanups and make the delay for host enabling customizable

Message ID 20200305040704.10645-1-stanley.chu@mediatek.com (mailing list archive)
Headers show
Series scsi: ufs: some cleanups and make the delay for host enabling customizable | expand

Message

Stanley Chu March 5, 2020, 4:07 a.m. UTC
Hi,

This patchset do some cleanups in ufs host driver and make the delay for host enabling customizable
by different controller or vendors.

Stanley Chu (4):
  scsi: ufs: remove init_prefetch_data in struct ufs_hba
  scsi: ufs: use an enum for host capabilities
  scsi: ufs: allow customized delay for host enabling
  scsi: ufs-mediatek: remove delay for host enabling

 drivers/scsi/ufs/ufs-mediatek.c |  2 +
 drivers/scsi/ufs/ufshcd.c       | 21 +++++-----
 drivers/scsi/ufs/ufshcd.h       | 68 ++++++++++++++++++---------------
 3 files changed, 51 insertions(+), 40 deletions(-)