From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hanjun Guo Subject: Re: [PATCH 0/7] minor cleanups for ACPI processor driver Date: Fri, 27 Mar 2015 22:01:08 +0800 Message-ID: <551562A4.9030105@linaro.org> References: <1427464513-14414-1-git-send-email-hanjun.guo@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-pa0-f54.google.com ([209.85.220.54]:33140 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752700AbbC0OBQ (ORCPT ); Fri, 27 Mar 2015 10:01:16 -0400 Received: by pabxg6 with SMTP id xg6so96712310pab.0 for ; Fri, 27 Mar 2015 07:01:16 -0700 (PDT) In-Reply-To: <1427464513-14414-1-git-send-email-hanjun.guo@linaro.org> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org 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 Oops, some side effects for staying up all night... Please ignore this patchset, will resend, sorry for the noise. On 2015=E5=B9=B403=E6=9C=8827=E6=97=A5 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(-) > -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html