From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 42558C43331 for ; Fri, 27 Mar 2020 09:34:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0DDF120716 for ; Fri, 27 Mar 2020 09:34:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726096AbgC0JeG (ORCPT ); Fri, 27 Mar 2020 05:34:06 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:51108 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725946AbgC0JeG (ORCPT ); Fri, 27 Mar 2020 05:34:06 -0400 X-IronPort-AV: E=Sophos;i="5.72,311,1580742000"; d="scan'208";a="43017750" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 27 Mar 2020 18:34:05 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 1113F420E963; Fri, 27 Mar 2020 18:34:05 +0900 (JST) From: Yoshihiro Shimoda To: kishon@ti.com, robh+dt@kernel.org Cc: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v4 0/4] dt-bindings: phy: add r8a77961 support Date: Fri, 27 Mar 2020 18:33:52 +0900 Message-Id: <1585301636-24399-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org This patch adds USBPHY 2.0/3.0 devices support for r8a77961 (R-Car M3-W+). Changes from v3: - Retain a description of #phy-cell in patch 1/4. - Add Reviewed-by in patch 1/4 and 3/4. https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=262507 Changes from v2: - Modify json-schema files which Geert-san was pointed out. https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=261847 Changes from v1: - Rebase these patches on top of my patches of convert bindings to json-schema. - Add Reviewed-by. https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=261195 Yoshihiro Shimoda (4): dt-bindings: phy: renesas: usb2-phy: convert bindings to json-schema dt-bindings: phy: renesas: usb2-phy: add r8a77961 support dt-bindings: phy: renesas: usb3-phy: convert bindings to json-schema dt-bindings: phy: renesas: usb3-phy: add r8a77961 support .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 70 ------------ .../devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 52 --------- .../devicetree/bindings/phy/renesas,usb2-phy.yaml | 117 +++++++++++++++++++++ .../devicetree/bindings/phy/renesas,usb3-phy.yaml | 79 ++++++++++++++ 4 files changed, 196 insertions(+), 122 deletions(-) delete mode 100644 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb2.txt delete mode 100644 Documentation/devicetree/bindings/phy/rcar-gen3-phy-usb3.txt create mode 100644 Documentation/devicetree/bindings/phy/renesas,usb2-phy.yaml create mode 100644 Documentation/devicetree/bindings/phy/renesas,usb3-phy.yaml -- 2.7.4