All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ACPI-based enumeration of devices that are not discoverable natively
@ 2012-10-31  9:31 Rafael J. Wysocki
  2012-10-31  9:33 ` [PATCH 2/5] ACPI: Provide generic functions for matching ACPI device nodes Rafael J. Wysocki
                   ` (4 more replies)
  0 siblings, 5 replies; 26+ messages in thread
From: Rafael J. Wysocki @ 2012-10-31  9:31 UTC (permalink / raw)
  To: LKML
  Cc: Linux PM list, Greg Kroah-Hartman, ACPI Devel Maling List,
	Len Brown, Mathias Nyman, Mika Westerberg, Lv Zheng, Huang Ying,
	Andy Shevchenko, H. Peter Anvin, x86 list, Tony Luck

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.

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2012-11-01 23:13 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-31  9:31 [PATCH 0/5] ACPI-based enumeration of devices that are not discoverable natively Rafael J. Wysocki
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:03           ` Luck, Tony
2012-10-31 20:30           ` Rafael J. Wysocki
2012-10-31 20:33             ` Luck, Tony
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:36                   ` Luck, Tony
2012-10-31 21:46                   ` Rafael J. Wysocki

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.