From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rex Feany Subject: Re: OMAP34xx Date: Thu, 9 Feb 2012 17:41:21 -0800 Message-ID: <20120210014121.GA7503@rexfeany.com> References: <20120208231551.GA9009@kroah.com> <20120209004731.GA11343@kroah.com> <4F3374F0.3080002@bitmer.com> <20120209133739.GB2590@sirena.org.uk> <20120209183624.GJ1426@atomide.com> <20120209193442.GA1767@rexfeany.com> <87hayzzjlv.fsf@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from ilona.fnordsoft.com ([173.230.144.79]:35674 "EHLO ilona.fnordsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754601Ab2BJBlW (ORCPT ); Thu, 9 Feb 2012 20:41:22 -0500 Content-Disposition: inline In-Reply-To: <87hayzzjlv.fsf@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Kevin Hilman Cc: Tony Lindgren , Mark Brown , Jarkko Nikula , Greg KH , Paul Walmsley , Grazvydas Ignotas , Russell King - ARM Linux , linux-omap@vger.kernel.org, Arnd Bergmann , Olof Johansson Thus spake Kevin Hilman (khilman@ti.com): > Can you double check that you're building and booting using Tony's -rc3 > based branch? I believe so, but I cloned it again anyway and it is different from what I had originally. > Also, can you do a test using omap2plus_defconfig? Of course! Serial seems OK with the defconfig, but it doesn't detect the network chip (it looks like all of the usb stuff is turned off in the defconfig). dmesg: http://tonya.fnordsoft.com/omap-testing/dmesg-defconfig I am trying to get usb & networking working, I tried turning on ohci/ehci and smsc95xx, but it doesn't seem like anything is detected. Am I just missing a config option? I will go through this more tomorrow, becuase I have networking working with my other modified defconfig. dmesg: http://tonya.fnordsoft.com/omap-testing/dmesg-usb-config config: http://tonya.fnordsoft.com/omap-testing/usb-config USB_EHCI_HCD n -> m USB_NET_SMSC95XX n -> y USB_OHCI_HCD n -> m +MFD_OMAP_USB_HOST y +USB_EHCI_HCD_OMAP y +USB_EHCI_MV n +USB_EHCI_ROOT_HUB_TT n +USB_EHCI_TT_NEWSCHED y +USB_OHCI_BIG_ENDIAN_DESC n +USB_OHCI_BIG_ENDIAN_MMIO n +USB_OHCI_HCD_OMAP1 y +USB_OHCI_HCD_OMAP3 y +USB_OHCI_LITTLE_ENDIAN y +USB_OTG_UTILS y +USB_SISUSBVGA n thanks!! /rex.