From: Hanjun Guo <hanjun.guo@linaro.org>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Will Deacon <will.deacon@arm.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>,
Sudeep Holla <Sudeep.Holla@arm.com>,
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
Date: Fri, 27 Mar 2015 22:01:08 +0800 [thread overview]
Message-ID: <551562A4.9030105@linaro.org> (raw)
In-Reply-To: <1427464513-14414-1-git-send-email-hanjun.guo@linaro.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(-)
>
--
To unsubscribe from this list: send the line "unsubscribe linux-acpi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Hanjun Guo <hanjun.guo@linaro.org>
To: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Will Deacon <will.deacon@arm.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Boris Ostrovsky <boris.ostrovsky@oracle.com>,
Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>,
Sudeep Holla <Sudeep.Holla@arm.com>,
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
Date: Fri, 27 Mar 2015 22:01:08 +0800 [thread overview]
Message-ID: <551562A4.9030105@linaro.org> (raw)
In-Reply-To: <1427464513-14414-1-git-send-email-hanjun.guo@linaro.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(-)
>
next prev parent reply other threads:[~2015-03-27 14:01 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-27 13:55 [PATCH 0/7] minor cleanups for ACPI processor driver Hanjun Guo
2015-03-27 13:55 ` [PATCH 1/7] ACPI / processor: remove cpu_index in acpi_processor_get_info() Hanjun Guo
2015-03-27 13:55 ` [PATCH 1/2] ARM64 / ACPI: Ignore the return error value of acpi_map_gic_cpu_interface() Hanjun Guo
2015-03-27 13:55 ` [PATCH 2/7] ACPI / processor: remove phys_id in acpi_processor_get_info() Hanjun Guo
2015-03-27 13:55 ` [PATCH 2/2] ARM64 / ACPI: make acpi_map_gic_cpu_interface() as void function Hanjun Guo
2015-03-27 13:55 ` [PATCH 3/7] ACPI / processor: Introduce invalid_logical_cpuid() Hanjun Guo
2015-03-27 13:55 ` [PATCH 4/7] Xen / ACPI / processor: use invalid_logical_cpuid() Hanjun Guo
2015-03-27 13:55 ` [PATCH 5/7] Xen / ACPI / processor: Remove unneeded NULL check in xen_acpi_processor_enable() Hanjun Guo
2015-03-27 13:55 ` [PATCH 6/7] ACPI / processor: return specific error instead of -1 Hanjun Guo
2015-03-27 13:55 ` [PATCH 7/7] ACPI / processor: Introduce invalid_phys_cpuid() Hanjun Guo
2015-03-27 14:01 ` Hanjun Guo [this message]
2015-03-27 14:01 ` [PATCH 0/7] minor cleanups for ACPI processor driver Hanjun Guo
2015-03-27 14:03 ` Will Deacon
2015-03-27 14:37 ` Hanjun Guo
2015-03-27 14:37 ` Hanjun Guo
2015-03-27 14:40 ` Will Deacon
2015-03-27 14:40 ` Will Deacon
-- strict thread matches above, loose matches on Subject: below --
2015-03-27 14:02 Hanjun Guo
2015-05-04 23:50 ` Rafael J. Wysocki
2015-05-05 1:10 ` Hanjun Guo
2015-05-05 1:10 ` Hanjun Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=551562A4.9030105@linaro.org \
--to=hanjun.guo@linaro.org \
--cc=Lorenzo.Pieralisi@arm.com \
--cc=Sudeep.Holla@arm.com \
--cc=boris.ostrovsky@oracle.com \
--cc=catalin.marinas@arm.com \
--cc=linaro-acpi@lists.linaro.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=stefano.stabellini@eu.citrix.com \
--cc=will.deacon@arm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.