From patchwork Thu Sep 26 01:41:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 278069 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 0CF3D2C0680 for ; Thu, 26 Sep 2013 11:44:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E22764A0A9; Thu, 26 Sep 2013 03:43:54 +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 ScNBPYuDVWg5; Thu, 26 Sep 2013 03:43:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3EE4F4A0ED; Thu, 26 Sep 2013 03:42:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 852814A0CA for ; Thu, 26 Sep 2013 03:42:01 +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 TL4rcfWn36rL for ; Thu, 26 Sep 2013 03:41:56 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=ERR(-1.5) (only DNSBL check requested) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by theia.denx.de (Postfix) with ESMTPS id 498C64A098 for ; Thu, 26 Sep 2013 03:41:14 +0200 (CEST) Received: by mail-pb0-f42.google.com with SMTP id un15so432767pbc.15 for ; Wed, 25 Sep 2013 18:41:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=IQfdnem17eEvikzG7FdMGhhrkqMUQdc/qRBocdHw9Mc=; b=ETQeq4Ias7V1P1mGXcar7WH0g7SljY5a2p6K8UJGsKxWFvTO6DgkXnDthdGQmLsZCh G0y8IiB00YOOVVJAdunmDcSvTLB3myDR2ZN4EzCodoQTIwqy+zpo3wvyJUoHEgJkeOb0 ZcOEQvAstv5K9Cy7X3uojn9zmWoUe+LlgGE/NBG+R6IUjSOcXqzzI/g6sxTolgFfytt8 q5j3DyQQThSAPJZm9+oYBKkX5ze3bo0kMxEXICkqdo0F4QJ47Btxvc4VLPW8rUIyu3Dh N1lCdW2Zhx1AL9eK1uqLA5nLe+ppfDKx5z/A7e95ylCKx1mgoHSQzcKtjV7Nnp0znA2a ychg== X-Gm-Message-State: ALoCoQn3585sk/hcYJtPRhIJBc3SzbqAUoYr4H0ed/4V9TLTLVvUZqkPz8NTIyS+rnUGtTkkekTX X-Received: by 10.66.25.205 with SMTP id e13mr345622pag.180.1380159671813; Wed, 25 Sep 2013 18:41:11 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id dk3sm35132221pbc.32.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Wed, 25 Sep 2013 18:41:10 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1VP0a4-0006tV-0X; Wed, 25 Sep 2013 18:41:24 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Wed, 25 Sep 2013 18:41:09 -0700 Message-Id: <1380159678-26416-10-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1380159678-26416-1-git-send-email-troy.kisky@boundarydevices.com> References: <1380159678-26416-1-git-send-email-troy.kisky@boundarydevices.com> Cc: fabio.estevam@freescale.com, otavio@ossystems.com.br, leiwen@marvell.com, u-boot@lists.denx.de Subject: [U-Boot] [PATCH V5 09/18] 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 --- v4: no change v5: no change --- 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 4910659..0591111 100644 --- a/drivers/usb/gadget/mv_udc.c +++ b/drivers/usb/gadget/mv_udc.c @@ -109,6 +109,7 @@ static struct mv_drv controller = { .gadget = { .name = "mv_udc", .ops = &mv_udc_ops, + .is_dualspeed = 1, }, };