Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp573229ybk; Fri, 15 May 2020 08:06:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwMwNVs5E/5vR2c64OG7Pt6V2XD3y/GY5/VvrAQEnbQpPixPM99vrHbN6gYCTuoP674okM/ X-Received: by 2002:a17:906:a29a:: with SMTP id i26mr3075705ejz.199.1589555215883; Fri, 15 May 2020 08:06:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589555215; cv=none; d=google.com; s=arc-20160816; b=EmWz/9FfirW7su8O7u3zV7NPwbxIpFPEFerIoHPkMUt+V1Jm7pUJgj5TtdjD6DOsku gPoEfHTZU9g7cUdFu3g7FbXkBbfEKybuPU8HDzoB0BK2ayacJJjwRQcBS9ZNYkzXSD8y wHcmF37kiU2wQ8t9422FSC+QqN70FF1ArKIHNMRtdARF9h8d2F4rNP0465K4ZCXYrMJ/ F6pjuM/UBZuegx0o6JT5sMuqIqUczJTRX44WYMSWYbhBCVAimdMcX+kRkME71t1vS8JG fmo2Zh+W3DdlPm2eAiOQoNlPNQOrOHTSJgvYxlcs8SiDUo1xd2DUu50BwKozpeeQl7Sr /X4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=5uhUy1o41Y9icVDFCPpf8nZfub0oDyCvZTisDklOIBU=; b=BtWsLtOLx3koXsTuqNPXQ37bm9S/kbeVdpswyLWpNvM2UZDovRgbk90y13lDuRQ6j9 ZyeGa1mqUINr0i5CwvwVqwqGONy2aASxJCn3Y0MmMyNupG0pqbnWzKOBk4wom7xpyqwT TEexXjbhjZdDPeLPtoDjsh3gH2LaEFAkzmFYjfwVHoSRi6GCuFnAhr0jHTRq370tXHnX HD/CUratpQfnB+3shjWDlhdwLhC2PySwHjIBmyieJzhBGmdMU+FV1txlVi+jMYeEM0O+ tk38mPNhcZDueFzlDXKeOE7DfsyPxmZbHhMFqjPMgEd9If9F/dfq2Xs9nT/S8QUAiiDn JC/Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i35si1493715edd.61.2020.05.15.08.06.30; Fri, 15 May 2020 08:06:55 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726661AbgEOPCc (ORCPT + 99 others); Fri, 15 May 2020 11:02:32 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:57671 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726144AbgEOPCc (ORCPT ); Fri, 15 May 2020 11:02:32 -0400 Received: from localhost (lfbn-lyo-1-1912-bdcst.w90-65.abo.wanadoo.fr [90.65.91.255]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 18597240009; Fri, 15 May 2020 15:02:28 +0000 (UTC) Date: Fri, 15 May 2020 17:02:28 +0200 From: Alexandre Belloni To: cristian.birsan@microchip.com Cc: balbi@kernel.org, gregkh@linuxfoundation.org, nicolas.ferre@microchip.com, ludovic.desroches@microchip.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 0/7] usb: gadget: udc: atmel: add usb device support for SAM9x60 SoC Message-ID: <20200515150228.GW34497@piout.net> References: <20200515111631.31210-1-cristian.birsan@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200515111631.31210-1-cristian.birsan@microchip.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 15/05/2020 14:16:24+0300, cristian.birsan@microchip.com wrote: > From: Cristian Birsan > > This patch set adds usb device support for SAM9x60 SoC. > The DPRAM memory for the USB High Speed Device Port (UDPHS) hardware > block was increased and the allocation method is changed. This patch > series simplifies the endpoint allocation scheme to acomodate this SoC > and the old ones. > > Changes in v2: > - drop the patch that adds reference to pmc for sam9x60 > - use dt-bindings: usb prefix > - enable usb device in device tree > > Claudiu Beznea (1): > usb: gadget: udc: atmel: use of_find_matching_node_and_match > > Cristian Birsan (6): > dt-bindings: usb: atmel: Update DT bindings documentation for sam9x60 > usb: gadget: udc: atmel: simplify endpoint allocation > usb: gadget: udc: atmel: use 1 bank endpoints for control transfers > usb: gadget: udc: atmel: rename errata into caps > usb: gadget: udc: atmel: update endpoint allocation for sam9x60 > ARM: dts: at91: sam9x60ek: enable usb device This should probably be rebased on top of https://lore.kernel.org/linux-arm-kernel/20200507155651.1094142-1-gregory.clement@bootlin.com/ so we avoid having to define the endpoints in the device tree in the first place. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com