From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751566AbdJBV40 (ORCPT ); Mon, 2 Oct 2017 17:56:26 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:40318 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750940AbdJBV4X (ORCPT ); Mon, 2 Oct 2017 17:56:23 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org D46B860227 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Mon, 2 Oct 2017 14:56:21 -0700 From: Stephen Boyd To: Jeremy Linton Cc: linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sudeep.holla@arm.com, hanjun.guo@linaro.org, lorenzo.pieralisi@arm.com, rjw@rjwysocki.net, will.deacon@arm.com, catalin.marinas@arm.com, gregkh@linuxfoundation.org, mturquette@baylibre.com, viresh.kumar@linaro.org, mark.rutland@arm.com, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, jhugo@codeaurora.org, wangxiongfeng2@huawei.com, Jonathan.Zhang@cavium.com, ahs3@redhat.com Subject: Re: [PATCH v2 5/6] arm64: Fixup users of topology_physical_package_id Message-ID: <20171002215621.GS457@codeaurora.org> References: <20170919184751.25110-1-jeremy.linton@arm.com> <20170919184751.25110-6-jeremy.linton@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170919184751.25110-6-jeremy.linton@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 09/19, Jeremy Linton wrote: > There are a few arm64 specific users (cpufreq, psci, etc) which really > want the cluster rather than the topology_physical_package_id(). Lets > convert those users to topology_cod_id(). That way when we start > differentiating the socket/cluster they will continue to behave correctly. > > Signed-off-by: Jeremy Linton > --- For: > drivers/clk/clk-mb86s7x.c | 2 +- Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project