This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PSP 1.0.2 OMAP3 USB OTG HOST driver as module

Hi All,

I've a requirement where in i've to use Linux 2.6.22 PSP 1.0.2  USB OTG HOST driver as a loadable module and use it to make OMAP3530EVM communicate with a USB mass storage pendrive.
For that I compiled USB OTG HOST driver as a MODULE and I got the below given kernel modules.
 
  Building modules, stage 2.
  MODPOST 17 modules
  CC      drivers/hid/usbhid/usbhid.mod.o
  LD [M]  drivers/hid/usbhid/usbhid.ko
  CC      drivers/usb/class/cdc-acm.mod.o
  LD [M]  drivers/usb/class/cdc-acm.ko
  CC      drivers/usb/core/usbcore.mod.o
  LD [M]  drivers/usb/core/usbcore.ko
  CC      drivers/usb/host/ehci-hcd.mod.o
  LD [M]  drivers/usb/host/ehci-hcd.ko
  CC      drivers/usb/misc/usbtest.mod.o
  LD [M]  drivers/usb/misc/usbtest.ko
  CC      drivers/usb/mon/usbmon.mod.o
  LD [M]  drivers/usb/mon/usbmon.ko
  CC      drivers/usb/musb/musb_hdrc.mod.o
  LD [M]  drivers/usb/musb/musb_hdrc.ko
  CC      drivers/usb/storage/usb-storage.mod.o
  LD [M]  drivers/usb/storage/usb-storage.ko
  CC      sound/core/snd-hwdep.mod.o
  LD [M]  sound/core/snd-hwdep.ko
  CC      sound/core/snd-rawmidi.mod.o
  LD [M]  sound/core/snd-rawmidi.ko
  CC      sound/usb/snd-usb-audio.mod.o
  LD [M]  sound/usb/snd-usb-audio.ko
  CC      sound/usb/snd-usb-lib.mod.o
  LD [M]  sound/usb/snd-usb-lib.ko
Now which and all modules I have to do insmod? Is there any order? What is the procedure?

Can you please suggest me some pointers for this?