Received: by 10.192.165.148 with SMTP id m20csp4487552imm; Tue, 8 May 2018 09:11:52 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoPN2disU/8faL2Snljkfh+YQiC7L/zvzsOqZM7KtFJqxOhTcSwjgEiGubRD8FpxzZ4AhZE X-Received: by 10.98.34.24 with SMTP id i24mr24155926pfi.53.1525795912816; Tue, 08 May 2018 09:11:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525795912; cv=none; d=google.com; s=arc-20160816; b=JmQ0UuiQHqStsqIY2Uaq+95DGYeyGPp+AJwG6CCgN6Rs1EjjqfMQR7hcAp+QZwdBnz WM/QIALOTI+lmekKfBpeyqAp5eHv+PJ+zI+yZwvhl+xewWeFkmUlSg5b1fN29+4B9t6x eTnUmlIwOx7LaVBGd6jIiEotbeWCj7dnyhFnoZrAJyukCFkImrO/jzLxsFqqaY9CiQN2 RVBDyuLrHj0stXPsula2yXRRXk9zAqstDRuHguiibuYYQgQtyaGq0wE5nQ3EQLSM/171 /waxOa3nHGwna1tQPzt7W5spT+dHYaQxW9/Ue7RY93ZavCklcjrj3mlML8tIFj/6vFaY JmFQ== 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 :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=2XmXDAuQa90+27VuHtXwzAF79xwLGGjnTH0pG1M+8Kk=; b=0t41eRxSs+Dh471ptmDOhtYTF1uEfx5LiRkpXpv9LS8RRr0WwaAMpzj3SDG4Iy55qj hxV2kPzF2P+lcz5lrEWLIBYrfjC/6q/MRHhNcPd1Ah44vyOlfWIFlXFpz17CFzE2YEk5 JF3wyaRns2ymREqcdqAiCsyA6zO6DyFSFTFHzyiF+K4DPHo7vET73/4Ki7OD2KM1Dqu3 A4Z1MW5bPUVop7WFE3ubAQXtsMf5YZG84Mc3DJTfoR1hEgFxIZBv6l3GTAZakxSAOhvF 6ny2Y0+/5Egf+bA0yLg0glducIYLzTNYkfha/5TNQtWJd4oTopMBHz348Tj+Wn3gMavn 1uag== 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 m64si102154pfm.0.2018.05.08.09.11.37; Tue, 08 May 2018 09:11:52 -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 S932660AbeEHQLG (ORCPT + 99 others); Tue, 8 May 2018 12:11:06 -0400 Received: from ms.lwn.net ([45.79.88.28]:35922 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932127AbeEHQLE (ORCPT ); Tue, 8 May 2018 12:11:04 -0400 Received: from localhost.localdomain (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id EDA3A318; Tue, 8 May 2018 16:11:01 +0000 (UTC) Date: Tue, 8 May 2018 10:10:59 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Ingo Molnar , Thomas Gleixner , Christoffer Dall , "Paul E. McKenney" , Marc Zyngier , Kai-Heng Feng , Thymo van Beers , Frederic Weisbecker , Greg Kroah-Hartman , David Rientjes , Linus Walleij , Vinod Koul , Srinivas Kandagatla , Sagar Dharia , Sanyog Kale , Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= , Thierry Reding Subject: Re: [PATCH 08/18] docs: driver-api: add clk documentation Message-ID: <20180508101059.44ecdbd1@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 May 2018 06:35:44 -0300 Mauro Carvalho Chehab wrote: > The clk.rst is already in ReST format. So, move it to the > driver-api guide, where it belongs. > > Signed-off-by: Mauro Carvalho Chehab Applied, thanks. jon