Re: [U-Boot] [PATCH v2 05/11] ufs: Add Initial Support for UFS subsystem

2019-10-24 Thread Tom Rini
On Tue, Oct 15, 2019 at 06:24:36PM +0530, Faiz Abbas wrote: > Add Support for UFS Host Controller Interface (UFSHCI) for communicating > with Universal Flash Storage (UFS) devices. The steps to initialize the > host controller interface are the following: > > - Initiate the Host Controller Initia

Re: [U-Boot] [PATCH v2 05/11] ufs: Add Initial Support for UFS subsystem

2019-10-24 Thread Tom Rini
On Wed, Oct 23, 2019 at 10:20:06PM +0800, Bin Meng wrote: > +Simon > > On Tue, Oct 15, 2019 at 8:59 PM Faiz Abbas wrote: > > > > Add Support for UFS Host Controller Interface (UFSHCI) for communicating > > with Universal Flash Storage (UFS) devices. The steps to initialize the > > host controller

Re: [U-Boot] [PATCH v2 05/11] ufs: Add Initial Support for UFS subsystem

2019-10-23 Thread Bin Meng
+Simon On Tue, Oct 15, 2019 at 8:59 PM Faiz Abbas wrote: > > Add Support for UFS Host Controller Interface (UFSHCI) for communicating > with Universal Flash Storage (UFS) devices. The steps to initialize the > host controller interface are the following: > > - Initiate the Host Controller Initial

[U-Boot] [PATCH v2 05/11] ufs: Add Initial Support for UFS subsystem

2019-10-15 Thread Faiz Abbas
Add Support for UFS Host Controller Interface (UFSHCI) for communicating with Universal Flash Storage (UFS) devices. The steps to initialize the host controller interface are the following: - Initiate the Host Controller Initialization process by writing to the Host controller enable register. - C