Re: [linux-usb-devel] iMXL USB device controller driver

2006-09-24 Thread Torsten Koschorrek
[EMAIL PROTECTED] wrote: look at the following link i posted some time ago: http://marc.theaimsgroup.com/?l=linux-usb-devel&m=114346900121770&w=2 Ok, here is a patch with modifications to other files in the kernel, to get the usb udc work. The patch is for 2.6.12. That's the one I got a

Re: [linux-usb-devel] iMX usb gadget controller driver status

2006-04-19 Thread Torsten Koschorrek
Matt Reimer wrote: On 3/27/06, Torsten Koschorrek <[EMAIL PROTECTED]> wrote: The driver works fine for me. You can use it with g_file_storage, g_zero and g_serial. g_ether is not working at the moment. I also had success to get iso-transfers working, but it's very slow at

[linux-usb-devel] iMXL USB Device Controller with Linux Kernel 2.6.12 is running

2005-08-26 Thread Torsten Koschorrek
iver? I didn't heard anything from Mike Lee, since he posted his patch. Torsten -- synertronixx GmbH Torsten Koschorrek Vahrenwalder Str. 7 30165 Hannover Tel.: 0511 / 93 57 - 670 Fax : 0511 / 93 57 - 679 E-mail : [EMAIL PROTECTE

Re: [linux-usb-devel] imx usb gadget controller driver

2005-08-09 Thread Torsten Koschorrek
gcc version 3.3.5. We have no problem with that version compiling the 2.6.x kernel. -- synertronixx GmbH Torsten Koschorrek Vahrenwalder Str. 7 30165 Hannover Tel.: 0511 / 93 57 - 670 Fax : 0511 / 93 57 - 679 E-mail : [EMAIL PROTECTED] Intern

Re: [linux-usb-devel] imx usb gadget controller driver

2005-08-03 Thread Torsten Koschorrek
because some workmates are working in 2.4.20 support for some devices. Are you working with MX.21? With 2.6 only? Or 2.4 too? Not MX.21. I'm working with good old i.MXL! But I think the usb devices of MX21 and MXL are "more or less the same". The Kernels I use are 2.6.10-rc2, 2.

Re: [linux-usb-devel] imx usb gadget controller driver

2005-08-03 Thread Torsten Koschorrek
). By the way. Why don't u use a newer kernel 2.6.x? Torsten -- synertronixx GmbH Torsten Koschorrek Vahrenwalder Str. 7 30165 Hannover Tel.: 0511 / 93 57 - 670 Fax : 0511 / 93 57 - 679 E-mail : [EMAIL PROTECTED] Internet: http://www.synertronixx.de -

Re: [linux-usb-devel] imx usb gadget controller driver

2005-08-03 Thread Torsten Koschorrek
usb device controller driver and a gadget driver (serial, ethernet, storage). Which modules do you have enabled in the config? Hopefully I gave you some hints with my questions. Torsten -- synertronixx GmbH Torsten Koschorrek Vahrenwalder Str. 7 30165 Hannover Tel.: 0511 / 93 57 - 670 Fax

Re: [linux-usb-devel] isp116x-hcd: removing HW reset() and clock()

2005-08-03 Thread Torsten Koschorrek
won't use it in the future. As for ourselves we don't need these two functions in the platform setup. Feel free to remove them :) Torsten -- synertronixx GmbH Torsten Koschorrek Vahrenwalder Str. 7 30165 Hannover Tel.: 0511 / 93 57 - 670 Fax : 0511 / 93 57 - 6

Re: [linux-usb-devel] imx usb gadget controller driver

2005-08-02 Thread Torsten Koschorrek
read configurations, error -71 Greetings, Torsten -- synertronixx GmbH Torsten Koschorrek Vahrenwalder Str. 7 30165 Hannover Tel.: 0511 / 93 57 - 670 Fax : 0511 / 93 57 - 679 E-mail : [EMAIL PROTECTED] Internet: http://www.synertronixx.de

[linux-usb-devel] problems with isp116x and usb-wlan-adapter

2004-12-30 Thread Torsten Koschorrek
Hi, I'm working on the isp116x host controller as discussed before with some guys in this list. The goal is attaching an usb-wlan-adapter dwl-122 using wlan-ng. The isp116x-driver enumerates the device. The isp116x-driver also handles packages shorter than one ptd-buffer-len (I patched wlan-ng for

Re: [linux-usb-devel] ISP116x / 1362 driver progress

2004-12-21 Thread Torsten Koschorrek
Michael wrote: Olav mentioned perhaps rewriting the driver, based on the new sl811-hcd driver, which I agree is a better solution. Yes, he want's to write it only for the 116x, as far as I read and understood it. I think, it would be a very good idea to write TWO drivers, one for the 116x and one f

Re: [linux-usb-devel] ISP1161x bingo driver usb_control/bulk_msg timeout error

2004-12-07 Thread Torsten Koschorrek
A B wrote: Hi ALL, We are using ISP1161 chip in our powerpc board and we are using isp116x bingo version of driver. Hi, It would be helpfull to tell us, which kernel version you're using. The hc_isp116x.bingo is programmed for 2.4er Kernel. -- synertronixx GmbH Torsten Koschorrek Vahrenw

Re: [linux-usb-devel] RE: yet more on isp1362

2004-12-04 Thread Torsten Koschorrek
Olav Kongas wrote: Hi Torsten, Now , I'm not sure about this header file. I know that we need it for the ptd-struct defined in ohci-isp1362.h, but why do we need stuff like that? And does anybody has an idea, why it's hardware-specific? You are talking here about the bitfield.h, right? No, you do

Re: [linux-usb-devel] RE: yet more on ohci-isp1362

2004-12-04 Thread Torsten Koschorrek
Hi again, Working 36 hours in an 24-hour day at this driver i have some more things to tell and some more questions. Torsten Koschorrek wrote: Hi, Very good work! I think i have lots of this patches applied to our (Konsti and me) version of the driver, but there is more patching to do. Based

Re: [linux-usb-devel] RE: yet more on ohci-isp1362

2004-12-01 Thread Torsten Koschorrek
Hi, Philipp Schmid wrote: Thank you for sharing your patch with us. I've finally gotten around to merging your Nov 17 patch with my code base. It turned out to be too many changes to just merge your patch into my code base, so instead, I've started with your patch, applied my changes to it and the

Re: [linux-usb-devel] isp116x-patch

2004-11-23 Thread Torsten Koschorrek
Olav Kongas wrote: Hi, i've Lothar's driver ohci-isp1362 working for my isp1161a. The init is ok and i can read some registers. I was searching for your patch in the mailing list for the isp116x but didn't find it. Is it possible to mail the patch to me? After applying your patch i can help lookin

Re: [linux-usb-devel] isp116x debug info/timing problem?

2004-11-22 Thread Torsten Koschorrek
ing problems. Thanks, Torsten -- synertronixx GmbH Torsten Koschorrek Vahrenwalder Str. 7 30165 Hannover Tel.: 0511 / 93 57 - 670 Fax : 0511 / 93 57 - 679 E-mail : [EMAIL PROTECTED] Internet: http://www.synertronixx.de --- SF

Re: [linux-usb-devel] isp116x 2.6.9-ARM-Port

2004-11-17 Thread Torsten Koschorrek
Michael wrote: --- Torsten Koschorrek <[EMAIL PROTECTED]> wrote: I'm trying to port the isp_116x_bingo-driver to kernel 2.6.9 on Architecture ARM, Mach imx. I have success in compiling and loading the driver. In the Init-Process the driver reads the Chip-ID. I also know, that the

Re: [linux-usb-devel] HC gets too little data from devices

2004-11-17 Thread Torsten Koschorrek
#x27;s isp1362-Driver and the isp116x-stuff working tomorrow. Can you give me any tips for that? I need to get a WLAN-Adapter (DWL122) working at the isp1161A1, has anyone experience with that? Torsten Koschorrek --- This SF.Net email is s

[linux-usb-devel] isp116x 2.6.9-ARM-Port

2004-11-16 Thread Torsten Koschorrek
to kill init! Problem 2: Overriding dev_info (...) i get these 2 messages: usb1: no configurations usb1: can't read configurations, error -22 Problem 3: Is there another driver for ISP1161A1? isp_116x_bingo is my first try to get the hardware working. I don't know which other dr