From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754770Ab1KNA0K (ORCPT ); Sun, 13 Nov 2011 19:26:10 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:38004 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751217Ab1KNA0H (ORCPT ); Sun, 13 Nov 2011 19:26:07 -0500 From: "Rafael J. Wysocki" To: Linux PM list Subject: [update][PATCH 0/7] PM / Domains: Per-device callbacks and PM QoS Date: Mon, 14 Nov 2011 01:22:27 +0100 User-Agent: KMail/1.13.6 (Linux/3.1.0-rc10+; KDE/4.6.0; x86_64; ; ) Cc: LKML , "Linux-sh list" , Magnus Damm , Guennadi Liakhovetski , Kevin Hilman , jean.pihet@newoldbits.com References: <201111070101.33960.rjw@sisk.pl> In-Reply-To: <201111070101.33960.rjw@sisk.pl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201111140122.27328.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is the second iteration of the patchset introducing per-device callbacks and PM QoS support to PM domains. All patches have been updated, the second one have been folded into the first one and there's one more patch in the series. Please look into the changelogs for more details. [1/7] - Make it possible to define per-device start/stop and .active_wakeup() routines. [2/7] - Introduce "save/restore state" device callbacks. [3/7] - Introduce per-device PM domain callbacks for system suspend. [4/7] - Make runtime PM core take device PM QoS constraints into account. [5/7] - Add device "stop governor". [6/7] - Add domain "power off governor". [7/7] - Automatically update overoptimistic latency information. The patchset have been tested for backwards compatibility, but it still needs some testing for the new features it adds. Thanks, Rafael