From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753012AbbC0OBS (ORCPT ); Fri, 27 Mar 2015 10:01:18 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35209 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752696AbbC0OBQ (ORCPT ); Fri, 27 Mar 2015 10:01:16 -0400 Message-ID: <551562A4.9030105@linaro.org> Date: Fri, 27 Mar 2015 22:01:08 +0800 From: Hanjun Guo User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Rafael J. Wysocki" CC: Will Deacon , Catalin Marinas , Boris Ostrovsky , Stefano Stabellini , Lorenzo Pieralisi , Sudeep Holla , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, linaro-acpi@lists.linaro.org Subject: Re: [PATCH 0/7] minor cleanups for ACPI processor driver References: <1427464513-14414-1-git-send-email-hanjun.guo@linaro.org> In-Reply-To: <1427464513-14414-1-git-send-email-hanjun.guo@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oops, some side effects for staying up all night... Please ignore this patchset, will resend, sorry for the noise. On 2015年03月27日 21:55, Hanjun Guo wrote: > This patch set are some minor cleanups for ACPI processor driver > to address the comments which raised by Rafael in ARM64 ACPI core > patches, so this patch set is on top of ARM64 ACPI core patches > the git tree is > > git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git > branch for-next/acpi. > > Rafael, I assume this patchset will be taken with your tree if > it makes sense, any rebase work needed please let me know. > > the last patch - ACPI / processor: Introduce invalid_phys_cpuid() > will cut u64 mpidr to int, but I think it is ok for error values, > correct me if I'm wrong. > > Comments are welcomed. > > Hanjun Guo (7): > ACPI / processor: remove cpu_index in acpi_processor_get_info() > ACPI / processor: remove phys_id in acpi_processor_get_info() > ACPI / processor: Introduce invalid_logical_cpuid() > Xen / ACPI / processor: use invalid_logical_cpuid() > Xen / ACPI / processor: Remove unneeded NULL check in > xen_acpi_processor_enable() > ACPI / processor: return specific error instead of -1 > ACPI / processor: Introduce invalid_phys_cpuid() > > drivers/acpi/acpi_processor.c | 20 +++++++++----------- > drivers/acpi/processor_core.c | 10 +++++----- > drivers/acpi/processor_pdc.c | 5 +---- > drivers/xen/xen-acpi-cpuhotplug.c | 12 +++--------- > include/linux/acpi.h | 10 ++++++++++ > 5 files changed, 28 insertions(+), 29 deletions(-) >