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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 0D7C8C433E0 for ; Fri, 15 May 2020 17:52:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D307A206D8 for ; Fri, 15 May 2020 17:52:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726204AbgEORwU (ORCPT ); Fri, 15 May 2020 13:52:20 -0400 Received: from ms.lwn.net ([45.79.88.28]:53540 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726183AbgEORwU (ORCPT ); Fri, 15 May 2020 13:52:20 -0400 Received: from lwn.net (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 CD95A72D; Fri, 15 May 2020 17:52:19 +0000 (UTC) Date: Fri, 15 May 2020 11:52:18 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Yoshihiro Shimoda , Simon Horman , Jason Gunthorpe , Mike Rapoport , Masahiro Yamada , Daniel Jordan Subject: Re: [PATCH 01/14] docs: move DMA kAPI to Documentation/core-api Message-ID: <20200515115218.4d805685@lwn.net> In-Reply-To: References: Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Fri, 1 May 2020 17:37:45 +0200 Mauro Carvalho Chehab wrote: > Move those files to the core-api, where they belong, renaming > them to ReST and adding to the core API index file. > > Signed-off-by: Mauro Carvalho Chehab > --- > .../{DMA-API-HOWTO.txt => core-api/dma-api-howto.rst} | 0 > Documentation/{DMA-API.txt => core-api/dma-api.rst} | 0 > .../{DMA-attributes.txt => core-api/dma-attributes.rst} | 0 > Documentation/{DMA-ISA-LPC.txt => core-api/dma-isa-lpc.rst} | 0 > Documentation/core-api/index.rst | 4 ++++ > 5 files changed, 4 insertions(+) > rename Documentation/{DMA-API-HOWTO.txt => core-api/dma-api-howto.rst} (100%) > rename Documentation/{DMA-API.txt => core-api/dma-api.rst} (100%) > rename Documentation/{DMA-attributes.txt => core-api/dma-attributes.rst} (100%) > rename Documentation/{DMA-ISA-LPC.txt => core-api/dma-isa-lpc.rst} (100%) This one seems obvious, applied. jon