On Wed, 2010-12-22 at 20:06 +0530, Anoop P.A wrote: > From: Anoop P A <anoop.pa@xxxxxxxxx> > > This patch includes. > > 1. USB host driver for MSP71xx family SoC on-chip USB controller. > ehci_writel(ehci, tmp, reg_ptr); > +#ifdef CONFIG_USB_EHCI_HCD_PMC_MSP > + /* set controller in host mode */ > + usb_hcd_tdi_set_mode(ehci); > +#endif Missed this one while cleaning :( > }