public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ACPI: Reorganize the core device management/enumeration code
@ 2015-07-13 23:16 Rafael J. Wysocki
  2015-07-13 23:17 ` [PATCH 1/4] ACPI / scan: Mode sysfs-related device code to a separate file Rafael J. Wysocki
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Rafael J. Wysocki @ 2015-07-13 23:16 UTC (permalink / raw)
  To: ACPI Devel Maling List; +Cc: Linux Kernel Mailing List, Mika Westerberg

Hi,

The size and complexity of drivers/acpi/scan.c has bothered me for quite
a while and since I'm working on a feature that will benefit from exposing
some additional information under ACPI device objects in sysfs, I've decided
to reorganize the code to move some things out of scan.c.

[1/4] Move all ACPI device code related to sysfs into a separate (new) file.
[2/4] Move device matching code to bus.c.
[3/4] Mode device notification, bus operations and driver management code to bus.c.
[4/4] Register the ACPI bus type in acpi_bus_init().

No functional changes except for the [4/4] that will case ACPI to be disabled if
the ACPI bus type cannot be registered.

Thanks!

-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

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

end of thread, other threads:[~2015-08-01  0:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13 23:16 [PATCH 0/4] ACPI: Reorganize the core device management/enumeration code Rafael J. Wysocki
2015-07-13 23:17 ` [PATCH 1/4] ACPI / scan: Mode sysfs-related device code to a separate file Rafael J. Wysocki
2015-07-13 23:18 ` [PATCH 2/4] ACPI / scan: Mode device matching code to bus.c Rafael J. Wysocki
2015-07-13 23:18 ` [PATCH 3/4] ACPI / scan: Mode bus operations and notification routines " Rafael J. Wysocki
2015-07-13 23:19 ` [PATCH 4/4] ACPI / bus: Move ACPI bus type registration Rafael J. Wysocki
2015-07-30  9:54 ` [PATCH 0/4] ACPI: Reorganize the core device management/enumeration code Mika Westerberg
2015-08-01  1:19   ` Rafael J. Wysocki

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