Re: [linux-usb-devel] OTG Driver Interrupt Handling

2006-04-27 Thread David Brownell
On Tuesday 25 April 2006 3:22 am, rakesh kn wrote: > Hi, > > The OTG driver would consist of 3 kernel modules , > Host driver module, Device driver module, and OTG transceiver driver module. > ... > Should we were to load all three modules at the same time. > Or > Is it t

[linux-usb-devel] OTG Driver Interrupt Handling

2006-04-25 Thread rakesh kn
Hi, The OTG driver would consist of 3 kernel modules , Host driver module, Device driver module, and OTG transceiver driver module. We have a SPH(Single Port Host) ARC Controller. Since each of these modules have IRQ handlers and are requested to USB IRQ with SH_IRQ and SA_INTERRUPT flags , we h