Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932941Ab3CZNDs (ORCPT ); Tue, 26 Mar 2013 09:03:48 -0400 Received: from hydra.sisk.pl ([212.160.235.94]:42924 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757947Ab3CZNDr (ORCPT ); Tue, 26 Mar 2013 09:03:47 -0400 From: "Rafael J. Wysocki" To: Toshi Kani Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, yinghai@kernel.org, jiang.liu@huawei.com, isimatu.yasuaki@jp.fujitsu.com Subject: Re: [PATCH 0/3] ACPI: Provide consistent PNPID match handling Date: Tue, 26 Mar 2013 14:11:11 +0100 Message-ID: <13382693.0xFuY5WfEP@vostro.rjw.lan> User-Agent: KMail/4.9.5 (Linux/3.9.0-rc4+; KDE/4.9.5; x86_64; ; ) In-Reply-To: <1362432643-25636-1-git-send-email-toshi.kani@hp.com> References: <1362432643-25636-1-git-send-email-toshi.kani@hp.com> 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 Content-Length: 2002 Lines: 48 On Monday, March 04, 2013 02:30:40 PM Toshi Kani wrote: > When installing/removing a notify handler to/from an ACPI device > object, ACPI core tries to match its associated scan handler to > see if it supports hotplug. However, the matching logic of the > notify handler is different from the matching logic of attaching > a scan handler to an ACPI device object. This inconsistency can > lead a mismatch and prevents ACPI scan handlers from supporting > non-HID devices, such as processor objects. > > This patchset first updates PNPID setup interfaces to be independent > from acpi_device, and then updates the matching logic of the notify > handlers to be consistent with the attach handling. > > This patchset is based on linux-pm.git/bleeding-edge. All patches in the series applied to linux-pm.git/linux-next. Thanks, Rafael > --- > Toshi Kani (3): > ACPI: Remove acpi_device dependency in acpi_device_set_id() > ACPI: Update PNPID set/free interfaces > ACPI: Update PNPID match handling for notify > > --- > drivers/acpi/internal.h | 2 +- > drivers/acpi/power.c | 2 +- > drivers/acpi/scan.c | 203 +++++++++++++++++++--------------- > drivers/acpi/video_detect.c | 25 ++--- > drivers/gpu/drm/i915/intel_opregion.c | 4 +- > include/acpi/acpi_bus.h | 14 ++- > include/linux/acpi.h | 4 +- > 7 files changed, 138 insertions(+), 116 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/