Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread alf scherer
David Brownell schrieb: On Monday 04 February 2008, you wrote: Ok. Any particular reason why you're stuck with 2.6.21? The kernel HCD interface has changed a bit since then, so you'l have to fix that up. Actually, the LEON3-soft CPU I though that was basically SPARC? y

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread Peter Korsgaard
> "alf" == alf scherer <[EMAIL PROTECTED]> writes: alf> Actually, the LEON3-soft CPU vendor only supports 2.6.21, so for alf> that reason I'm kind stuck. I could try to add LEON3 alf> hardware-specific support to the latest linux release, but that alf> would actually be more work than just

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread alf scherer
"alf" == alf scherer <[EMAIL PROTECTED]> writes: alf> Hello Peter, alf> Hello Alan, alf> I have got the HPE-mini FPGA embedded development board running alf> a LEON3-SPARC Snapgear-linux with a 2.6.21 kernel. The Cypress alf> cy7c67300 is directly connected to an Altera Cylcone

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread Peter Korsgaard
> "alf" == alf scherer <[EMAIL PROTECTED]> writes: alf> Hello Peter, alf> Hello Alan, alf> I have got the HPE-mini FPGA embedded development board running alf> a LEON3-SPARC Snapgear-linux with a 2.6.21 kernel. The Cypress alf> cy7c67300 is directly connected to an Altera Cylcone II FPGA

Re: [patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-02-04 Thread alf scherer
Hello Peter, Hello Alan, I have got the HPE-mini FPGA embedded development board running a LEON3-SPARC Snapgear-linux with a 2.6.21 kernel. The Cypress cy7c67300 is directly connected to an Altera Cylcone II FPGA in HPI mode. First, I was very glad to find a c67x00 driver for 2.6, but I need to

[patch v6 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-29 Thread Peter Korsgaard
The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed USB controllers. This patch series implements a HCD driver and shows the work-in-progress status of a gadget driver. I believe patch 1..3 are ready, and I would like to see them queued up for 2.6.25. Changes since v5: -