From patchwork Fri Jun 14 22:02:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Ferre X-Patchwork-Id: 251546 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 8F6FC2C009E for ; Sat, 15 Jun 2013 08:03:17 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Unc5Q-0001e0-3U; Fri, 14 Jun 2013 22:03:12 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Unc5N-0003Cp-FP; Fri, 14 Jun 2013 22:03:09 +0000 Received: from eusmtp01.atmel.com ([212.144.249.243]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Unc5L-0003By-5G for linux-arm-kernel@lists.infradead.org; Fri, 14 Jun 2013 22:03:07 +0000 Received: from tenerife.corp.atmel.com (10.161.101.13) by eusmtp01.atmel.com (10.161.101.31) with Microsoft SMTP Server id 14.2.342.3; Sat, 15 Jun 2013 00:02:38 +0200 From: Nicolas Ferre To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL v3] at91: USBA DT support / drivers update for 3.11 #1 Date: Sat, 15 Jun 2013 00:02:44 +0200 Message-ID: <1371247364-23213-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 1.8.2.2 In-Reply-To: <1370279139-7181-1-git-send-email-nicolas.ferre@atmel.com> References: <1370279139-7181-1-git-send-email-nicolas.ferre@atmel.com> Organization: atmel MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130614_180307_326084_AE049928 X-CRM114-Status: UNSURE ( 8.02 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.2 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.3 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Nicolas Ferre , Linux Kernel list , balbi@ti.com, Ludovic Desroches , Jean-Christophe PLAGNIOL-VILLARD , linux-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Arnd, Olof, This is a rework of the previous pull-request done by Jean-Christophe PLAGNIOL-VILLARD ([GIT PULL] at91: USBA DT support for 3.11). It is also the division of my previous pull request (v2) to extract only patches related to drivers. The DT patches will be stacked on top of our arm-soc/at91/dt branch in an upcoming pull-request. You should see that this material is based on the cleanup branch that you already have in arm-soc/at91/cleanup. This adds the DT support for USBA gadget driver present in the most recent AT91 SoCs. As agreed with Arnd and Felipe we send these drivers updates via arm-soc. Thanks, best regards, The following changes since commit b3f442b0eedbc20b5ce3f4a96530588d14901199: ARM: at91: udpate defconfigs (2013-05-17 15:05:08 +0200) are available in the git repository at: git://github.com/at91linux/linux-at91.git tags/at91-drivers for you to fetch changes up to 4a3ae9324ebeb9715369d2bca799bfd7dcff6dd7: USB: gadget: atmel_usba: add DT support (2013-05-24 07:14:45 +0800) ---------------------------------------------------------------- Adding the DT support to USB gadget High-Speed aka usba. ---------------------------------------------------------------- Jean-Christophe PLAGNIOL-VILLARD (3): USB: gadget: atmel_usba: move global struct usba_ep usba_ep to struct usba_udc USB: gadget: atmel_usba: allow multi instance USB: gadget: atmel_usba: add DT support .../devicetree/bindings/usb/atmel-usb.txt | 82 +++++++ drivers/usb/gadget/Kconfig | 2 +- drivers/usb/gadget/atmel_usba_udc.c | 264 ++++++++++++++------- drivers/usb/gadget/atmel_usba_udc.h | 2 + 4 files changed, 269 insertions(+), 81 deletions(-)