From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752649AbbGMWxa (ORCPT ); Mon, 13 Jul 2015 18:53:30 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:61823 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751880AbbGMWx1 (ORCPT ); Mon, 13 Jul 2015 18:53:27 -0400 From: "Rafael J. Wysocki" To: ACPI Devel Maling List Cc: Linux Kernel Mailing List , Mika Westerberg Subject: [PATCH 0/4] ACPI: Reorganize the core device management/enumeration code Date: Tue, 14 Jul 2015 01:16:12 +0200 Message-ID: <4521894.N8pXmo8fxI@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.