From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@kernel.org (Kevin Hilman) Date: Fri, 13 Mar 2015 10:10:56 -0700 Subject: [PATCH 01/10] pm: domains: quieten down generic pm domains In-Reply-To: (Russell King's message of "Fri, 13 Mar 2015 16:23:20 +0000") References: <20150312183020.GU8656@n2100.arm.linux.org.uk> Message-ID: <7hy4n0rffj.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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