From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 01/10] pm: domains: quieten down generic pm domains Date: Fri, 13 Mar 2015 10:10:56 -0700 Message-ID: <7hy4n0rffj.fsf@deeprootsystems.com> References: <20150312183020.GU8656@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from mail-pd0-f174.google.com ([209.85.192.174]:39277 "EHLO mail-pd0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753109AbbCMRLI (ORCPT ); Fri, 13 Mar 2015 13:11:08 -0400 Received: by pdbft15 with SMTP id ft15so30258373pdb.6 for ; Fri, 13 Mar 2015 10:11:08 -0700 (PDT) In-Reply-To: (Russell King's message of "Fri, 13 Mar 2015 16:23:20 +0000") Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: Russell King Cc: Andrew Lunn , Jason Cooper , "Rafael J. Wysocki" , Sebastian Hesselbarth , linux-arm-kernel@lists.infradead.org, Len Brown , Greg Kroah-Hartman , linux-pm@vger.kernel.org Russell King writes: > PM domains are rather noisy; scheduling behaviour can cause callbacks > to take longer, which causes them to spit out a warning-level message > each time a callback takes a little longer than the previous time. > There really isn't a need for this, except when debugging. > > Acked-by: Rafael J. Wysocki > Acked-by: Ulf Hansson > Signed-off-by: Russell King Acked-by: Kevin Hilman