From patchwork Fri Jan 24 09:08:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lad Prabhakar X-Patchwork-Id: 11349907 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 6044217EF for ; Fri, 24 Jan 2020 09:08:29 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 30DD820838 for ; Fri, 24 Jan 2020 09:08:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 30DD820838 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=cip-dev-bounces@lists.cip-project.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E1F922277A; Fri, 24 Jan 2020 09:08:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D0h+hT9LmUnF; Fri, 24 Jan 2020 09:08:28 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by silver.osuosl.org (Postfix) with ESMTP id F02E322739; Fri, 24 Jan 2020 09:08:27 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id D91C9C0174; Fri, 24 Jan 2020 09:08:27 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@lists.linuxfoundation.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by lists.linuxfoundation.org (Postfix) with ESMTP id D9077C0174 for ; Fri, 24 Jan 2020 09:08:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C841E86C9E for ; Fri, 24 Jan 2020 09:08:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RdlUdBRAsqcX for ; Fri, 24 Jan 2020 09:08:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8642686CA0 for ; Fri, 24 Jan 2020 09:08:24 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.70,357,1574089200"; d="scan'208";a="37316356" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 24 Jan 2020 18:08:22 +0900 Received: from tango.example.org (unknown [10.226.36.204]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 7E92541F71D7; Fri, 24 Jan 2020 18:08:21 +0900 (JST) From: Lad Prabhakar To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Date: Fri, 24 Jan 2020 09:08:10 +0000 Message-Id: <1579856900-21381-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com> X-Mailer: git-send-email 2.7.4 Subject: [cip-dev] [PATCH 4.4.y-cip 00/10] Renesas RZ/G1N extend peripherals supported by platform X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: cip-dev-bounces@lists.cip-project.org Sender: "cip-dev" This patch series adds support for following peripherals supported by RZ/G1N: 1: VSP 2: PWM 3: TPU 4: QSPI 5: MSIOF 6: xHCI 7: PCiec 8: NOR flash for iwg20m This patch series is based on linux-4.4.y-cip and all the patches in this series are cherry-picked from upstream apart from "usb: host: xhci-plat: Add r8a7744 support" patch. Biju Das (9): ARM: dts: r8a7744: Add VSP support ARM: dts: r8a7744: Add PWM SoC support ARM: dts: r8a7744: Add TPU support ARM: dts: r8a7744: Add QSPI support ARM: dts: r8a7744: Add MSIOF[012] support ARM: dts: r8a7744-iwg20m: Add SPI NOR support dt-bindings: usb-xhci: Document r8a7744 support ARM: dts: r8a7744: Add xhci support ARM: dts: r8a7744: Add PCIe Controller device node Lad Prabhakar (1): usb: host: xhci-plat: Add r8a7744 support Documentation/devicetree/bindings/usb/usb-xhci.txt | 3 +- arch/arm/boot/dts/r8a7744-iwg20m.dtsi | 26 +++ arch/arm/boot/dts/r8a7744.dtsi | 219 +++++++++++++++++++++ drivers/usb/host/xhci-plat.c | 7 +- 4 files changed, 252 insertions(+), 3 deletions(-)