From patchwork Thu Aug 1 23:27:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 264166 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 BFD832C0084 for ; Fri, 2 Aug 2013 09:31:57 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 04C2C4A109; Fri, 2 Aug 2013 01:31:12 +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 BTgtY+dQSzXZ; Fri, 2 Aug 2013 01:31:11 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 651224A137; Fri, 2 Aug 2013 01:28:58 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BAA6F4A08D for ; Fri, 2 Aug 2013 01:28:43 +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 k3569mHfz9wd for ; Fri, 2 Aug 2013 01:28:39 +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-pd0-f170.google.com (mail-pd0-f170.google.com [209.85.192.170]) by theia.denx.de (Postfix) with ESMTPS id 1606D4A02A for ; Fri, 2 Aug 2013 01:27:56 +0200 (CEST) Received: by mail-pd0-f170.google.com with SMTP id x10so2566138pdj.15 for ; Thu, 01 Aug 2013 16:27:54 -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=Dm2nmARQmTLW4jMokmMtFr8rLG5TiEzChDl+n/i/6ba6iRN9RfITSSE7nrOT6s6935 iN/gae9b2MWWQrOlXYcj0SYuAsMASSILZiQhJg9qYFhxPmu4cWMNd7KTn8CGtJ8CfNRY AnD8pL/0h0jYRtkdaDY06rUEPK4atzyZQwrZd9Wzk76LWhVtS4xU4Jt1TFT6DLrSs+Qc hZaXRLtj0Y83PF4uUFXE1lX2Hg8tRp7L5UQSpdAIv+cFEiuLFR4D0HyTN8YThFvs+fyC tGoSbSP0KkV1/NH/lNPAbT/bksNGEbqnA7kdlMYptQU0qQoIRj77jMyl0hpUgJU8MjRV 2EhQ== X-Received: by 10.68.50.138 with SMTP id c10mr4556081pbo.136.1375399674881; Thu, 01 Aug 2013 16:27:54 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id 4sm4468077pbw.32.2013.08.01.16.27.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 01 Aug 2013 16:27:54 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1V52HX-0006hP-LA; Thu, 01 Aug 2013 16:27:43 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Thu, 1 Aug 2013 16:27:31 -0700 Message-Id: <1375399657-25642-15-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> References: <1375399657-25642-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQnX47m8/y84RJzJbQhvg1JB8hl2/XmS76KN5OteO2btSBZLC7L5x7T1Y2KPTflW3D11kKee Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V3 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, }, };