From patchwork Tue Oct 8 10:38:42 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 11179295 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 54A7315AB for ; Tue, 8 Oct 2019 10:39:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35DB7206C2 for ; Tue, 8 Oct 2019 10:39:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729893AbfJHKjG (ORCPT ); Tue, 8 Oct 2019 06:39:06 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:25755 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729790AbfJHKjG (ORCPT ); Tue, 8 Oct 2019 06:39:06 -0400 X-IronPort-AV: E=Sophos;i="5.67,270,1566831600"; d="scan'208";a="28359337" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 08 Oct 2019 19:39:03 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 55637400C0B8; Tue, 8 Oct 2019 19:38:59 +0900 (JST) From: Fabrizio Castro To: Geert Uytterhoeven , Simon Horman , Vinod Koul , Rob Herring , Mark Rutland Cc: Fabrizio Castro , Kishon Vijay Abraham I , Greg Kroah-Hartman , Magnus Damm , dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Paterson , Biju Das , Laurent Pinchart , Kieran Bingham , Jacopo Mondi Subject: [PATCH 00/10] Add USB2/USB3/INTC-EX support to RZ/G2N Date: Tue, 8 Oct 2019 11:38:42 +0100 Message-Id: <1570531132-21856-1-git-send-email-fabrizio.castro@bp.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 Dear All, this series adds USB 2.0, USB 3.0, and INTC-EX support to the RZ/G2N SoC specfic dtsi. This series depends on the following patches: * https://patchwork.kernel.org/cover/11166155/ * https://patchwork.kernel.org/cover/11157129/ * https://patchwork.kernel.org/cover/11158259/ * https://patchwork.kernel.org/cover/11171325/ * https://patchwork.kernel.org/cover/11173787/ * https://patchwork.kernel.org/patch/11174777/ Thanks, Fab Fabrizio Castro (10): dt-bindings: rcar-gen3-phy-usb2: Add r8a774b1 support dt-bindings: dmaengine: usb-dmac: Add binding for r8a774b1 dt-bindings: usb: renesas_usbhs: Add r8a774b1 support dt-bindings: rcar-gen3-phy-usb3: Add r8a774b1 support dt-bindings: usb-xhci: Add r8a774b1 support dt-bindings: usb: renesas_usb3: Document r8a774b1 support arm64: dts: renesas: r8a774b1: Add USB2.0 phy and host (EHCI/OHCI) device nodes arm64: dts: renesas: r8a774b1: Add USB-DMAC and HSUSB device nodes arm64: dts: renesas: r8a774b1: Add USB3.0 device nodes arm64: dts: renesas: r8a774b1: Add INTC-EX device node .../devicetree/bindings/dma/renesas,usb-dmac.txt | 1 + .../devicetree/bindings/phy/rcar-gen3-phy-usb2.txt | 2 + .../devicetree/bindings/phy/rcar-gen3-phy-usb3.txt | 2 + .../devicetree/bindings/usb/renesas,usb3-peri.txt | 1 + .../devicetree/bindings/usb/renesas,usbhs.txt | 1 + Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 + arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 138 +++++++++++++++++++-- 7 files changed, 136 insertions(+), 10 deletions(-)