From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa0-f42.google.com (mail-oa0-f42.google.com [209.85.219.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 19AD72C0236 for ; Fri, 21 Feb 2014 06:36:13 +1100 (EST) Received: by mail-oa0-f42.google.com with SMTP id j17so413158oag.1 for ; Thu, 20 Feb 2014 11:36:10 -0800 (PST) Received: from [10.10.0.165] ([72.34.182.10]) by mx.google.com with ESMTPSA id su13sm31319925oeb.1.2014.02.20.11.36.09 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 20 Feb 2014 11:36:09 -0800 (PST) Message-ID: <53065925.7020300@servergy.com> Date: Thu, 20 Feb 2014 13:36:05 -0600 From: Ruchika MIME-Version: 1.0 To: linuxppc-dev@ozlabs.org Subject: P4080 + EHCI controller question Content-Type: text/plain; charset=ISO-8859-1; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, I've been trying to understand why the uboot code is unable to work with USB1.1 devices. On a USB analyzer: I notice on an analyzer that there are no SOF or IN tokens seen on the bus at all. The only after the very first setup packet is sent and ACK'd. The board has a hub chip on it connected to the USB controller via a Ulpi interface. Uboot debug indicates that the transfer times out and was still "Active" The kernel code indicates that a companion driver handles 1.1 devices. Does this mean there are 2 HCD's, one for HS and one for FS/LS in the kernel ? Thank you