From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: [PATCH 0/2] ACPI: Additional changes on top of "ACPI / driver core: Store a device pointer in struct acpi_dev_node" Date: Thu, 14 Nov 2013 00:25:18 +0100 Message-ID: <1803808.ghCmmaO2Cj@vostro.rjw.lan> References: <3268437.YsusHvklcv@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <3268437.YsusHvklcv@vostro.rjw.lan> Sender: linux-pci-owner@vger.kernel.org To: ACPI Devel Maling List Cc: LKML , Linux PCI , Greg Kroah-Hartman , Bjorn Helgaas , Aaron Lu , Jarkko Nikula , Lan Tianyu , Mika Westerberg , "Luck, Tony" List-Id: linux-acpi@vger.kernel.org Hi Everybody, The following two patches make changes that in my opinion are worth making on top of https://patchwork.kernel.org/patch/3167391/ . The first one simply replaces DEVICE_ACPI_HANDLE with ACPI_HANDLE everywhere (as the former is now a simple alias of the latter) and the second one adds ACPI device reference counting to acpi_bind_one()/acpi_unbind_one() to help catch device removal ordering issues that would cause the kernel to crash. Thanks, Rafael