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 the moment. Thanks

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

2006-04-11 Thread Matt Reimer
On 3/27/06, Torsten Koschorrek <[EMAIL PROTECTED]> wrote: > Hi, > > 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 > the moment. > > The udc is no

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

2006-03-24 Thread julien . boibessot
Ok thanks, so the latest available version is the one you posted on this list end of last year, right ? Julien Quoting Mike Lee <[EMAIL PROTECTED]>: > That patch is released several months ago. But it is still in early > development stage. > But unfortunately, i have no time to develop that now.

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

2006-03-24 Thread julien . boibessot
Thank you for your answer ! > > > This imx_udc is the lower layer driver which should handle a lot > hardware-dependent work,like handle specific register , after inserting > this driver , you should be able to insert other usb upper layer > protocol driver like file_storage gadget driver , then

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

2006-03-23 Thread Tomko
[EMAIL PROTECTED] wrote: Hi ! I have seen in list archive that, some months ago, some people ( Mike Lee, Torsten Koschorrek, David Brownell and some others...) were working on iMX usb gadget controller driver. So my question is: how is this "imx_udc" yet doing ? This imx_udc is the lower la

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

2006-03-23 Thread David Brownell
On Thursday 23 March 2006 2:36 am, [EMAIL PROTECTED] wrote: > > I have seen in list archive that, some months ago, some people ( Mike Lee, > Torsten Koschorrek, David Brownell and some others...) were working on iMX usb > gadget controller driver. Untrue ... I never touched i.MX. --

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

2005-08-30 Thread Alan Cox
On Maw, 2005-08-30 at 11:14 +0530, [EMAIL PROTECTED] wrote: > Now we have to upgrade to update 1 from Red Hat. We tried with Update 1 > and kernel version for this is 2.6.9-11. But with this kernel > disconnecting mobile works fine for the first time after that it's > giving kernel panic and I tr

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

2005-08-29 Thread rao.shalini
Hello Greg, I'm using usbserial driver to communicate with USB Mobile phones. It was started with 2.4 kernel and now we are using Red Hat Enterprise Linux Edition 4 with kernel version 2.6.9-5, driver functionalities are working fine. Now we have to upgrade to update 1 from Red Hat. We tried wi

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

2005-08-09 Thread Torsten Koschorrek
Carles Pina i Estany wrote: In host computer, in /var/log/messages: ug 4 15:21:14 pinux kernel: usb 1-1: new full speed USB device using uhci_hcd and address 18 Aug 4 15:21:26 pinux kernel: usb 1-1: new full speed USB device using uhci_hcd and address 19 Aug 4 15:21:44 pinux kernel: usb 1-1: n

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

2005-08-05 Thread Alan Stern
On Fri, 5 Aug 2005, Carles Pina i Estany wrote: > > This sort of thing was reported before, and a patch was posted (sorry I > > don't have a URL). It's caused by a device constantly disconnecting and > > reconnecting, monopolizing the khubd thread and preventing other processes > > (like lsusb

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

2005-08-05 Thread Carles Pina i Estany
Hello! On Aug/04/2005, Alan Stern wrote: > On Fri, 5 Aug 2005, Carles Pina i Estany wrote: > > > In host computer, in /var/log/messages: > > ug 4 15:21:14 pinux kernel: usb 1-1: new full speed USB device using > > uhci_hcd and address 18 > > Aug 4 15:21:26 pinux kernel: usb 1-1: new full speed

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

2005-08-04 Thread Alan Stern
On Fri, 5 Aug 2005, Carles Pina i Estany wrote: > In host computer, in /var/log/messages: > ug 4 15:21:14 pinux kernel: usb 1-1: new full speed USB device using > uhci_hcd and address 18 > Aug 4 15:21:26 pinux kernel: usb 1-1: new full speed USB device using > uhci_hcd and address 19 > Aug 4 15

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

2005-08-04 Thread Carles Pina i Estany
Hello, I am sending the last information from today :-) (we are working in MX21, to support USB slave, mainly using Kernel 2.4.20 patched with patch from Freescale) Today MX21 did something more interesting :-) I loaded the modules in this way and order. Lines started with # what I typed, othe

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

2005-08-03 Thread Carles Pina i Estany
Hi again :-) On Aug/03/2005, Torsten Koschorrek wrote: > >>>wasn't related to USB, and then I tried to load (Freescale told us 3 > >>>weeks ago, but I was on holidays...): > >>> > >>>usbdcore.o > >>>mx2_bi.o > >>> > >>>And no signal in lspci from Desktop. > >>> > >>>Then I was trying usbd_drv.o,

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

2005-08-03 Thread Torsten Koschorrek
Carles Pina i Estany wrote: on the mx21. Can u give us some debug output, when your are loading the modules? You have to enable the usb device controller driver and a gadget driver (serial, ethernet, storage). Which modules do you have enabled in the config? Now I haven't access to MX21 (I

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

2005-08-03 Thread Carles Pina i Estany
Hello again, On Aug/03/2005, Torsten Koschorrek wrote: > >>Maybe there is an ethernet gadget driver on top of the usb device > >>controller driver. It would be good to know, which driver(s) are loaded > > > > > >I think that no... > > > > Oops, my fault. I thought of ethernet concerning the N

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

2005-08-03 Thread Torsten Koschorrek
Carles Pina i Estany wrote: I need to use serial device, but i am not able to use it. And the worst What do you mean? Do you want to use the mx21 as an usb-to-serial adapter? No, i have some program in mx21 that should be listening in /dev/ttygserial and from Desktop computer I will "talk"

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

2005-08-03 Thread Carles Pina i Estany
Hi, On Aug/03/2005, Torsten Koschorrek wrote: > Carles Pina i Estany wrote: > > >uau, it seems that we are 3 persons working with i.MX (i am working > >using MX.21) > > > >I have a problem using it, that maybe somebody knows the solution. If it > >is off-topic on this list, reply me by private m

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

2005-08-03 Thread Torsten Koschorrek
Carles Pina i Estany wrote: uau, it seems that we are 3 persons working with i.MX (i am working using MX.21) I have a problem using it, that maybe somebody knows the solution. If it is off-topic on this list, reply me by private mail with Cc: to other person... I am using Kernel 2.4.20 from fr

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

2005-08-02 Thread Carles Pina i Estany
Hello, On Aug/02/2005, Torsten Koschorrek wrote: > I'm using an i.MX controller too and I'm testing your imx_udc driver. > The controller is an i.MXL @200MHz. uau, it seems that we are 3 persons working with i.MX (i am working using MX.21) I have a problem using it, that maybe somebody knows

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

2005-08-02 Thread Torsten Koschorrek
mike lee wrote: Dear David I attach the imx controller driver for 2.6.10, it should be fine to patch 2.6.11. I have to say sorry to david that giving you the code with nearly delay for 2 months. Also , Please be reminded that it is only tested with file_storage and serial (w/o ACM). and p

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

2005-07-25 Thread mike lee
Dear Torsten > > Hi Mike, > > I'm using an i.MX controller too and I'm testing your imx_udc driver. > The controller is an i.MXL @200MHz. It is the same with my platform. > > Patching the kernel (2.6.10-rc2), compiling and loading the driver > works fine. I'm also able to attach other gadget dri

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

2005-06-20 Thread David Brownell
On Monday 20 June 2005 1:25 am, mike lee wrote: > Dear David > I attach the imx controller driver for 2.6.10, it should be fine to > patch 2.6.11. I have to say sorry to david that giving you the code with > nearly delay for 2 months. Could you refresh it to apply on 2.6.12? This obviously wo