From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932606AbbCQSy5 (ORCPT ); Tue, 17 Mar 2015 14:54:57 -0400 Received: from foss.arm.com ([217.140.101.70]:59998 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932107AbbCQSyy (ORCPT ); Tue, 17 Mar 2015 14:54:54 -0400 Date: Tue, 17 Mar 2015 18:54:49 +0000 From: Will Deacon To: "Suzuki K. Poulose" Cc: "linux-arm-kernel@lists.infradead.org" , Nicolas Pitre , Bartlomiej Zolnierkiewicz , Kukjin Kim , Abhilash Kesavan , Arnd Bergmann , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Liviu Dudau , Lorenzo Pieralisi , Olof Johansson , Pawel Moll , Punit Agrawal , Sudeep Holla , Catalin Marinas Subject: Re: [PATCHv3 0/5] arm-cci400: PMU monitoring support on ARM64 Message-ID: <20150317185449.GF8399@arm.com> References: <1426000735-14375-1-git-send-email-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1426000735-14375-1-git-send-email-suzuki.poulose@arm.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 10, 2015 at 03:18:50PM +0000, Suzuki K. Poulose wrote: > From: "Suzuki K. Poulose" > > This series enables the PMU monitoring support for CCI400 on ARM64. > The existing CCI400 driver code is a mix of PMU driver and the MCPM > driver code. The MCPM driver is only used on ARM(32) and contains > arm32 assembly and hence can't be built on ARM64. This patch splits > the code to > > - ARM_CCI400_PORT_CTRL driver - depends on ARM && V7 > - ARM_CCI400_PMU driver If you repost this with acks added and my feedback addressed, then I'm happy to put together a branch for arm-soc along with your other CCI PMU fix for event validation. Will