mbox series

[RFC,v2,0/2] ufs: support various values per device

Message ID cover.1593412974.git.kwmad.kim@samsung.com (mailing list archive)
Headers show
Series ufs: support various values per device | expand

Message

Kiwoong Kim June 29, 2020, 10:15 a.m. UTC
Respective UFS devices have their own characteristics and
many of them could be a form of numbers, such as timeout
and a number of retires. This introduces the way to set
those things per specific device vendor or specific device.

Kiwoong Kim (2):
  ufs: support various values per device
  ufs: change the way to complete fDeviceInit

 drivers/scsi/ufs/ufs_quirks.h | 13 ++++++++
 drivers/scsi/ufs/ufshcd.c     | 75 ++++++++++++++++++++++++++++++++++++-------
 drivers/scsi/ufs/ufshcd.h     |  1 +
 3 files changed, 77 insertions(+), 12 deletions(-)