From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] PM: lenient generic runtime pm callbacks Date: Wed, 8 Sep 2010 11:55:51 +0100 Message-ID: <20100908105551.GB1219@rakim.wolfsonmicro.main> References: <1283811642-18837-1-git-send-email-ohad@wizery.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1283811642-18837-1-git-send-email-ohad@wizery.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Ohad Ben-Cohen Cc: linux-pm@lists.linux-foundation.org List-Id: linux-pm@vger.kernel.org On Tue, Sep 07, 2010 at 01:20:42AM +0300, Ohad Ben-Cohen wrote: > Allow drivers, that belong to subsystems which use the generic > runtime pm callbacks, not to define runtime pm suspend/resume handlers, > by implicitly assuming success in such cases. > > This is needed to eliminate nop handlers that would otherwise be > necessary by drivers which enable runtime pm, but don't need > to do anything when their devices are runtime-suspended/resumed. > > Signed-off-by: Ohad Ben-Cohen Acked-by: Mark Brown As I said previously this would also remove some dummy suspend functions I need for some MFDs.