From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by ozlabs.org (Postfix) with ESMTP id 4137CDDEBD for ; Wed, 13 Jun 2007 23:59:16 +1000 (EST) Received: by py-out-1112.google.com with SMTP id z74so486050pyg for ; Wed, 13 Jun 2007 06:59:15 -0700 (PDT) Message-ID: Date: Wed, 13 Jun 2007 08:59:14 -0500 From: "phil culler" To: "Grant Likely" Subject: Re: [linux-usb-devel] [PATCH 6/6] [C67x00] Merge c67x00-hub.c into c67x00-hcd.c In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_10288_28538369.1181743154499" References: <11816893411272-git-send-email-grant.likely@secretlab.ca> <11816893494143-git-send-email-grant.likely@secretlab.ca> <11816893492706-git-send-email-grant.likely@secretlab.ca> <11816893493783-git-send-email-grant.likely@secretlab.ca> <1181689350166-git-send-email-grant.likely@secretlab.ca> <11816893503814-git-send-email-grant.likely@secretlab.ca> <11816893511659-git-send-email-grant.likely@secretlab.ca> <87645sieew.fsf@p4.be.48ers.dk> Cc: Peter Korsgaard , linux-usb-devel@lists.sourceforge.net, linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_10288_28538369.1181743154499 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 6/13/07, Grant Likely wrote: > > On 6/12/07, Peter Korsgaard wrote: > > >>>>> "Grant" == Grant Likely writes: > > > > Hi, > > > > Grant> Rather than c67x00-hub.c being compiled seperately, the > > Grant> original code had c67x00-hub.c *included* by c67x00-hcd.c. > > Grant> This is a very bad idea. Simplest solution is to merge the > > Grant> two files into one and be done with it. Hi Guys, > I'm currently implementing the gadget API for the c67x00 (specifically > CY7C63200) and have several questions. > > 1. Are you aware of any others working on the gadget API for this driver? > 2. I'm doing this on an embedded device (Xilinix/PPC) with no hardware DMA > and on top of MontaVista 4.01 (2.6.10-kernel). I'd prefer to develop on a > current kernel using something like a PCI card. Can you recommend a > reasonably-priced development platform for the c67x00? > 3. Any suggestions about preventing additional ugly code? I'm adding the > bulk of the API in c67x00-udc.c > > Many thanks, > -Phil Culler > phil@pliablerhino.com > ------=_Part_10288_28538369.1181743154499 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On 6/13/07, Grant Likely <grant.likely@secretlab.ca> wrote:
On 6/12/07, Peter Korsgaard <jacmet@sunsite.dk> wrote:
> >>>>> "Grant" == Grant Likely <grant.likely@secretlab.ca > writes:
>
> Hi,
>
>  Grant> Rather than c67x00-hub.c being compiled seperately, the
>  Grant> original code had c67x00-hub.c *included* by c67x00-hcd.c.
>  Grant> This is a very bad idea.  Simplest solution is to merge the
>  Grant> two files into one and be done with it.

 

Hi Guys,
I'm currently implementing the gadget API for the c67x00 (specifically CY7C63200) and have several questions.

1. Are you aware of any others working on the gadget API for this driver?
2. I'm doing this on an embedded device (Xilinix/PPC) with no hardware DMA and on top of MontaVista 4.01 (2.6.10-kernel). I'd prefer to develop on a current kernel using something like a PCI card. Can you recommend a reasonably-priced development platform for the c67x00?
3. Any suggestions about preventing additional ugly code? I'm adding the bulk of the API in c67x00-udc.c

Many thanks,
-Phil Culler
phil@pliablerhino.com

------=_Part_10288_28538369.1181743154499--