From patchwork Thu Aug 1 22:18:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 264141 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 68B1E2C0090 for ; Fri, 2 Aug 2013 08:24:04 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CD24C4A0ED; Fri, 2 Aug 2013 00:23:26 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GYLUpQZk2jo0; Fri, 2 Aug 2013 00:23:26 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 47FF94A113; Fri, 2 Aug 2013 00:20:39 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 730CC4A0BD for ; Fri, 2 Aug 2013 00:20:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2CUyqXrrvvY9 for ; Fri, 2 Aug 2013 00:20:11 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by theia.denx.de (Postfix) with ESMTPS id 4D6164A03B for ; Fri, 2 Aug 2013 00:19:28 +0200 (CEST) Received: by mail-pa0-f52.google.com with SMTP id kq13so2623720pab.25 for ; Thu, 01 Aug 2013 15:19:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=OSDSLTe06oXzRtTeL9ar1nNgtBFBO54Pab8NDs/D+rA=; b=LsWwt3kdsn49AvuGagft9z+FM/FJinxUFUrCn/CngLiNhIJSOpNt2nWMbHCBVoDMXy IQviRLtaN6thr2xq6iCLXkZ9nn0Hjqb3Bd79TYY/Ym75UjbfPh0d2jCW/dh7YdeDEJMa Mfw6fxOCsFvCewU8DLZ8O63XqJcQOqcTz/mhpFVRFaXYOby+sT1YMnGdpXn2MApdDOpv SybyMyAdpel3L+twehI00oTtL4eC02xz54OcI3deDIW57GOAwfW2TTBlJ1MGP51jO1V+ 37PdfMWnjqPIJLk+QB53KaADQuYU3bv5i1Z8F963zfx1HNmUmVYTF6DaIsFhK/lb6PwU YRSw== X-Received: by 10.66.218.226 with SMTP id pj2mr6958470pac.62.1375395567397; Thu, 01 Aug 2013 15:19:27 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id bb1sm4256024pbc.10.2013.08.01.15.19.23 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 15:19:25 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V51DO-0004rv-1c; Thu, 01 Aug 2013 15:19:22 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 15:18:35 -0700 Message-Id: <1375395521-18569-19-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375395521-18569-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQnrn4MJCULYwFk65kg0/mbgPn8BzkQwkA4qEV1JCqM2Tt+noEyP0LRUKufU8DKLYZR9xZd2 Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V2 14/20] usb: gadget: mv_udc: set is_dualspeed = 1 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This controller support full and high speed. Signed-off-by: Troy Kisky --- drivers/usb/gadget/mv_udc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/mv_udc.c b/drivers/usb/gadget/mv_udc.c index 3ad51b7..fcfbfa3 100644 --- a/drivers/usb/gadget/mv_udc.c +++ b/drivers/usb/gadget/mv_udc.c @@ -114,6 +114,7 @@ static struct mv_drv controller = { .gadget = { .name = "mv_udc", .ops = &mv_udc_ops, + .is_dualspeed = 1, }, };