From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D225BC3F2CD for ; Tue, 3 Mar 2020 14:01:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9870620848 for ; Tue, 3 Mar 2020 14:01:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583244082; bh=0jraC2vhT4/0rCJ9zdkEYr2ZoyzfD3nPO9KuM2YUf3U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=lGHq/kW2v794xRfSLzrgsOsT0/4Lhjp8PHs56NFfnHIdnNYvf/G4jeLk4P2LtNVWR f3IjvpQKEJ3/0AYEJL2C3OxBYFB7XwvXRX/DsLNFcpnXjSCrd6uqadr2hX6l7aPqgQ An1/jwOxumDeFb/ioi4y8n4H8HhBwJNx5HsEV9aU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728468AbgCCOBW (ORCPT ); Tue, 3 Mar 2020 09:01:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:46720 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728443AbgCCOBW (ORCPT ); Tue, 3 Mar 2020 09:01:22 -0500 Received: from onda.lan (ip-109-40-2-133.web.vodafone.de [109.40.2.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 794622073D; Tue, 3 Mar 2020 14:01:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1583244081; bh=0jraC2vhT4/0rCJ9zdkEYr2ZoyzfD3nPO9KuM2YUf3U=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XgfTOSViQ9Dh9lgvV1BhgLpP8NJah/z85viZZHlXUf/oovxZQr58rP5bTp30QXDyw 8O3NSztDDdNgMWoAPaSxixUNSeLeuxGtc68g9SMeZGtmAOlNw3STJwgu1yrgrhVy+h a2NMk/OlPNXxA+YAwk2ab21yIZhdG4qllZ20QQGg= Date: Tue, 3 Mar 2020 15:01:17 +0100 From: Mauro Carvalho Chehab To: Jonathan Corbet Cc: Linux Doc Mailing List , "Rafael J. Wysocki" , Viresh Kumar , linux-pm@vger.kernel.org Subject: Re: [PATCH v2 14/24] docs: cpu-freq: convert index.txt to ReST Message-ID: <20200303150117.7094df6e@onda.lan> In-Reply-To: <20200302141916.1c6d8abe@lwn.net> References: <7a89b0c82520d340d3c7f45bfd52ee9e6e23dbdf.1581956285.git.mchehab+huawei@kernel.org> <20200302141916.1c6d8abe@lwn.net> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Em Mon, 2 Mar 2020 14:19:16 -0700 Jonathan Corbet escreveu: > On Mon, 17 Feb 2020 17:20:32 +0100 > Mauro Carvalho Chehab wrote: > > > most of the stuff there can be re-used with ReST format, > > but we need to add an empty TOC and remove the existing > > entries, as the following conversion patches will be re-adding > > them, as they're converted. > > > > Signed-off-by: Mauro Carvalho Chehab > > Rafael, do you want to carry the cpu-freq changes from this set, or should > I just apply the whole thing over here? Hi Jon, As Rafael should be applying the cpu-freq via his tree, I'm re-sending the remaining patches on this series as: [PATCH v3 00/18] Manually convert thermal, crypto and misc devices to ReST Regards, Mauro