RE: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-09 Thread Pandita, Vikram
ppc-dev@ozlabs.org; [EMAIL PROTECTED]; Timur Tabi; Scott Wood; David >Brownell >Subject: Re: [PATCH] Freescale QUICC Engine USB Host Controller > >On Tuesday 08 April 2008 14:16, Anton Vorontsov wrote: >> On Mon, Apr 07, 2008 at 06:11:15PM +0200, Laurent Pinchart wrote: >>

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-09 Thread Laurent Pinchart
On Wednesday 09 April 2008 14:16, Pandita, Vikram wrote: > What does QUICC stand for? QUICC stands for QUad Integrated Communications Controller. http://en.wikipedia.org/wiki/PowerQUICC > Am getting confused with SmartCard UICC. Is it anyway related? They are not related. -- Laurent Pinchar

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-09 Thread Laurent Pinchart
On Tuesday 08 April 2008 14:16, Anton Vorontsov wrote: > On Mon, Apr 07, 2008 at 06:11:15PM +0200, Laurent Pinchart wrote: > [...] > > I had a first go at hacking the FHCI driver to make it run on a CPM2 > > platform. Results so far are quite good. After getting rid of qe-specific > > APIs as expla

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-08 Thread Anton Vorontsov
On Mon, Apr 07, 2008 at 06:11:15PM +0200, Laurent Pinchart wrote: [...] > I had a first go at hacking the FHCI driver to make it run on a CPM2 > platform. > Results so far are quite good. After getting rid of qe-specific APIs as > explained above, and adding SOF token generation support, I've be

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-07 Thread Laurent Pinchart
Hi Anton, On Thursday 03 April 2008 16:30, Anton Vorontsov wrote: > On Thu, Apr 03, 2008 at 03:45:47PM +0200, Laurent Pinchart wrote: > > Hi Anton, > > > > On Tuesday 11 March 2008 20:17, Anton Vorontsov wrote: > > > This is patch adds support for the FHCI USB controller, as found in the > > > Fr

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-03 Thread David Brownell
On Thursday 03 April 2008, Timur Tabi wrote: > > Well, there is Linux CLK API (somewhat similar to GPIO API), but PowerPC > > doesn't use it yet. > > Yeah, I noticed that too.  I'll add it to my to-do list, but I suspect that > someone else will get around to it before I do. Note that there's som

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-03 Thread Scott Wood
On Thu, Apr 03, 2008 at 10:33:04AM -0500, Timur Tabi wrote: > My only concern is that the functions are still called cpm_ even though > they > apply to the CPM and the QE. Sure, the QE is really just CPM3, but I'd like > to > see a nomenclature that's more inclusive. Yeah, but cpmqe would b

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-03 Thread Timur Tabi
Anton Vorontsov wrote: > Yeah, I already posted a patch to deal with it, see > http://ozlabs.org/pipermail/linuxppc-dev/2008-March/053249.html > (btw... Scott, Timur did you have a chance to look into this?) Seems to be okay. I presume the code actually works with these changes. :-) My only con

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-03 Thread Scott Wood
On Thu, Apr 03, 2008 at 06:30:52PM +0400, Anton Vorontsov wrote: > On Thu, Apr 03, 2008 at 03:45:47PM +0200, Laurent Pinchart wrote: > > At first sight the driver depends on qe_lib for: > > > > - muram allocation (qe_muram_alloc/free, qe_muram_offset/addr) > > Yeah, I already posted a patch to de

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-03 Thread Anton Vorontsov
On Thu, Apr 03, 2008 at 03:45:47PM +0200, Laurent Pinchart wrote: > Hi Anton, > > On Tuesday 11 March 2008 20:17, Anton Vorontsov wrote: > > This is patch adds support for the FHCI USB controller, as found > > in the Freescale MPC836x and MPC832x processors. It can support > > Full or Low speed mo

Re: [PATCH] Freescale QUICC Engine USB Host Controller

2008-04-03 Thread Laurent Pinchart
Hi Anton, On Tuesday 11 March 2008 20:17, Anton Vorontsov wrote: > This is patch adds support for the FHCI USB controller, as found > in the Freescale MPC836x and MPC832x processors. It can support > Full or Low speed modes. > > Quite a lot hardware is doing by itself (SOF generation, CRC generat

RE: [PATCH] Freescale QUICC Engine USB Host Controller

2008-03-11 Thread Joakim Tjernlund
> -Original Message- > From: [EMAIL PROTECTED] [mailto:linuxppc-dev- > [EMAIL PROTECTED] On Behalf Of Anton Vorontsov > Sent: den 11 mars 2008 20:18 > To: [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org > Subject: [PATCH] Freescale QUICC Engine USB Host Controller >