Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751976AbaKJSfp (ORCPT ); Mon, 10 Nov 2014 13:35:45 -0500 Received: from mail-qa0-f52.google.com ([209.85.216.52]:32999 "EHLO mail-qa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751858AbaKJSfo (ORCPT ); Mon, 10 Nov 2014 13:35:44 -0500 MIME-Version: 1.0 In-Reply-To: References: Date: Mon, 10 Nov 2014 19:35:39 +0100 Message-ID: Subject: Re: [PATCH v10 1/5] PM / Runtime: Allow accessing irq_safe if no PM_RUNTIME From: Ulf Hansson To: Alan Stern Cc: Krzysztof Kozlowski , "Rafael J. Wysocki" , Len Brown , Pavel Machek , Russell King , Dan Williams , Vinod Koul , "linux-pm@vger.kernel.org" , "linux-kernel@vger.kernel.org" , dmaengine@vger.kernel.org, Lars-Peter Clausen , Michal Simek , Kevin Hilman , Laurent Pinchart , Kyungmin Park , Marek Szyprowski , Bartlomiej Zolnierkiewicz Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10 November 2014 17:36, Alan Stern wrote: > On Mon, 10 Nov 2014, Ulf Hansson wrote: > >> > To me, this sounds like a good reason to avoid using >> > force_runtime_suspend(). In fact, it sounds like a good reason to >> > avoid relying on the runtime PM mechanism to handle non-runtime-PM >> > things (like a system suspend callback). If CONFIG_PM_RUNTIME isn't >> > enabled then the runtime PM stack simply should not be used. >> >> There are an important advantage of using the pm_runtime_force_suspend() here. >> >> For the driver to handle clock gating at system PM suspend, it first >> needs to bring the device into full power, through >> pm_runtime_get_sync(). Otherwise it's not safe to gate the clock, >> since it may already be gated. > > That's fine, but it has nothing to do with pm_runtime_force_suspend(). > > Besides, if the real question is whether or not to gate the clock (or > in other words, has the clock already been gated), why not just store a > "clock_is_gated" flag somewhere? You could do that, but it's easier to not. You will need to update the runtime PM status and disable runtime PM anyway, done by the API. Kind regards Uffe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/