From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756814AbYEGBAH (ORCPT ); Tue, 6 May 2008 21:00:07 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753939AbYEGA7x (ORCPT ); Tue, 6 May 2008 20:59:53 -0400 Received: from mga11.intel.com ([192.55.52.93]:20898 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753671AbYEGA7w (ORCPT ); Tue, 6 May 2008 20:59:52 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.27,445,1204531200"; d="scan'208";a="325243633" Subject: Re: [PATCH] bay: Exit if notify handler cannot be installed From: Shaohua Li To: Holger Macht Cc: linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, "Accardi, Kristen C" In-Reply-To: <20080506093516.GE4378@homac> References: <20080505202508.GA3690@homac> <20080506091522.GA4378@homac> <1210065811.12668.1.camel@sli10-desk.sh.intel.com> <20080506093315.GD4378@homac> <20080506093516.GE4378@homac> Content-Type: text/plain Date: Wed, 07 May 2008 09:03:41 +0800 Message-Id: <1210122221.27316.0.camel@sli10-desk.sh.intel.com> Mime-Version: 1.0 X-Mailer: Evolution 2.22.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2008-05-06 at 11:35 +0200, Holger Macht wrote: > On Di 06. Mai - 11:33:16, Holger Macht wrote: > > On Di 06. Mai - 17:23:31, Shaohua Li wrote: > > > On Tue, 2008-05-06 at 17:15 +0800, Holger Macht wrote: > > > > On Mo 05. Mai - 22:25:08, Holger Macht wrote: > > > > > If acpi_install_notify_handler() for a bay device fails, the bay > > > > driver is > > > > > superfluous. Most likely, another driver (like libata) is already > > > > caring > > > > > about this device anyway. Furthermore, > > > > > register_hotplug_dock_device(acpi_handle) from the dock driver must > > > > not be > > > > > called twice with the same handler. So clean up and exit. > > > > > > > > The patch needs some more work. I'll send an updated one as soon as > > > > ready. > > > The bay driver is duplicated with libata, I thought we should delete it. > > > See bug http://bugzilla.kernel.org/show_bug.cgi?id=9526 > > > > Yes, I know, but couldn't it be helpful on systems not using libata? > > Also, libata has to be patched to execute ACPI _EJ0 (not a huge issue, I > know) or calling bay's eject_removable drive method. I have a patch in above bugzilla to handle it. Thanks, Shaohua