Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-07-07 Thread Simon Glass
Hi, On 26 June 2014 03:21, Marek Vasut wrote: > On Thursday, June 26, 2014 at 06:46:11 AM, Vivek Gautam wrote: >> Hi Simon, Marek, >> >> >> On Thu, Jun 26, 2014 at 10:04 AM, Vivek Gautam >> wrote: >> >> sorry for spamming, the earlier message got sent by mistake. >> >> > On Thu, Jun 26, 2014 at

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-26 Thread Marek Vasut
On Thursday, June 26, 2014 at 06:46:11 AM, Vivek Gautam wrote: > Hi Simon, Marek, > > > On Thu, Jun 26, 2014 at 10:04 AM, Vivek Gautam > wrote: > > sorry for spamming, the earlier message got sent by mistake. > > > On Thu, Jun 26, 2014 at 8:00 AM, Simon Glass wrote: > >> Hi Marek, > >> > >>

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-25 Thread Vivek Gautam
Hi Simon, Marek, On Thu, Jun 26, 2014 at 10:04 AM, Vivek Gautam wrote: sorry for spamming, the earlier message got sent by mistake. > On Thu, Jun 26, 2014 at 8:00 AM, Simon Glass wrote: >> Hi Marek, >> >> On 25 June 2014 02:33, Marek Vasut wrote: >>> On Wednesday, June 25, 2014 at 08:27:39 A

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-25 Thread Vivek Gautam
On Thu, Jun 26, 2014 at 8:00 AM, Simon Glass wrote: > Hi Marek, > > On 25 June 2014 02:33, Marek Vasut wrote: >> On Wednesday, June 25, 2014 at 08:27:39 AM, Simon Glass wrote: >> [...] >>> > > > model. Instead, I'd love to see a mean to instantiate each *HCI >>> > > > controller and have a USB co

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-25 Thread Simon Glass
Hi Marek, On 25 June 2014 02:33, Marek Vasut wrote: > On Wednesday, June 25, 2014 at 08:27:39 AM, Simon Glass wrote: > [...] >> > > > model. Instead, I'd love to see a mean to instantiate each *HCI >> > > > controller and have a USB core which would track those instances. The >> > > > USB core wo

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-25 Thread Marek Vasut
On Wednesday, June 25, 2014 at 08:27:39 AM, Simon Glass wrote: [...] > > > > model. Instead, I'd love to see a mean to instantiate each *HCI > > > > controller and have a USB core which would track those instances. The > > > > USB core would then be able to call whatever generic ops on those > > >

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-24 Thread Simon Glass
Hi, On Jun 25, 2014 12:08 AM, "Marek Vasut" wrote: > > On Wednesday, June 25, 2014 at 07:11:42 AM, Vivek Gautam wrote: > > Hi Marek, > > > > On Tue, Jun 24, 2014 at 7:56 PM, Marek Vasut wrote: > > > On Tuesday, June 24, 2014 at 04:10:20 PM, Vivek Gautam wrote: > > >> Hi Marek, > > >> > > >> It's

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-24 Thread Marek Vasut
On Wednesday, June 25, 2014 at 07:11:42 AM, Vivek Gautam wrote: > Hi Marek, > > On Tue, Jun 24, 2014 at 7:56 PM, Marek Vasut wrote: > > On Tuesday, June 24, 2014 at 04:10:20 PM, Vivek Gautam wrote: > >> Hi Marek, > >> > >> It's been very long since we had discussion for introducing the wrapper >

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-24 Thread Vivek Gautam
Hi Marek, On Tue, Jun 24, 2014 at 7:56 PM, Marek Vasut wrote: > On Tuesday, June 24, 2014 at 04:10:20 PM, Vivek Gautam wrote: >> Hi Marek, >> >> It's been very long since we had discussion for introducing the wrapper >> layer to enable using multiple usb controller types. >> Its been unfortunate

Re: [U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-24 Thread Marek Vasut
On Tuesday, June 24, 2014 at 04:10:20 PM, Vivek Gautam wrote: > Hi Marek, > > It's been very long since we had discussion for introducing the wrapper > layer to enable using multiple usb controller types. > Its been unfortunate that i had been busy with other tasks, and couldn't > look into this.

[U-Boot] [PATCH RFC 0/2] usb: host: Add a wrapper layer for mutiple host support

2014-06-24 Thread Vivek Gautam
Hi Marek, It's been very long since we had discussion for introducing the wrapper layer to enable using multiple usb controller types. Its been unfortunate that i had been busy with other tasks, and couldn't look into this. Now that i got sometime, i have prepared a simple RFC patch which right no