From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752847AbbCWQEI (ORCPT ); Mon, 23 Mar 2015 12:04:08 -0400 Received: from service87.mimecast.com ([91.220.42.44]:41472 "EHLO service87.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752508AbbCWQEF convert rfc822-to-8bit (ORCPT ); Mon, 23 Mar 2015 12:04:05 -0400 Message-ID: <55103970.2060907@arm.com> Date: Mon, 23 Mar 2015 16:04:00 +0000 From: "Suzuki K. Poulose" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Valentin Rothberg , "linux@arm.linux.org.uk" CC: Sudeep Holla , "nicolas.pitre@linaro.org" , Punit Agrawal , Will Deacon , "linux-arm-kernel@lists.infradead.org" , "linux-samsung-soc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Paul Bolle , Andreas Ruprecht , hengelein Stefan Subject: Re: Renaming ARM_CCI References: <55102E82.1080404@arm.com> In-Reply-To: <55102E82.1080404@arm.com> X-OriginalArrivalTime: 23 Mar 2015 16:04:00.0122 (UTC) FILETIME=[F99575A0:01D06582] X-MC-Unique: 115032316040300901 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 23/03/15 15:17, Suzuki K. Poulose wrote: > On 23/03/15 15:10, Valentin Rothberg wrote: >> Hi Suzuki, >> >> your commit c9966c98697a ("arm-cci: Split the code for PMU vs driver >> support") renames the Kconfig option ARM_CCI to ARM_CCI400_PORT_CTRL. >> However, the commit does not rename all references on ARM_CCI: >> > It renames, but still, leaves the ARM_CCI to build the arm-cci.o, which > is in the original commit. > >> drivers/bus/Kconfig:29: select ARM_CCI >> drivers/bus/Makefile:6:obj-$(CONFIG_ARM_CCI) += arm-cci.o >> include/linux/arm-cci.h:31:#ifdef CONFIG_ARM_CCI >> >> Is this intentional or is there a patch scheduled somewhere to fix this issue? > Yes, it is. This problem was introduced due to a conflict in the linux-next. > > See : > https://lkml.org/lkml/2015/3/22/240 Somehow, the link above doesn't link my response to the thread. Please find it below. https://lkml.org/lkml/2015/3/23/484 Suzuki