From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755030Ab1LIXtP (ORCPT ); Fri, 9 Dec 2011 18:49:15 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:51494 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754870Ab1LIXtK (ORCPT ); Fri, 9 Dec 2011 18:49:10 -0500 From: "Rafael J. Wysocki" To: Greg KH Subject: Re: [PATCH 0/4] PM: Make the PM core execute driver callbacks if subsystem ones are not present Date: Sat, 10 Dec 2011 00:52:10 +0100 User-Agent: KMail/1.13.6 (Linux/3.2.0-rc4+; KDE/4.6.0; x86_64; ; ) Cc: Linux PM list , LKML , Russell King References: <201112100018.38536.rjw@sisk.pl> <20111209234737.GA6519@suse.de> In-Reply-To: <20111209234737.GA6519@suse.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201112100052.10241.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday, December 10, 2011, Greg KH wrote: > On Sat, Dec 10, 2011 at 12:18:38AM +0100, Rafael J. Wysocki wrote: > > Hi, > > > > The following patchset changes the PM core so that driver callbacks > > are executed automatically when subsystem ones are not present and > > uses the new PM core's behavior to simplify the platform and AMBA bus > > types (there probably are many more bus types that may be simplified > > this way, but those two were the easiest targets for me). > > > > The reasons why to do this are outlined in the changelog of the second patch. > > > > Comments welcome! > > Looks sane to me, nice work. Thanks! Rafael