From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753578AbbLJPpJ (ORCPT ); Thu, 10 Dec 2015 10:45:09 -0500 Received: from foss.arm.com ([217.140.101.70]:55893 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750792AbbLJPpH (ORCPT ); Thu, 10 Dec 2015 10:45:07 -0500 Date: Thu, 10 Dec 2015 15:44:55 +0000 From: Mark Rutland To: "Suzuki K. Poulose" Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, punit.agrawal@arm.com Subject: Re: [PATCH 1/2] arm-cci500: Rearrange PMU driver for code sharing with CCI-550 PMU Message-ID: <20151210154454.GH495@leverpostej> References: <1447785040-18599-1-git-send-email-suzuki.poulose@arm.com> <1447785040-18599-2-git-send-email-suzuki.poulose@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1447785040-18599-2-git-send-email-suzuki.poulose@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 17, 2015 at 06:30:39PM +0000, Suzuki K. Poulose wrote: > CCI-550 PMU shares most of the CCI-500 PMU attributes including the > event format, PMU event codes. The only difference is an additional > master interface (MI6 - 0xe). Hence we share the driver code for both, > except for a model specific event validate method. > This patch renames the common CCI500 symbols to CCI5xx, including the > Kconfig symbol. > > No functional changes to the PMU driver. > > Cc: Punit Agrawal > Cc: Mark Rutland > Signed-off-by: Suzuki K. Poulose > --- > drivers/bus/Kconfig | 2 +- > drivers/bus/arm-cci.c | 218 +++++++++++++++++++++++++------------------------ > 2 files changed, 112 insertions(+), 108 deletions(-) Acked-by: Mark Rutland Mark.