From patchwork Fri Jul 22 12:31:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 592775 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 1C959CCA489 for ; Fri, 22 Jul 2022 12:31:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234327AbiGVMbU (ORCPT ); Fri, 22 Jul 2022 08:31:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231814AbiGVMbT (ORCPT ); Fri, 22 Jul 2022 08:31:19 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0CF9B62CA; Fri, 22 Jul 2022 05:31:17 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.93,185,1654527600"; d="scan'208";a="128789559" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 22 Jul 2022 21:31:17 +0900 Received: from localhost.localdomain (unknown [10.226.93.52]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 2FE4843C48DF; Fri, 22 Jul 2022 21:31:12 +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 v2 0/2] Add usb gadget support for RZ/V2M Date: Fri, 22 Jul 2022 13:31:05 +0100 Message-Id: <20220722123107.34122-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 v2: bindings: - SoCs other than rz/v2m must limit the number of clock/interrupt names - Add "Battery Charging" and "Global Purpose Input" interrupts driver: - Rename r9a09g011 feature to is_rzv2m; use rzv2m compat string - Pass pointer into macros that access is_rzv2m member 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 | 91 +++++++++++-- drivers/usb/gadget/udc/renesas_usb3.c | 128 ++++++++++++++---- 2 files changed, 177 insertions(+), 42 deletions(-)