From patchwork Tue Jul 16 20:47:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 259507 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 39B9B2C016E for ; Wed, 17 Jul 2013 06:53:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 844724A01F; Tue, 16 Jul 2013 22:53:30 +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 9ag4Pzbicz8Q; Tue, 16 Jul 2013 22:53:30 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F42B4A023; Tue, 16 Jul 2013 22:53:26 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3161C4A040 for ; Tue, 16 Jul 2013 22:53:10 +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 cY+rvaW9pVKl for ; Tue, 16 Jul 2013 22:53:04 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=SKIP(-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 F06264A023 for ; Tue, 16 Jul 2013 22:52:57 +0200 (CEST) Received: by mail-pb0-f42.google.com with SMTP id un1so1109274pbc.29 for ; Tue, 16 Jul 2013 13:52:56 -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=p14snJuyWuXWuItGd9usiN5bQvoI6wV5hyRnNIzfJyI=; b=jN/ZkN7H0s2d/7AOIzEEOcqoD9qgTrsVH0syWHXFF2jRSd/REQtwsrjJIvcJDEfl8s Q1WBlgNLk47GiU+eY+9ApL2IZsTadA391OHCWCaTuIJhy98S6P4HXr/GW14u1NeDiQ2q kB+xqfkFA7rOWIp3nmUg2J3iljFTu89TfNRO9d9Jia9DH738g2wvX/bkyV+9V7WDV7Gk hF50Dx4897Ds3fQX6336GcxkQC05MVoB1RCpvC6KY00FrO9eUb4lBuun+ECU1bqtOG+t ZefFyWxy6LoLi+RF3kcFCogsvxirmkvvF2KH6Y4H3ltsoSIGIvNVtgAUfV1LnStiYqHf wYdA== X-Received: by 10.66.20.129 with SMTP id n1mr4434611pae.93.1374007976227; Tue, 16 Jul 2013 13:52:56 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id 4sm3659155pbw.32.2013.07.16.13.52.54 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 16 Jul 2013 13:52:55 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1UzCA3-0000kJ-Ji; Tue, 16 Jul 2013 13:47:51 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Tue, 16 Jul 2013 13:47:43 -0700 Message-Id: <1374007666-2749-16-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374007666-2749-1-git-send-email-troy.kisky@boundarydevices.com> References: <1374007666-2749-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQki9FlMtFnn4tDTVS8E/BkQVV2dmeyX6qnbdU9csV6yMFCLudvrmT6Cg+o06BrPmt0kJ+SI Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH RFC V1 15/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 --- 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 8f3d975..5c10a8b 100644 --- a/drivers/usb/gadget/mv_udc.c +++ b/drivers/usb/gadget/mv_udc.c @@ -112,6 +112,7 @@ static struct mv_drv controller = { .ep0 = &ep[0].ep, .name = "mv_udc", .ops = &mv_udc_ops, + .is_dualspeed = 1, }, };