Re: [linux-usb-devel] USB OTG ISR Registration

2006-04-27 Thread Sujith Sankar
; > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Sujith > > Sankar > > Sent: Thursday, April 27, 2006 4:47 PM > > To: linux usb devel > > Subject: [linux-usb-devel] USB OTG ISR Registration > > >

[linux-usb-devel] USB OTG ISR Registration

2006-04-27 Thread Sujith Sankar
Hi All, Our team is implementing a USB OTG Controller Driver in Linux for ARC controller. The transceiver and OTG controller are integrated. We have the following doubt. 1.) The implementation involves three modules viz EHCI driver, UDC driver and OTG Controller driver. Shouldn't the ISR's of

[linux-usb-devel] USB Subsystem changes from 2.6.11 to 2.6.16

2006-04-25 Thread Sujith Sankar
Hi All, Could someone highlight the changes that have come in the Linux USB sub-system from 2.6.11 to 2.6.16? Thanks, Suj --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

[linux-usb-devel] OMAP ISR and Work Queue

2006-04-22 Thread Sujith Sankar
Hi All, I'm into developing OTG Controller driver for Linux for ARC controller. The only similar implementation that i could find was OMAP. Could you please clear the following doubts? 1.) In OMAP ISR, work queue is used for invoking the bottom half. Is it cumulative? If not, isn't there a chan

[linux-usb-devel] USB OTG testing

2006-04-10 Thread Sujith Sankar
Hi all, I have some doubts on USB 2.0 HS OTG testing. The site usb.org suggests that for protocol testing of USB OTG, OTG Protocol Tester has to be used. Is there any other method for testing OTG on the Protocol side? Please let me know your thoughts. thanks, -Sujith.