Re: [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-09-04 Thread Marek Vasut
On 09/03/2016 12:53 AM, Simon Glass wrote: > Hi, > > On 1 September 2016 at 03:49, wrote: >> On 16-08-23 15:17:12, Marek Vasut wrote: >>> On 08/09/2016 08:14 PM, Sanchayan Maity wrote: Hello, This is the second version of the patchset for migrating Vybrid USB driver to driver

Re: [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-09-02 Thread Simon Glass
Hi, On 1 September 2016 at 03:49, wrote: > On 16-08-23 15:17:12, Marek Vasut wrote: >> On 08/09/2016 08:14 PM, Sanchayan Maity wrote: >> > Hello, >> > >> > This is the second version of the patchset for migrating Vybrid >> > USB driver to driver model. >> > >> > Compare to the first version, thi

Re: [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-09-01 Thread maitysanchayan
On 16-08-23 15:17:12, Marek Vasut wrote: > On 08/09/2016 08:14 PM, Sanchayan Maity wrote: > > Hello, > > > > This is the second version of the patchset for migrating Vybrid > > USB driver to driver model. > > > > Compare to the first version, this version takes care of dr_mode > > property and co

Re: [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-08-23 Thread Marek Vasut
On 08/09/2016 08:14 PM, Sanchayan Maity wrote: > Hello, > > This is the second version of the patchset for migrating Vybrid > USB driver to driver model. > > Compare to the first version, this version takes care of dr_mode > property and correctly handles OTG as well when gpio is specified > for

Re: [U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-08-22 Thread maitysanchayan
Hello, Ping? Regards, Sanchayan. On 16-08-09 23:44:58, Sanchayan Maity wrote: > Hello, > > This is the second version of the patchset for migrating Vybrid > USB driver to driver model. > > Compare to the first version, this version takes care of dr_mode > property and correctly handles OTG as

[U-Boot] [PATCH v2 0/4] Migrate Vybrid USB driver to driver model

2016-08-09 Thread Sanchayan Maity
Hello, This is the second version of the patchset for migrating Vybrid USB driver to driver model. Compare to the first version, this version takes care of dr_mode property and correctly handles OTG as well when gpio is specified for use as ID detection pin. This is an essential requirement for O