From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D91EC433EF for ; Fri, 25 Feb 2022 16:01:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242479AbiBYQBl (ORCPT ); Fri, 25 Feb 2022 11:01:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237269AbiBYQBk (ORCPT ); Fri, 25 Feb 2022 11:01:40 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0459A1F125C; Fri, 25 Feb 2022 08:01:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=wfjhhRO+5XQUgZqXRTp6j+39HFHaPTJy/wyfDgOULLA=; b=u96BIZxc+turssbOCVzJwjMepN +prbPyjppZFBCcBqcM2h1LK4A0f6gF1ozzaUnu6LZe3hyl/F3fn8r/ne9Ph/RmOfKam0187y6rN5J U2SOWvWp3GEhHGIbd72NzwoTwX9SoECBZCkDh33ZTwk075bsWBJYYnD1Pt/q6ja/rV2IoxpSLdPoX VtQHBv/cAXe1mZPvc1E84sB25qi+Oi/uKTdezrhBXxjKpIxcbAzHnrcpSTThynVOEWV/5InAQ46yF nJs/onZe86RLvJmKnTU8Pxft/pFvNP/V81PWX1bIH0bWnGgzel783pZ5jJFwti+WU/KiklijQWOHC vEUuQlGw==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNd1h-005mFy-2R; Fri, 25 Feb 2022 16:01:01 +0000 Date: Fri, 25 Feb 2022 08:01:01 -0800 From: Christoph Hellwig To: Mario Limonciello Cc: Damien Le Moal , "open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)" , open list , pmenzel@molgen.mpg.de, hdegoede@redhat.com Subject: Re: [PATCH v2 1/3] ata: ahci: Rename board_ahci_mobile Message-ID: References: <20220225061113.223920-1-mario.limonciello@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220225061113.223920-1-mario.limonciello@amd.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org On Fri, Feb 25, 2022 at 12:11:11AM -0600, Mario Limonciello wrote: > This board definition was originally created for mobile devices to > designate default link power managmeent policy to influence runtime > power consumption. > > As this is interesting for more than just mobile designs, rename the > board to `board_ahci_low_power` to make it clear it is about default > policy. Is there any good reason to not just apply the policy to all devices by default?