From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Subject: Re: Issue: TWL4030-USB Date: Tue, 16 Dec 2008 12:36:17 -0800 Message-ID: <200812161236.17658.david-b@pacbell.net> References: <200812111524.57050.david-b@pacbell.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp123.sbc.mail.sp1.yahoo.com ([69.147.64.96]:25351 "HELO smtp123.sbc.mail.sp1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751619AbYLPUgV (ORCPT ); Tue, 16 Dec 2008 15:36:21 -0500 In-Reply-To: Content-Disposition: inline Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: "Pandita, Vikram" Cc: "linux-omap@vger.kernel.org" On Tuesday 16 December 2008, Pandita, Vikram wrote: > > I have not been following much of the TWL4030 USB development. > I came across this code: > > > static int twl4030_set_peripheral(struct otg_transceiver *x, > struct usb_gadget *gadget) > { > ... > if (!gadget) { > >>>>> omap_writew(0, OTG_IRQ_EN); > ... > > > This code will not work for OMAP3. There is no OHCI OTG block on OMAP3. Exactly why that code is removed in the latest code ... I don't see it in drivers/usb/otg/twl4030-usb.c do you? - Dave > > > Regards, > Vikram > >