From patchwork Mon Oct 15 10:23:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patryk Mungai X-Patchwork-Id: 10641527 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B744C157A for ; Mon, 15 Oct 2018 10:23:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9AD27204FB for ; Mon, 15 Oct 2018 10:23:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8EE8E29239; Mon, 15 Oct 2018 10:23:36 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C8171204FB for ; Mon, 15 Oct 2018 10:23:34 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 6B1971A14; Mon, 15 Oct 2018 10:23:34 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id E1C461A14 for ; Mon, 15 Oct 2018 10:23:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relmlie3.idc.renesas.com (relmlor4.renesas.com [210.160.252.174]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 432A96FB for ; Mon, 15 Oct 2018 10:23:32 +0000 (UTC) Received: from unknown (HELO relmlir3.idc.renesas.com) ([10.200.68.153]) by relmlie3.idc.renesas.com with ESMTP; 15 Oct 2018 19:23:30 +0900 Received: from relmlii1.idc.renesas.com (relmlii1.idc.renesas.com [10.200.68.65]) by relmlir3.idc.renesas.com (Postfix) with ESMTP id 4C75284B2A; Mon, 15 Oct 2018 19:23:30 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,384,1534777200"; d="scan'208";a="293596830" Received: from unknown (HELO patryk-linuxbox.ree.adwin.renesas.com) ([10.226.36.148]) by relmlii1.idc.renesas.com with ESMTP; 15 Oct 2018 19:23:29 +0900 From: Patryk Mungai To: cip-dev@lists.cip-project.org Date: Mon, 15 Oct 2018 11:23:26 +0100 Message-Id: <1539599008-8382-1-git-send-email-patryk.mungai-ndungu.kx@renesas.com> X-Mailer: git-send-email 2.7.4 Subject: [cip-dev] [PATCH 0/2] Add PMU support to iwg2[02]m X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org X-Virus-Scanned: ClamAV using ClamSMTP Backport PMU support for iwg2[02]m to the CIP Kernel from mainline. Geert Uytterhoeven (2): ARM: dts: r8a7745: Add PMU device node ARM: dts: r8a7743: Add PMU device node arch/arm/boot/dts/r8a7743.dtsi | 7 +++++++ arch/arm/boot/dts/r8a7745.dtsi | 7 +++++++ 2 files changed, 14 insertions(+)