From: Lin Ming <ming.m.lin@intel.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>, Len Brown <lenb@kernel.org>,
Bob Moore <robert.moore@intel.com>
Cc: linux-acpi <linux-acpi@vger.kernel.org>
Subject: [PATCH v2 0/8] Minimize ACPICA/linux GPE code divergence
Date: Mon, 13 Dec 2010 13:35:23 +0800 [thread overview]
Message-ID: <1292218523.10384.81.camel@minggr.sh.intel.com> (raw)
Hi, Rafael
v2: split patches
(I know you have opinions on PATCH 3, but let me include it here now, we
can resolve it later)
We have ported below of your GPE patches into ACPICA code base.
0001-ACPI-ACPICA-Do-not-execute-_PRW-methods-during-initi.patch
0002-ACPI-ACPICA-Fail-acpi_gpe_wakeup-if-ACPI_GPE_CAN_WAK.patch
0003-ACPI-ACPICA-Simplify-acpi_ev_initialize_gpe_block.patch
0004-ACPI-ACPICA-Fix-reference-counting-problems-with-GPE.patch
0005-ACPI-ACPICA-Defer-enabling-of-runtime-GPEs-v3.patch
You can find the ACPICA port at,
http://git.moblin.org/cgit.cgi/acpica/commit/?id=3bc77e86ae03b3ceb7241f224053e399fb3f56b2
As the port, some changes were made, function and variable renamed, etc,
and new features were added, implicit notify, global event handler, etc.
These changes and new features introduce a lot of ACPICA/linux GPE code
divergence. So this series of patches is to minimize this type of
divergence.
[PATCH 1/8] ACPICA: Move GPE functions to new file evxfgpe.c
[PATCH 2/8] ACPICA: Rename some function and variable names
[PATCH 3/8] ACPICA: New GPE handler interface
[PATCH 4/8] ACPICA: Remove unused function declarations
[PATCH 5/8] ACPICA: Fix local variable mess in acpi_ev_asynch_execute_gpe_method
[PATCH 6/8] ACPICA: Implicit notify support
[PATCH 7/8] ACPICA: Global event handler
[PATCH 8/8] ACPICA: Misc comments to minimize code divergence
drivers/acpi/acpica/Makefile | 2 +-
drivers/acpi/acpica/acevents.h | 21 +-
drivers/acpi/acpica/acglobal.h | 7 +-
drivers/acpi/acpica/achware.h | 2 +-
drivers/acpi/acpica/aclocal.h | 13 +-
drivers/acpi/acpica/evevent.c | 12 +-
drivers/acpi/acpica/evgpe.c | 265 ++++++++++-----
drivers/acpi/acpica/evgpeblk.c | 33 +-
drivers/acpi/acpica/evgpeinit.c | 25 ++-
drivers/acpi/acpica/evgpeutil.c | 39 +++
drivers/acpi/acpica/evxface.c | 77 ++++-
drivers/acpi/acpica/evxfevnt.c | 600 ----------------------------------
drivers/acpi/acpica/evxfgpe.c | 669 ++++++++++++++++++++++++++++++++++++++
drivers/acpi/acpica/hwgpe.c | 32 +-
drivers/acpi/acpica/utglobal.c | 3 +-
drivers/acpi/dock.c | 2 +-
drivers/acpi/ec.c | 3 +-
drivers/acpi/scan.c | 7 +-
drivers/acpi/sysfs.c | 19 +-
drivers/acpi/wakeup.c | 4 +-
drivers/char/ipmi/ipmi_si_intf.c | 3 +-
include/acpi/acpixf.h | 18 +-
include/acpi/actypes.h | 54 ++-
23 files changed, 1117 insertions(+), 793 deletions(-)
Thanks for any comments.
Lin Ming
next reply other threads:[~2010-12-13 5:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-13 5:35 Lin Ming [this message]
2010-12-13 5:40 ` [PATCH v2 0/8] Minimize ACPICA/linux GPE code divergence Lin Ming
2010-12-14 4:33 ` Len Brown
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=1292218523.10384.81.camel@minggr.sh.intel.com \
--to=ming.m.lin@intel.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=rjw@sisk.pl \
--cc=robert.moore@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox