Re: [PATCH V2 1/3] scsi: ufs: Allow vendor specific initialization

2013-09-19 Thread Sujit Reddy Thumma
On 9/9/2013 5:03 PM, Seungwon Jeon wrote: > Hi Sujit, > > On Tue, August 27, 2013, Sujit Reddy Thumma wrote: >> Some vendor specific controller versions might need to configure >> vendor specific - registers, clocks, voltage regulators etc. to >> initialize the host controller UTP layer and Uni-Pr

RE: [PATCH V2 1/3] scsi: ufs: Allow vendor specific initialization

2013-09-09 Thread Seungwon Jeon
Hi Sujit, On Tue, August 27, 2013, Sujit Reddy Thumma wrote: > Some vendor specific controller versions might need to configure > vendor specific - registers, clocks, voltage regulators etc. to > initialize the host controller UTP layer and Uni-Pro stack. > Provide some common initialization opera

Re: [PATCH V2 1/3] scsi: ufs: Allow vendor specific initialization

2013-08-29 Thread Santosh Y
> > +static int ufshcd_variant_hba_init(struct ufs_hba *hba) > +{ > + int err = 0; > + > + if (!hba->vops) > + goto out; > + > + if (hba->vops->init) { > + err = hba->vops->init(hba); > + if (err) > + goto out; > +

Re: [PATCH V2 1/3] scsi: ufs: Allow vendor specific initialization

2013-08-27 Thread Subhash Jadavani
Looks good to me. Reviewed-by: Subhash Jadavani On 8/27/2013 9:48 AM, Sujit Reddy Thumma wrote: Some vendor specific controller versions might need to configure vendor specific - registers, clocks, voltage regulators etc. to initialize the host controller UTP layer and Uni-Pro stack. Provide s

[PATCH V2 1/3] scsi: ufs: Allow vendor specific initialization

2013-08-26 Thread Sujit Reddy Thumma
Some vendor specific controller versions might need to configure vendor specific - registers, clocks, voltage regulators etc. to initialize the host controller UTP layer and Uni-Pro stack. Provide some common initialization operations that can be used to configure vendor specifics. The methods can