Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755741Ab1CGKGn (ORCPT ); Mon, 7 Mar 2011 05:06:43 -0500 Received: from mail-qy0-f181.google.com ([209.85.216.181]:44467 "EHLO mail-qy0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755471Ab1CGKGk convert rfc822-to-8bit (ORCPT ); Mon, 7 Mar 2011 05:06:40 -0500 MIME-Version: 1.0 X-Originating-IP: [81.245.157.124] In-Reply-To: <1299276551-11978-1-git-send-email-sheetals@codeaurora.org> References: <1299276551-11978-1-git-send-email-sheetals@codeaurora.org> Date: Mon, 7 Mar 2011 11:06:39 +0100 Message-ID: Subject: Re: [PATCH 0/3] ARM: Add Scorpion/ScorpionMP support to perf and Oprofile From: Jean Pihet To: Sheetal Sahasrabudhe Cc: linux-arm-kernel@lists.infradead.org, will.deacon@arm.com, jamie.iles@picochip.com, robert.richter@amd.com, dwalker@fifo99.com, bryanh@codeaurora.org, davidb@codeaurora.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1850 Lines: 49 Hi, On Fri, Mar 4, 2011 at 11:09 PM, Sheetal Sahasrabudhe wrote: > This patchset contains the following features: > It adds support for Qualcomm Scorpion and ScorpionMP processors to perfevents > and Oprofile. > It adds PMU support for Scorpion and ScorpionMP. > It also updates PMU IRQ identifiers for various Scorpion and ScorpionMP targets. > > Sheetal Sahasrabudhe (3): > ?msm: Add support for Scorpion and ScorpionMP PMU > ?[ARM] perfevents: Add support for Scorpion performance monitors > ?[ARM] Oprofile: Add Qualcomm Scorpion and ScorpionMP CPU type > > ?arch/arm/include/asm/perf_event.h ? ? ? ? ?| ? ?2 + > ?arch/arm/kernel/perf_event.c ? ? ? ? ? ? ? | ? 11 + > ?arch/arm/kernel/perf_event_qc.c ? ? ? ? ? ?| ?677 ++++++++++++++++++++++++++++ > ?arch/arm/mach-msm/Makefile ? ? ? ? ? ? ? ? | ? ?2 + > ?arch/arm/mach-msm/include/mach/irqs-7x30.h | ? ?2 +- > ?arch/arm/mach-msm/include/mach/irqs-8960.h | ? ?2 +- > ?arch/arm/mach-msm/include/mach/irqs-8x50.h | ? ?2 +- > ?arch/arm/mach-msm/include/mach/irqs-8x60.h | ? ?2 +- > ?arch/arm/mach-msm/pmu.c ? ? ? ? ? ? ? ? ? ?| ? 36 ++ > ?arch/arm/oprofile/common.c ? ? ? ? ? ? ? ? | ? ?4 + > ?10 files changed, 736 insertions(+), 4 deletions(-) > ?create mode 100644 arch/arm/kernel/perf_event_qc.c > ?create mode 100644 arch/arm/mach-msm/pmu.c > I cannot test on the actual HW so here is the review ack: Reviewed-by: Jean Pihet Thanks, Jean > -- > 1.7.4.1 > > -- > Sent by an employee of the Qualcomm Innovation Center, Inc. > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/