From patchwork Thu Aug 22 13:57:56 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep.KarkadaNagesha@arm.com X-Patchwork-Id: 269080 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (unknown [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AB9012C00C6 for ; Thu, 22 Aug 2013 23:58:15 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VCVOp-0003yp-Ti; Thu, 22 Aug 2013 13:58:08 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VCVOn-0000TV-Oy; Thu, 22 Aug 2013 13:58:05 +0000 Received: from service87.mimecast.com ([91.220.42.44]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VCVOe-0000Sc-52 for linux-arm-kernel@lists.infradead.org; Thu, 22 Aug 2013 13:58:02 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.21]) by service87.mimecast.com; Thu, 22 Aug 2013 14:57:29 +0100 Received: from [10.1.207.49] ([10.1.255.212]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 22 Aug 2013 14:57:26 +0100 Message-ID: <521618E4.4020007@arm.com> Date: Thu, 22 Aug 2013 14:57:56 +0100 From: Sudeep KarkadaNagesha User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: "Rafael J. Wysocki" Subject: [GIT PULL v2] DT/core: cpu_ofnode updates for v3.12 X-OriginalArrivalTime: 22 Aug 2013 13:57:26.0636 (UTC) FILETIME=[88BFF2C0:01CE9F3F] X-MC-Unique: 113082214572906601 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130822_095756_390713_2F30CA4A X-CRM114-Status: GOOD ( 12.28 ) X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [91.220.42.44 listed in list.dnswl.org] -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Jonas Bonn , "devicetree@vger.kernel.org" , "monstr@monstr.eu" , "linux-pm@vger.kernel.org" , Sudeep.KarkadaNagesha@arm.com, Benjamin Herrenschmidt , "linux-kernel@vger.kernel.org" , "rob.herring@calxeda.com" , "arm@kernel.org" , Viresh Kumar , "linuxppc-dev@lists.ozlabs.org" , "linux-arm-kernel@lists.infradead.org" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org Hi Rafael, Here is the v2 of the pull request for cpu of_node updates for v3.12 It includes ACK for all the new changes since v1(mainly from Ben for PPC). Currently there's trivial conflict with today's linux-next in 3 files. Let me know if you need me to rebase this on any particular branch if needed. Regards, Sudeep The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb: Linux 3.11-rc6 (2013-08-18 14:36:53 -0700) are available in the git repository at: git://linux-arm.org/linux-skn.git cpu_of_node for you to fetch changes up to 1037b2752345cc5666e90b711a913ab2ae6c5920: cpufreq: pmac32-cpufreq: remove device tree parsing for cpu nodes (2013-08-21 10:29:56 +0100) ---------------------------------------------------------------- Sudeep KarkadaNagesha (19): microblaze: remove undefined of_get_cpu_node declaration openrisc: remove undefined of_get_cpu_node declaration powerpc: refactor of_get_cpu_node to support other architectures of: move of_get_cpu_node implementation to DT core library ARM: DT/kernel: define ARM specific arch_match_cpu_phys_id driver/core: cpu: initialize of_node in cpu's device struture of/device: add helper to get cpu device node from logical cpu index ARM: topology: remove hwid/MPIDR dependency from cpu_capacity ARM: mvebu: remove device tree parsing for cpu nodes drivers/bus: arm-cci: avoid parsing DT for cpu device nodes cpufreq: imx6q-cpufreq: remove device tree parsing for cpu nodes cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodes cpufreq: highbank-cpufreq: remove device tree parsing for cpu nodes cpufreq: spear-cpufreq: remove device tree parsing for cpu nodes cpufreq: kirkwood-cpufreq: remove device tree parsing for cpu nodes cpufreq: arm_big_little: remove device tree parsing for cpu nodes cpufreq: maple-cpufreq: remove device tree parsing for cpu nodes cpufreq: pmac64-cpufreq: remove device tree parsing for cpu nodes cpufreq: pmac32-cpufreq: remove device tree parsing for cpu nodes arch/arm/kernel/devtree.c | 5 ++ arch/arm/kernel/topology.c | 61 +++++----------- arch/arm/mach-imx/mach-imx6q.c | 3 +- arch/arm/mach-mvebu/platsmp.c | 51 ++++++------- arch/microblaze/include/asm/prom.h | 3 - arch/openrisc/include/asm/prom.h | 3 - arch/powerpc/include/asm/prom.h | 3 - arch/powerpc/kernel/prom.c | 43 +----------- drivers/base/cpu.c | 2 + drivers/bus/arm-cci.c | 28 ++------ drivers/cpufreq/arm_big_little_dt.c | 40 ++++------- drivers/cpufreq/cpufreq-cpu0.c | 23 +----- drivers/cpufreq/highbank-cpufreq.c | 18 ++--- drivers/cpufreq/imx6q-cpufreq.c | 4 +- drivers/cpufreq/kirkwood-cpufreq.c | 8 ++- drivers/cpufreq/maple-cpufreq.c | 23 +----- drivers/cpufreq/pmac32-cpufreq.c | 5 +- drivers/cpufreq/pmac64-cpufreq.c | 47 +++--------- drivers/cpufreq/spear-cpufreq.c | 4 +- drivers/of/base.c | 95 ++++++++++++++++++++++++ include/linux/cpu.h | 1 + include/linux/of.h | 7 ++ include/linux/of_device.h | 15 ++++ 23 files changed, 226 insertions(+), 266 deletions(-)