From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toshi Kani Subject: Re: [PATCH] ACPI: Drop acpi_evaluate_hotplug_ost() and ACPI_HOTPLUG_OST Date: Fri, 21 Feb 2014 09:31:58 -0700 Message-ID: <1393000318.6784.56.camel@misato.fc.hp.com> References: <1392789739-32317-1-git-send-email-jiang.liu@linux.intel.com> <60567343.brKB2SuRkR@vostro.rjw.lan> <5306EB00.1090108@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from g2t1383g.austin.hp.com ([15.217.136.92]:42367 "EHLO g2t1383g.austin.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932544AbaBUQjE (ORCPT ); Fri, 21 Feb 2014 11:39:04 -0500 In-Reply-To: <5306EB00.1090108@linux.intel.com> Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Jiang Liu Cc: "Rafael J. Wysocki" , "Rafael J . Wysocki" , Lv Zheng , Len Brown , Robert Moore , Tony Luck , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, devel@acpica.org On Fri, 2014-02-21 at 13:58 +0800, Jiang Liu wrote: > Hi Rafael, > I failed to get the point to kill ACPI_HOTPLUG_OST altogether:( > Should I merge it into my series and resend? > > Hi Toshi, > Any comments here? I agree with Rafael and the change looks good to me. linux/acpi.h should also be changed to drop ACPI_HOTPLUG_OST. This define was needed originally since we relied on type-specific hotplug notify handlers to call _OST. We now have the ACPI common hotplug handler to take care of _OST. Acked-by: Toshi Kani Thanks, -Toshi