From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [RFC 19/19] HSI: omap_ssi: drop pm_runtime_irq_safe Date: Tue, 21 Jun 2016 04:41:49 -0700 Message-ID: <20160621114147.GS22406@atomide.com> References: <1466267229-25012-1-git-send-email-sre@kernel.org> <1466267229-25012-20-git-send-email-sre@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1466267229-25012-20-git-send-email-sre@kernel.org> Sender: linux-kernel-owner@vger.kernel.org To: Sebastian Reichel Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Aaro Koskinen , Pavel Machek , Ivaylo Dimitrov , Pali =?utf-8?B?Um9ow6Fy?= List-Id: linux-omap@vger.kernel.org * Sebastian Reichel [160618 09:31]: > pm_runtime_irq_safe increases the parents runtime usage > counter effectively keeping the OMAP SoC from idling. Good to see this :) Yeah pm_runtime_irq_safe keeps the parent permanently enabled so not using it is the way to go: Acked-by: Tony Lindgren