From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Norris Subject: Re: [PATCH] PM / sleep: add configurable delay for pm_test Date: Sun, 22 Feb 2015 00:23:14 -0800 Message-ID: <20150222082314.GA24441@norris-Latitude-E6410> References: <20141213025530.GO21347@ld-irv-0074> <20141213083123.GA26129@amd> <20141216235813.GI9759@ld-irv-0074> <20141217080947.GB2027@amd> <20141217091057.GH7112@brian-ubuntu> <20141217092255.GA4588@amd> <20150221203256.GA15228@amd> <20150221232429.GA3519@amd> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-pa0-f44.google.com ([209.85.220.44]:44330 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751734AbbBVIXV (ORCPT ); Sun, 22 Feb 2015 03:23:21 -0500 Content-Disposition: inline In-Reply-To: <20150221232429.GA3519@amd> Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Pavel Machek Cc: Florian Fainelli , "Rafael J. Wysocki" , Linux Kernel , "linux-pm@vger.kernel.org" , Len Brown , Chirantan Ekbote On Sun, Feb 22, 2015 at 12:24:29AM +0100, Pavel Machek wrote: > And you also want to check the kernel parameters, they are modifiable > in runtime in at least same cases. I forgot about this fact. In this case, I think this satisfies all that we need. So we can do something like this at runtime: # echo 30 > /sys/module/suspend/parameters/pm_test_delay I'll send a patch shortly. Brian