From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754633Ab1KTAyh (ORCPT ); Sat, 19 Nov 2011 19:54:37 -0500 Received: from ogre.sisk.pl ([217.79.144.158]:47845 "EHLO ogre.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750943Ab1KTAyg (ORCPT ); Sat, 19 Nov 2011 19:54:36 -0500 From: "Rafael J. Wysocki" To: Linux PM list Subject: [PATCH 0/3] PM: Documentation updates Date: Sun, 20 Nov 2011 01:53:39 +0100 User-Agent: KMail/1.13.6 (Linux/3.1.0-rc10+; KDE/4.6.0; x86_64; ; ) Cc: LKML , Randy Dunlap MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201111200153.40224.rjw@sisk.pl> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, The following patches update the PM documenataion in the kernel tree to follow the current code. [1/3] - Document the use of PM domains by the PM core correctly. [2/3] - Update system suspend/hibernation documentation to follow the code. [3/3] - Update runtime PM documentation to follow the code. Thanks, Rafael