From patchwork Thu Mar 26 05:26:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yoshihiro Shimoda X-Patchwork-Id: 11459261 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4B3AA17EA for ; Thu, 26 Mar 2020 05:27:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35B9820936 for ; Thu, 26 Mar 2020 05:27:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726279AbgCZF1A (ORCPT ); Thu, 26 Mar 2020 01:27:00 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:46738 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725842AbgCZF07 (ORCPT ); Thu, 26 Mar 2020 01:26:59 -0400 X-IronPort-AV: E=Sophos;i="5.72,307,1580742000"; d="scan'208";a="42883074" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 26 Mar 2020 14:26:58 +0900 Received: from localhost.localdomain (unknown [10.166.252.89]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 3F28D400A115; Thu, 26 Mar 2020 14:26:58 +0900 (JST) From: Yoshihiro Shimoda To: gregkh@linuxfoundation.org, robh+dt@kernel.org Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Yoshihiro Shimoda Subject: [PATCH v2 0/3] dt-bindings: usb: add r8a77961 support Date: Thu, 26 Mar 2020 14:26:47 +0900 Message-Id: <1585200410-28841-1-git-send-email-yoshihiro.shimoda.uh@renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org This patch adds USB 2.0/3.0 devices support for r8a77961 (R-Car M3-W+). Changes from v1: - Update the comment of "renesas,xhci-r8a77961" for r8a77960. - Add Reviewed-by. https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=261191 Yoshihiro Shimoda (3): dt-bindings: usb: usb-xhci: add r8a77961 support dt-bindings: usb: renesas,usbhs: add r8a77961 support dt-bindings: usb: renesas,usb3-peri: add r8a77961 support Documentation/devicetree/bindings/usb/renesas,usb3-peri.yaml | 1 + Documentation/devicetree/bindings/usb/renesas,usbhs.yaml | 1 + Documentation/devicetree/bindings/usb/usb-xhci.txt | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-)