Re: [PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level

2021-02-19 Thread nitirawa
On 2021-02-08 17:52, Avri Altman wrote: >> The flow should be generic - isn't it? >> Why do you need the entire flow to be vendor-specific? >> Why not just the parameters vendor-specific? >> >> Thanks, >> Avri > > Hi Avri, > This vops change was done as per the below mail thread > discussion

RE: [PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level

2021-02-08 Thread Avri Altman
> >> The flow should be generic - isn't it? > >> Why do you need the entire flow to be vendor-specific? > >> Why not just the parameters vendor-specific? > >> > >> Thanks, > >> Avri > > > > Hi Avri, > > This vops change was done as per the below mail thread > > discussion where it was decided to

Re: [PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level

2021-02-08 Thread nitirawa
On 2021-02-01 14:01, nitir...@codeaurora.org wrote: On 2021-01-31 19:32, Avri Altman wrote: UFS specification allows different VCC configurations for UFS devices, for example, (1)2.70V - 3.60V (For UFS 2.x devices) (2)2.40V - 2.70V (For UFS 3.x devices) For platforms

Re: [PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level

2021-02-01 Thread nitirawa
On 2021-01-31 19:32, Avri Altman wrote: UFS specification allows different VCC configurations for UFS devices, for example, (1)2.70V - 3.60V (For UFS 2.x devices) (2)2.40V - 2.70V (For UFS 3.x devices) For platforms supporting both ufs 2.x (2.7v-3.6v) and ufs 3.x (2.4v-2.7v),

RE: [PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level

2021-01-31 Thread Avri Altman
> > UFS specification allows different VCC configurations for UFS devices, > for example, > (1)2.70V - 3.60V (For UFS 2.x devices) > (2)2.40V - 2.70V (For UFS 3.x devices) > For platforms supporting both ufs 2.x (2.7v-3.6v) and > ufs 3.x (2.4v-2.7v), the voltage requirements (VCC)

[PATCH V1 0/3] scsi: ufs: Add a vops to configure VCC voltage level

2021-01-28 Thread Nitin Rawat
UFS specification allows different VCC configurations for UFS devices, for example, (1)2.70V - 3.60V (For UFS 2.x devices) (2)2.40V - 2.70V (For UFS 3.x devices) For platforms supporting both ufs 2.x (2.7v-3.6v) and ufs 3.x (2.4v-2.7v), the voltage requirements (VCC) is 2.4v-3.6v.