Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2980133yba; Tue, 16 Apr 2019 02:00:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqxY1Yk2qo341SVTdYUHVizgElr2hH634xfPYV22yXkchWoNJRsHXGk3S0oLUririx8PAZ+k X-Received: by 2002:a65:5cc7:: with SMTP id b7mr31433873pgt.206.1555405220044; Tue, 16 Apr 2019 02:00:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555405220; cv=none; d=google.com; s=arc-20160816; b=XswQfU1LHn0luMQPiS5RbvIfN5oCAEZDqaEV0CMDAzyztsV65apljHjVtPujuzmfpD uZ0hKFP3vyjbHqY+jA8jWlRRC5hqXGeQuKQhYhfpjRAF0cuYd2X87vBW18stbUi8/qSf 4XyJVdSNkRHlqFgmFc5ul658PcAqOc6si006cwdCPLI8BDt91uDMFBLTpM4/hoF1y2WM WsCENUyKK0OjJ3rhxTbp3ng87ixGydQAqscIMWM3Oy0B2DnhpzuVhZxelk+KjHfRh4d+ 8WnTeSeVMkBpwTW5St9hencEZ5Q/tcq/cOnMzaC+vDEmsIuCXxDILkE/ivvJsLjMQ3iC Rm2A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=NjfM2AR6RvguA1+acWWpVw2zk9vPIPxOeYukeGnubE4=; b=jlWqEcgdoE8QDVwASLIvt+1RTNlRR/K6nhGPzISMSV741Zz+lroBUvB7b5Od2KRMeK Gwld9Dq8F0VhvZA0egJFueQ0HthNUVAun+iM5alldiSZtRErfhoijKyXmjwNH9b6tjQX EJkQXHmR4j9zuE90UuQLc1Wve4x5vpAsDJ4FwrarE92ZSVBZnL3eSAgrDfVrwaw+4Cue Ku/eqtlwjqdsE16oLs3NPwZI3QavvUnewWU8cJrxllfQUWknW+3/z2oI+HlTTNQZHd90 hrRBJG0/TDWsN/XnuMPL8W5cM9btQjvba2AM/79xsZ3QkZkG8yz/7noIWT9I3ZS+trNj 7DVQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t70si29042765pgd.386.2019.04.16.02.00.03; Tue, 16 Apr 2019 02:00:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728887AbfDPI70 (ORCPT + 99 others); Tue, 16 Apr 2019 04:59:26 -0400 Received: from cloudserver094114.home.pl ([79.96.170.134]:47158 "EHLO cloudserver094114.home.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726576AbfDPI70 (ORCPT ); Tue, 16 Apr 2019 04:59:26 -0400 Received: from 79.184.254.18.ipv4.supernova.orange.pl (79.184.254.18) (HELO kreacher.localnet) by serwer1319399.home.pl (79.96.170.134) with SMTP (IdeaSmtpServer 0.83.213) id 9e76c8fa0672b35f; Tue, 16 Apr 2019 10:59:23 +0200 From: "Rafael J. Wysocki" To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet , Len Brown , Pavel Machek , Liam Girdwood , Mark Brown , linux-pm@vger.kernel.org Subject: Re: [PATCH 25/57] docs: power: convert docs to ReST Date: Tue, 16 Apr 2019 10:59:23 +0200 Message-ID: <1616669.eeiCRjss8h@kreacher> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday, April 16, 2019 4:55:50 AM CEST Mauro Carvalho Chehab wrote: > Convert the PM documents to ReST, in order to allow them to > build with Sphinx. And what exactly is the motivation for doing that? There are plans for some of these files to be converted already, some of them need to be merged or split and it just is not worth it to convert some others. Thanks, Rafael