Re: [PATCH v5 2/2] scsi: ufs: Remove unused device quirks

2019-02-26 Thread Evan Green
On Mon, Feb 11, 2019 at 5:36 AM Marc Gonzalez wrote: > > The UFSHC driver defines a few quirks that are not used anywhere: > > UFS_DEVICE_QUIRK_BROKEN_LCC > UFS_DEVICE_NO_VCCQ > UFS_DEVICE_QUIRK_NO_LINK_OFF > UFS_DEVICE_NO_FASTAUTO > > Let's remove them. > > Signed-off-by: Marc Gonzalez Whoops,

RE: [PATCH v5 2/2] scsi: ufs: Remove unused device quirks

2019-02-26 Thread Avri Altman
> > The UFSHC driver defines a few quirks that are not used anywhere: > > UFS_DEVICE_QUIRK_BROKEN_LCC > UFS_DEVICE_NO_VCCQ > UFS_DEVICE_QUIRK_NO_LINK_OFF > UFS_DEVICE_NO_FASTAUTO > > Let's remove them. > > Signed-off-by: Marc Gonzalez Acked-by: Avri Altman

[PATCH v5 2/2] scsi: ufs: Remove unused device quirks

2019-02-11 Thread Marc Gonzalez
The UFSHC driver defines a few quirks that are not used anywhere: UFS_DEVICE_QUIRK_BROKEN_LCC UFS_DEVICE_NO_VCCQ UFS_DEVICE_QUIRK_NO_LINK_OFF UFS_DEVICE_NO_FASTAUTO Let's remove them. Signed-off-by: Marc Gonzalez --- drivers/scsi/ufs/ufs_quirks.h | 29 - drivers/scs