From: "Rafael J. Wysocki" <rjw@sisk.pl>
To: LKML <linux-kernel@vger.kernel.org>
Cc: Linux PM list <linux-pm@vger.kernel.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
Len Brown <lenb@kernel.org>,
Mathias Nyman <mathias.nyman@linux.intel.com>,
Mika Westerberg <mika.westerberg@linux.intel.com>,
Lv Zheng <lv.zheng@intel.com>, Huang Ying <ying.huang@intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
"H. Peter Anvin" <hpa@zytor.com>, x86 list <x86@kernel.org>,
Tony Luck <tony.luck@intel.com>
Subject: [PATCH 0/5] ACPI-based enumeration of devices that are not discoverable natively
Date: Wed, 31 Oct 2012 10:31:14 +0100 [thread overview]
Message-ID: <1421417.rIOjExM5Pt@vostro.rjw.lan> (raw)
Hi All,
The following patch series adds support for ACPI-based enumeration of devices
that aren't discoverable natively to the driver core and ACPI subsystem. It
covers the generic part and the platform bus type support.
Since in this case the role of ACPI is analogous to the role of Device Trees,
the idea is to follow what Device Trees did previously.
[1/5] Move ACPI handle to struct device and add device IDs table to
struct device_driver.
[2/5] Generic functions for matching ACPI device nodes.
[3/5] Export GSI registration/unregistration functions on x86 (needed by [5/5]).
[4/5] Export GSI registration/unregistration functions on ia64 (needed by [5/5]).
[5/5] ACPI-based device enumeration support for platform devices.
The patches are on top of the linux-next branch of the linux-pm.git tree
with the "ACPI / PM: ACPI power management callback routines for subsystems"
patch series applied (although that series is not strictly necessary for them
to work). They have been tested by Mika.
Thanks,
Rafael
--
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
next reply other threads:[~2012-10-31 9:35 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 9:31 Rafael J. Wysocki [this message]
2012-10-31 9:33 ` [PATCH 2/5] ACPI: Provide generic functions for matching ACPI device nodes Rafael J. Wysocki
2012-10-31 9:34 ` [PATCH 3/5] ACPI / x86: Export acpi_[un]register_gsi() Rafael J. Wysocki
2012-10-31 9:35 ` [PATCH 4/5] ACPI / ia64: " Rafael J. Wysocki
2012-10-31 9:36 ` [PATCH 5/5] ACPI: Add support for platform bus type Rafael J. Wysocki
2012-11-01 6:34 ` Yinghai Lu
2012-11-01 14:35 ` Rafael J. Wysocki
2012-11-01 16:19 ` Yinghai Lu
2012-11-01 21:21 ` Rafael J. Wysocki
2012-11-01 22:38 ` Yinghai Lu
2012-11-01 23:17 ` Rafael J. Wysocki
2012-10-31 9:38 ` [PATCH 1/5] driver core / ACPI: Move ACPI support to core device and driver types Rafael J. Wysocki
2012-10-31 16:24 ` Greg Kroah-Hartman
2012-10-31 18:42 ` Rafael J. Wysocki
2012-10-31 18:44 ` H. Peter Anvin
2012-10-31 19:00 ` Rafael J. Wysocki
2012-10-31 20:03 ` Luck, Tony
2012-10-31 20:30 ` Rafael J. Wysocki
2012-10-31 20:33 ` Luck, Tony
2012-10-31 21:06 ` Rafael J. Wysocki
2012-10-31 21:19 ` Mika Westerberg
2012-10-31 21:36 ` Luck, Tony
2012-10-31 21:46 ` Rafael J. Wysocki
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=1421417.rIOjExM5Pt@vostro.rjw.lan \
--to=rjw@sisk.pl \
--cc=andriy.shevchenko@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=hpa@zytor.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=lv.zheng@intel.com \
--cc=mathias.nyman@linux.intel.com \
--cc=mika.westerberg@linux.intel.com \
--cc=tony.luck@intel.com \
--cc=x86@kernel.org \
--cc=ying.huang@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
Powered by JetHome