From patchwork Tue Oct 23 14:30:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patryk Mungai X-Patchwork-Id: 10653243 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 5A0FB13A9 for ; Tue, 23 Oct 2018 14:30:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 47E5029A46 for ; Tue, 23 Oct 2018 14:30:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 463B629A9D; Tue, 23 Oct 2018 14:30:41 +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 C90C129AA8 for ; Tue, 23 Oct 2018 14:30:40 +0000 (UTC) Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 38719128A; Tue, 23 Oct 2018 14:30:40 +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 74869128A for ; Tue, 23 Oct 2018 14:30:38 +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 E8ED57F3 for ; Tue, 23 Oct 2018 14:30:37 +0000 (UTC) Received: from unknown (HELO relmlir4.idc.renesas.com) ([10.200.68.154]) by relmlie3.idc.renesas.com with ESMTP; 23 Oct 2018 23:30:36 +0900 Received: from relmlii2.idc.renesas.com (relmlii2.idc.renesas.com [10.200.68.66]) by relmlir4.idc.renesas.com (Postfix) with ESMTP id DB3187FB5F; Tue, 23 Oct 2018 23:30:36 +0900 (JST) X-IronPort-AV: E=Sophos;i="5.54,416,1534777200"; d="scan'208";a="295867764" Received: from unknown (HELO patryk-linuxbox.ree.adwin.renesas.com) ([10.226.36.111]) by relmlii2.idc.renesas.com with ESMTP; 23 Oct 2018 23:30:36 +0900 From: Patryk Mungai To: cip-dev@lists.cip-project.org Date: Tue, 23 Oct 2018 15:30:33 +0100 Message-Id: <1540305035-22457-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. Removed [Backported to CIP] from original patches 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(+)