From patchwork Mon Jul 18 13:44:56 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 591842 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 477ABCCA479 for ; Mon, 18 Jul 2022 13:45:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235045AbiGRNpM (ORCPT ); Mon, 18 Jul 2022 09:45:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39818 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233884AbiGRNpI (ORCPT ); Mon, 18 Jul 2022 09:45:08 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 84AA41B7A9; Mon, 18 Jul 2022 06:45:07 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.92,281,1650898800"; d="scan'208";a="126513432" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 18 Jul 2022 22:45:06 +0900 Received: from localhost.localdomain (unknown [10.226.92.65]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id B681E4003EB6; Mon, 18 Jul 2022 22:45:02 +0900 (JST) From: Phil Edworthy To: Felipe Balbi , Philipp Zabel , Rob Herring , Krzysztof Kozlowski Cc: Phil Edworthy , Greg Kroah-Hartman , Geert Uytterhoeven , Yoshihiro Shimoda , Biju Das , Adam Ford , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/2] Add usb gadget support for RZ/V2M Date: Mon, 18 Jul 2022 14:44:56 +0100 Message-Id: <20220718134458.19137-1-phil.edworthy@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi, The RZ/V2M SoC is very similar to the R-Car implementation. The differences are that a few DRD related registers and bits have moved, there is a separate interrupt for DRD, an additional clock for register access and reset lines for DRD and USBP. Thanks Phil Phil Edworthy (2): dt-bindings: usb: renesas, usb3-peri: Document RZ/V2M r9a09g011 support usb: gadget: udc: renesas_usb3: Add support for RZ/V2M .../bindings/usb/renesas,usb3-peri.yaml | 81 ++++++++++--- drivers/usb/gadget/udc/renesas_usb3.c | 109 +++++++++++++++--- 2 files changed, 157 insertions(+), 33 deletions(-)