Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755506AbYFBSvT (ORCPT ); Mon, 2 Jun 2008 14:51:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752301AbYFBSvE (ORCPT ); Mon, 2 Jun 2008 14:51:04 -0400 Received: from mx1.redhat.com ([66.187.233.31]:33391 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751801AbYFBSvC (ORCPT ); Mon, 2 Jun 2008 14:51:02 -0400 Message-ID: <484440AA.6060202@redhat.com> Date: Mon, 02 Jun 2008 14:49:14 -0400 From: Ric Wheeler Reply-To: rwheeler@redhat.com Organization: Red Hat User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Jeff Garzik CC: kristen.c.accardi@intel.com, Mark Lord , Alan Cox , Pavel Machek , Theodore Tso , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ata: ahci: power off unused ports References: <20080508161008.59361de5@appleyard> <20080527030854.GC7515@mit.edu> <20080527143202.4bab5bf0@appleyard> <20080527225926.GE6843@mit.edu> <20080527163251.04054a74@appleyard> <20080531080015.GG5405@ucw.cz> <4842F5A8.9020708@garzik.org> <20080602080440.25fc663c@core> <4843A4A7.3020809@garzik.org> <4843EF88.2040606@rtr.ca> <48441AA6.8080704@garzik.org> <20080602100019.3d2d2522@appleyard> <484431AB.7010005@garzik.org> <20080602104753.3f24087d@appleyard> <484438BF.7070303@garzik.org> <20080602111644.54738d57@appleyard> <48443C3C.3010401@redhat.com> <48443EB3.8020303@garzik.org> In-Reply-To: <48443EB3.8020303@garzik.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1836 Lines: 45 Jeff Garzik wrote: > Ric Wheeler wrote: >> Kristen Carlson Accardi wrote: >>> Not all drivers will need a user interface to turn off hotplug >>> I would think. At any rate - I would think it'd be better to let >>> driver writers decide how they want their drivers to behave wrt >>> hotplug and power instead of forcing a generic policy on everyone. >>> >>> This patch would provide users of AHCI controllers a way to save >>> power now, while you work on the grand scheme for polling/turning on >>> off >>> hotplug via sysfs. It's an interim solution that impacts nobody but >>> ahci users and is can be easily integrated into whatever solution you >>> eventually work out. > >> I like the patch - it seems that it will help a lot of users out >> near term in a very positive way while we iterate on the broader >> solution, > > A better patch would enable the _possibility_ of power savings on > non-AHCI chips, and not add a one-off AHCI-specific user interface > that must be supported for years to come. > > Jeff I think that the patch does that first part pretty reasonably for all chips as Kristen explained before. If the user interface is the only obstacle and the base code seems to be flexible enough for any device to take advantage of, it would still seem to be a positive step forward to put in that base functionality (even without the module param) to enable power saving. It is always good to get the complete solution in (how hard can the user interface be to code once we agree on what it should be ;-)), but this seems to be a good first step. ric -- 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/