From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752659AbdLKOmb (ORCPT ); Mon, 11 Dec 2017 09:42:31 -0500 Received: from mail-qt0-f172.google.com ([209.85.216.172]:36150 "EHLO mail-qt0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752294AbdLKOm0 (ORCPT ); Mon, 11 Dec 2017 09:42:26 -0500 X-Google-Smtp-Source: ACJfBovWjyADrQ0etWsNrAGjGyFH+4WSuMDe2QsEK7D4i6tF8yXWPT3CxfJUcVxN50srPGuUHSHjMA== Date: Mon, 11 Dec 2017 06:42:23 -0800 From: Tejun Heo To: Hans de Goede Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] ahci: Allow setting a default LPM policy for mobile chipsets Message-ID: <20171211144223.GB2421075@devbig577.frc2.facebook.com> References: <20171206154110.11548-1-hdegoede@redhat.com> <20171206154110.11548-4-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171206154110.11548-4-hdegoede@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, Hans. On Wed, Dec 06, 2017 at 04:41:10PM +0100, Hans de Goede wrote: > CONFIG_SATA_AHCI=y > +CONFIG_SATA_MOBILE_LPM_POLICY=3 This would change the default behavior. Can we not do that? Other than that, looks good to me. Thanks. -- tejun