From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752557AbcBWKuf (ORCPT ); Tue, 23 Feb 2016 05:50:35 -0500 Received: from foss.arm.com ([217.140.101.70]:36034 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751221AbcBWKud (ORCPT ); Tue, 23 Feb 2016 05:50:33 -0500 From: Suzuki K Poulose To: linux-arm-kernel@lists.infradead.org Cc: arm@kernel.org, arnd@arndb.de, olof@lixom.net, punit.agrawal@arm.com, mark.rutland@arm.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, Suzuki K Poulose Subject: [PATCH 00/13] arm-cci: PMU driver updates for 4.6 Date: Tue, 23 Feb 2016 10:49:42 +0000 Message-Id: <1456224595-3282-1-git-send-email-suzuki.poulose@arm.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Here are some fixes and updates for arm-cci pmu driver targeting v4.6, applies on top of v4.5-rc5. Highlights include : - Support for CoreLink CCI-550 PMU - Reliable writes to PMU Counter registers for CCI-500/550. All the patches have been Acked. Please let me know how this can be merged. Andrzej Hajda (1): arm-cci: fix handling cpumask_any_but return value Mark Rutland (1): arm-cci: simplify sysfs attr handling Suzuki K Poulose (11): arm-cci: Group writes to counter arm-cci: Refactor CCI PMU enable/disable methods arm-cci: Delay PMU counter writes to pmu::pmu_enable arm-cci: write_counter: Remove redundant check arm-cci: Get the status of a counter arm-cci: Add routines to save/restore all counters arm-cci: Add helper to enable PMU without synchornising counters arm-cci: Provide hook for writing to PMU counters arm-cci: CCI-500: Work around PMU counter writes arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMU arm-cci: CoreLink CCI-550 PMU driver Documentation/devicetree/bindings/arm/cci.txt | 2 + drivers/bus/Kconfig | 10 +- drivers/bus/arm-cci.c | 612 +++++++++++++++++-------- 3 files changed, 427 insertions(+), 197 deletions(-) -- 1.7.9.5 From mboxrd@z Thu Jan 1 00:00:00 1970 From: suzuki.poulose@arm.com (Suzuki K Poulose) Date: Tue, 23 Feb 2016 10:49:42 +0000 Subject: [PATCH 00/13] arm-cci: PMU driver updates for 4.6 Message-ID: <1456224595-3282-1-git-send-email-suzuki.poulose@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Here are some fixes and updates for arm-cci pmu driver targeting v4.6, applies on top of v4.5-rc5. Highlights include : - Support for CoreLink CCI-550 PMU - Reliable writes to PMU Counter registers for CCI-500/550. All the patches have been Acked. Please let me know how this can be merged. Andrzej Hajda (1): arm-cci: fix handling cpumask_any_but return value Mark Rutland (1): arm-cci: simplify sysfs attr handling Suzuki K Poulose (11): arm-cci: Group writes to counter arm-cci: Refactor CCI PMU enable/disable methods arm-cci: Delay PMU counter writes to pmu::pmu_enable arm-cci: write_counter: Remove redundant check arm-cci: Get the status of a counter arm-cci: Add routines to save/restore all counters arm-cci: Add helper to enable PMU without synchornising counters arm-cci: Provide hook for writing to PMU counters arm-cci: CCI-500: Work around PMU counter writes arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMU arm-cci: CoreLink CCI-550 PMU driver Documentation/devicetree/bindings/arm/cci.txt | 2 + drivers/bus/Kconfig | 10 +- drivers/bus/arm-cci.c | 612 +++++++++++++++++-------- 3 files changed, 427 insertions(+), 197 deletions(-) -- 1.7.9.5