public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2 00/19] ACPI: cleanups for hotplug
@ 2009-08-31 22:32 Bjorn Helgaas
  2009-08-31 22:32 ` [PATCH 2 01/19] ACPI: simplify deferred execution path Bjorn Helgaas
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: Bjorn Helgaas @ 2009-08-31 22:32 UTC (permalink / raw)
  To: Len Brown; +Cc: linux-acpi

I'm working to make the Linux/ACPI code handle hotplug notification
events.  This should ultimately allow us to remove the existing
hotplug code scattered through the ACPI device drivers.

This is a long series of cleanups that should cause no functional
change, but will make it easier to call acpi_bus_scan() from the
notification path.

Comments and testing reports welcome.  Boot logs with
CONFIG_ACPI_DEBUG=y and "acpi.debug_layer=0x00010000" will be
helpful in debugging any issues.

Original posting: http://marc.info/?l=linux-acpi&m=124907619701194&w=2

Changes from initial post to v2:
    - refreshed to apply on current acpi-test (0beab01e5b2c448).
    - fixed memory leak in acpi_add_single_object() debug code
    - added ACPI_IS_ROOT_DEVICE() macro (Len)

---

Bjorn Helgaas (19):
      ACPI: simplify deferred execution path
      ACPI: remove null pointer checks in deferred execution path
      ACPI: don't pass handle for fixed hardware notifications
      ACPI: add debug for device addition
      ACPI: remove unused acpi_bus_scan_fixed() argument
      ACPI: remove redundant "handle" and "parent" arguments
      ACPI: save device_type in acpi_device
      ACPI: use device_type rather than comparing HID
      ACPI: remove acpi_device_set_context() "type" argument
      ACPI: remove redundant "type" arguments
      ACPI: remove unnecessary argument checking
      ACPI: add acpi_bus_get_parent() and remove "parent" arguments
      ACPI: convert acpi_bus_scan() to operate on an acpi_handle
      ACPI: enumerate namespace before adding functional fixed hardware devices
      ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE
      ACPI: use acpi_walk_namespace() to enumerate devices
      ACPI: add acpi_bus_get_status_handle()
      ACPI: factor out device type and status checking
      ACPI: handle re-enumeration, when acpi_devices might already exist


 drivers/acpi/bus.c      |   49 ++---
 drivers/acpi/osl.c      |   32 +--
 drivers/acpi/scan.c     |  431 +++++++++++++++++++++--------------------------
 include/acpi/acpi_bus.h |    6 -
 4 files changed, 224 insertions(+), 294 deletions(-)

-- 
Bjorn

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

end of thread, other threads:[~2009-09-19  6:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-31 22:32 [PATCH 2 00/19] ACPI: cleanups for hotplug Bjorn Helgaas
2009-08-31 22:32 ` [PATCH 2 01/19] ACPI: simplify deferred execution path Bjorn Helgaas
2009-09-19  6:25   ` Len Brown
2009-08-31 22:32 ` [PATCH 2 02/19] ACPI: remove null pointer checks in " Bjorn Helgaas
2009-09-19  6:25   ` Len Brown
2009-08-31 22:32 ` [PATCH 2 03/19] ACPI: don't pass handle for fixed hardware notifications Bjorn Helgaas
2009-09-19  6:26   ` Len Brown
2009-08-31 22:32 ` [PATCH 2 04/19] ACPI: add debug for device addition Bjorn Helgaas
2009-08-31 22:32 ` [PATCH 2 05/19] ACPI: remove unused acpi_bus_scan_fixed() argument Bjorn Helgaas
2009-08-31 22:32 ` [PATCH 2 06/19] ACPI: remove redundant "handle" and "parent" arguments Bjorn Helgaas
2009-08-31 22:32 ` [PATCH 2 07/19] ACPI: save device_type in acpi_device Bjorn Helgaas
2009-08-31 22:32 ` [PATCH 2 08/19] ACPI: use device_type rather than comparing HID Bjorn Helgaas
2009-08-31 22:32 ` [PATCH 2 09/19] ACPI: remove acpi_device_set_context() "type" argument Bjorn Helgaas
2009-08-31 22:32 ` [PATCH 2 10/19] ACPI: remove redundant "type" arguments Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 11/19] ACPI: remove unnecessary argument checking Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 12/19] ACPI: add acpi_bus_get_parent() and remove "parent" arguments Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 13/19] ACPI: convert acpi_bus_scan() to operate on an acpi_handle Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 14/19] ACPI: enumerate namespace before adding functional fixed hardware devices Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 15/19] ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPE Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 16/19] ACPI: use acpi_walk_namespace() to enumerate devices Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 17/19] ACPI: add acpi_bus_get_status_handle() Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 18/19] ACPI: factor out device type and status checking Bjorn Helgaas
2009-08-31 22:33 ` [PATCH 2 19/19] ACPI: handle re-enumeration, when acpi_devices might already exist Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox