From patchwork Wed Apr 29 21:56:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 1279708 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 49CC6D5h4tz9sSg for ; Thu, 30 Apr 2020 07:57:08 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727097AbgD2V5H (ORCPT ); Wed, 29 Apr 2020 17:57:07 -0400 Received: from relmlor1.renesas.com ([210.160.252.171]:39061 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726554AbgD2V5H (ORCPT ); Wed, 29 Apr 2020 17:57:07 -0400 X-IronPort-AV: E=Sophos;i="5.73,333,1583161200"; d="scan'208";a="46009187" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie5.idc.renesas.com with ESMTP; 30 Apr 2020 06:57:05 +0900 Received: from localhost.localdomain (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id D547F40ECBAC; Thu, 30 Apr 2020 06:57:00 +0900 (JST) From: Lad Prabhakar To: Geert Uytterhoeven , Magnus Damm , Rob Herring , Vinod Koul , Linus Walleij , Bartosz Golaszewski , Thomas Gleixner , Jason Cooper , Marc Zyngier , Greg Kroah-Hartman , Russell King Cc: Lad Prabhakar , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org, linux-gpio@vger.kernel.org, linux-serial@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lad Prabhakar Subject: [PATCH 00/18] Add R8A7742/RZG1H board support Date: Wed, 29 Apr 2020 22:56:37 +0100 Message-Id: <1588197415-13747-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi All, This patch set adds initial board support for R8A7742 SoC, enabling R8A7742 arch in defconfigs with initial dtsi. Cheers, --Prabhakar Lad Prabhakar (18): soc: renesas: Add Renesas R8A7742 config option ARM: shmobile: defconfig: Enable r8a7742 SoC ARM: multi_v7_defconfig: Enable r8a7742 SoC ARM: debug-ll: Add support for r8a7742 dt-bindings: pinctrl: sh-pfc: Document r8a7742 PFC support pinctrl: sh-pfc: r8a7790: Add r8a7742 PFC support ARM: dts: r8a7742: Initial SoC device tree dt-bindings: irqchip: renesas-irqc: Document r8a7742 bindings ARM: dts: r8a7742: Add IRQC support dt-bindings: rcar-dmac: Document r8a7742 support ARM: dts: r8a7742: Add SYS-DMAC support dt-bindings: serial: renesas,scif: Document r8a7742 bindings dt-bindings: serial: renesas,scifa: Document r8a7742 bindings dt-bindings: serial: renesas,scifb: Document r8a7742 bindings dt-bindings: serial: renesas,hscif: Document r8a7742 bindings ARM: dts: r8a7742: Add [H]SCIF{A|B} support dt-bindings: gpio: rcar: Add r8a7742 (RZ/G1H) support ARM: dts: r8a7742: Add GPIO support .../devicetree/bindings/dma/renesas,rcar-dmac.txt | 1 + .../devicetree/bindings/gpio/renesas,gpio-rcar.txt | 1 + .../interrupt-controller/renesas,irqc.yaml | 1 + .../bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 + .../devicetree/bindings/serial/renesas,hscif.yaml | 1 + .../devicetree/bindings/serial/renesas,scif.yaml | 1 + .../devicetree/bindings/serial/renesas,scifa.yaml | 1 + .../devicetree/bindings/serial/renesas,scifb.yaml | 1 + arch/arm/Kconfig.debug | 10 + arch/arm/boot/dts/r8a7742.dtsi | 939 +++++++++++++++++++++ arch/arm/configs/multi_v7_defconfig | 1 + arch/arm/configs/shmobile_defconfig | 1 + drivers/pinctrl/sh-pfc/Kconfig | 4 + drivers/pinctrl/sh-pfc/Makefile | 1 + drivers/pinctrl/sh-pfc/core.c | 6 + drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 24 + drivers/pinctrl/sh-pfc/sh_pfc.h | 1 + drivers/soc/renesas/Kconfig | 7 + 18 files changed, 1002 insertions(+) create mode 100644 arch/arm/boot/dts/r8a7742.dtsi