From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751381AbdBBAoC (ORCPT ); Wed, 1 Feb 2017 19:44:02 -0500 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:48625 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751280AbdBBAnu (ORCPT ); Wed, 1 Feb 2017 19:43:50 -0500 From: "Rafael J. Wysocki" To: Jonathan Corbet Cc: Linux PM , Linux Documentation , LKML , Mauro Carvalho Chehab , Lukas Wunner , Alan Stern Subject: [PATCH 0/3 v2] PM / docs: linux/pm.h kerneldocs update and conversion of two docs to reST Date: Thu, 02 Feb 2017 01:30:08 +0100 Message-ID: <1741856.1gu5vXgsff@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.10.0-rc3+; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jon, This is a new (and hopefully final) iteration of the series of patches starting the conversion of power management driver API documentation. Patch [1/3] updates kerneldoc comments in include/linux/pm.h (to make the documentation generated out of them look better), patch [2/3] converts Documentation/power/devices.txt to reST, and patch [3/3] does the same thing to Documentation/power/notifiers.txt (the new files go into the driver-api subdir and are hooked up to that manual). Patch [1/3] has not been changed since the previous iteration. Patch [2/3] addresses some comments from Lukas and patch [3/3] has been trivially rebased. Please apply unless there are any objections. Thanks, Rafael