From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from service87.mimecast.com (service87.mimecast.com [91.220.42.44]) by ozlabs.org (Postfix) with ESMTP id 5DEB42C0287 for ; Sat, 17 Aug 2013 03:39:52 +1000 (EST) From: Sudeep KarkadaNagesha To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [RFC PATCH v2 0/4] DT: move of_get_cpu_node from PPC to DT core Date: Fri, 16 Aug 2013 18:39:49 +0100 Message-Id: <1376674791-28244-1-git-send-email-Sudeep.KarkadaNagesha@arm.com> In-Reply-To: <1376586580-5409-1-git-send-email-Sudeep.KarkadaNagesha@arm.com> References: <1376586580-5409-1-git-send-email-Sudeep.KarkadaNagesha@arm.com> Content-Type: text/plain; charset=WINDOWS-1252 Cc: Jonas Bonn , Michal Simek , Sudeep KarkadaNagesha , Rob Herring , "Rafael J. Wysocki" , Grant Likely List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Sudeep KarkadaNagesha Hi, This series needs to be prepended with the original series[1][2][3] Except the first patch in the original series(which is merged into this as last patch), there is no other change(apart from function signature) I am posting only this part for feedback separately for review as the original series is already reviewed and acked. v1->v2: - Fixed an issue - updating cell pointer - Documentated in arch_match_cpu_phys_id that phys_id are values read from the device tree only in the weak definition [Since first 2 patches have not changed, microblaze and openrisc lists are bouncing for non-members, I am not resending them again. Michal(for microblaze) has acked when it was first pointed. I am waiting for response from Jonas(for openrisc)] Rob, Ben, If you are OK with these patches and ACK, I can combine and post the comple= te series. Regards, Sudeep Sudeep KarkadaNagesha (4): 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 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/of/base.c | 96 ++++++++++++++++++++++++++++++++++= ++++ include/linux/cpu.h | 1 + include/linux/of.h | 7 +++ 7 files changed, 106 insertions(+), 50 deletions(-) --=20 1.8.1.2