Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756543AbYFCSDu (ORCPT ); Tue, 3 Jun 2008 14:03:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753666AbYFCSDm (ORCPT ); Tue, 3 Jun 2008 14:03:42 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:37470 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752245AbYFCSDl (ORCPT ); Tue, 3 Jun 2008 14:03:41 -0400 Message-ID: <48458777.70904@garzik.org> Date: Tue, 03 Jun 2008 14:03:35 -0400 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Kristen Carlson Accardi CC: akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org Subject: Re: [patch] libata:ahci: enclosure management support (resend) References: <20080603103355.34c49ef4@appleyard> In-Reply-To: <20080603103355.34c49ef4@appleyard> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.2.4 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1277 Lines: 31 Kristen Carlson Accardi wrote: > Here's a resend of the patch I sent 2 weeks ago, refreshed against > Andrews kernel. This is one of many resends since the original > patch was sent in January-ish. Could you please review this patch > and let me know what you'd like me to change? I'm happy to change it > however you want as long as the feature still functions. > > Thanks, > Kristen > > Add Enclosure Management support to libata and ahci. > > Signed-off-by: Kristen Carlson Accardi > --- > drivers/ata/ahci.c | 321 +++++++++++++++++++++++++++++++++++++++++++++- > drivers/ata/libata-scsi.c | 79 +++++++++++ > include/linux/libata.h | 21 +++ > 3 files changed, 419 insertions(+), 2 deletions(-) I'm pretty happy with this, and I plan on queueing it for #upstream (2.6.27, linux-next). Ideally a better solution would be a bit more generic (i.e. not just libata), but this is a nice and compact implementation, and generic enough to support all of libata's purposes. -- 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/