Re: [linux-usb-devel] Understanding the USB OHCI Glue layer (OMAP)

2005-05-04 Thread David Brownell
On Tuesday 03 May 2005 11:42 pm, Nori, Soma Sekhar wrote: > > Hi All, > > The probe function of OMAP Bus Glue for USB OHCI HCD, > (function "usb_hcd_omap_probe" in file drivers\usb\host\ohci-omap.c) > expects the HCD memory and interrupt resources to be allocated in the > platform_device struct

[linux-usb-devel] Understanding the USB OHCI Glue layer (OMAP)

2005-05-03 Thread Nori, Soma Sekhar
Hi All, The probe function of OMAP Bus Glue for USB OHCI HCD, (function "usb_hcd_omap_probe" in file drivers\usb\host\ohci-omap.c) expects the HCD memory and interrupt resources to be allocated in the platform_device structure when it is called. I however could not locate any call to platform