From patchwork Fri Oct 4 08:35:26 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 11173787 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 A2B1816B1 for ; Fri, 4 Oct 2019 08:35:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8C8A621A4C for ; Fri, 4 Oct 2019 08:35:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727978AbfJDIfp (ORCPT ); Fri, 4 Oct 2019 04:35:45 -0400 Received: from relmlor2.renesas.com ([210.160.252.172]:3139 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726024AbfJDIfo (ORCPT ); Fri, 4 Oct 2019 04:35:44 -0400 X-IronPort-AV: E=Sophos;i="5.67,255,1566831600"; d="scan'208";a="28068753" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 04 Oct 2019 17:35:41 +0900 Received: from fabrizio-dev.ree.adwin.renesas.com (unknown [10.226.36.196]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id D0EDB41E561A; Fri, 4 Oct 2019 17:35:36 +0900 (JST) From: Fabrizio Castro To: Geert Uytterhoeven , Rob Herring , Mark Rutland , Mark Brown , Wim Van Sebroeck , Guenter Roeck Cc: Fabrizio Castro , Bjorn Helgaas , Simon Horman , Magnus Damm , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Chris Paterson , Biju Das , Laurent Pinchart , Kieran Bingham , Jacopo Mondi , xu_shunji@hoperun.com Subject: [PATCH 0/7] Add RZ/G2N MSIOF/RWDT/PCIEC support Date: Fri, 4 Oct 2019 09:35:26 +0100 Message-Id: <1570178133-21532-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 MSDIF/RWDT/PCIEC support to the HiHope RZ/G2N. This series depends on the following series and patches: * https://patchwork.kernel.org/cover/11166155/ * https://patchwork.kernel.org/cover/11157129/ * https://patchwork.kernel.org/cover/11158259/ * https://patchwork.kernel.org/patch/11166327/ * https://patchwork.kernel.org/cover/11171325/ * https://patchwork.kernel.org/patch/11162283/ Thanks, Fab Fabrizio Castro (7): dt-bindings: watchdog: renesas-wdt: Document r8a774b1 support dt-bindings: spi: sh-msiof: Add r8a774b1 support dt-bindings: PCI: rcar: Add device tree support for r8a774b1 arm64: dts: renesas: r8a774b1: Add RWDT node arm64: dts: renesas: r8a774b1: Add all MSIOF nodes arm64: dts: renesas: r8a774b1: Add PCIe device nodes arm64: dts: renesas: hihope-rzg2-ex: Let the board specific DT decide about pciec1 Documentation/devicetree/bindings/pci/rcar-pci.txt | 1 + .../devicetree/bindings/spi/renesas,sh-msiof.yaml | 1 + .../devicetree/bindings/watchdog/renesas,wdt.txt | 1 + arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi | 4 - .../boot/dts/renesas/r8a774a1-hihope-rzg2m-ex.dts | 4 + arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 111 ++++++++++++++++++++- 6 files changed, 115 insertions(+), 7 deletions(-)