[PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-18 Thread Suzuki K. Poulose
From: "Suzuki K. Poulose" CCI400 has different event specifications for PMU, for revsion 0 and revision 1. As of now, we check the revision every single time before using the parameters for the PMU. This patch abstracts the details of the pmu models in a struct (cci_pmu_model) and stores the

[PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-18 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com CCI400 has different event specifications for PMU, for revsion 0 and revision 1. As of now, we check the revision every single time before using the parameters for the PMU. This patch abstracts the details of the pmu models in a struct

Re: [PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-17 Thread Will Deacon
On Tue, Mar 10, 2015 at 03:18:52PM +, Suzuki K. Poulose wrote: > From: "Suzuki K. Poulose" > > CCI400 has different event specifications for PMU, for revsion > 0 and revision 1. As of now, we check the revision every single > time before using the parameters for the PMU. This patch abstracts

Re: [PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-17 Thread Will Deacon
On Tue, Mar 10, 2015 at 03:18:52PM +, Suzuki K. Poulose wrote: From: Suzuki K. Poulose suzuki.poul...@arm.com CCI400 has different event specifications for PMU, for revsion 0 and revision 1. As of now, we check the revision every single time before using the parameters for the PMU. This

[PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-10 Thread Suzuki K. Poulose
From: "Suzuki K. Poulose" CCI400 has different event specifications for PMU, for revsion 0 and revision 1. As of now, we check the revision every single time before using the parameters for the PMU. This patch abstracts the details of the pmu models in a struct (cci_pmu_model) and stores the

[PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-10 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com CCI400 has different event specifications for PMU, for revsion 0 and revision 1. As of now, we check the revision every single time before using the parameters for the PMU. This patch abstracts the details of the pmu models in a struct

[PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-02 Thread Suzuki K. Poulose
From: "Suzuki K. Poulose" CCI400 has different event specifications for PMU, for revsion0 and revision 1. As of now, we check the revision twice, for using the parameters for the PMU. This patch abstracts the details of the pmu models in a struct (cci_pmu_model) and stores the information in

[PATCH 2/5] arm-cci: Abstract the CCI400 PMU speicific definitions

2015-03-02 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com CCI400 has different event specifications for PMU, for revsion0 and revision 1. As of now, we check the revision twice, for using the parameters for the PMU. This patch abstracts the details of the pmu models in a struct (cci_pmu_model) and stores