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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_2 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 AC3E4C3A5A9 for ; Sat, 2 May 2020 10:16:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 89FFE216FD for ; Sat, 2 May 2020 10:16:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588414616; bh=gRdDQ4UPhds1fw6akroO5DSN+kXJ/Jobhw+m6BxY8+c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=tc/50IAsznhqRnbQnvW6X8qr5DjrFltcjDmdthTmpokKqaZ/dqD+NypAqoCSTXvLT PkxwJ4WMFs8vZaZBSPIgHaYrc8SkycgGLzxiJREwTnMgGGj2oHFsDQeCrVV1/0aFQS r+4PexShew7oBlA4rHx0HZ/BtX2vQvCdwOUoUAZY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726741AbgEBKQu (ORCPT ); Sat, 2 May 2020 06:16:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:56748 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726548AbgEBKQu (ORCPT ); Sat, 2 May 2020 06:16:50 -0400 Received: from coco.lan (ip5f5ad5c5.dynamic.kabel-deutschland.de [95.90.213.197]) (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 9FC192137B; Sat, 2 May 2020 10:16:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588414609; bh=gRdDQ4UPhds1fw6akroO5DSN+kXJ/Jobhw+m6BxY8+c=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=0xTBaLfvRm2dyp/S59pNxBJoQqhHdn1nlD9DQiWfNSCqbETQzIzai5qoNA4v81yJd c6n0A2ipkMXhaYQJDgOSg6DzCGjO23LrWhQ7Yi4U6u/1Ipy1HF2RVYEY2D9lMgqu2O 5QgApv55CZMZ2JCHyClrvvw1d3yXbX06r551M5hA= Date: Sat, 2 May 2020 12:16:41 +0200 From: Mauro Carvalho Chehab To: Mike Rapoport Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , Marc Zyngier , Tony Luck , Fenghua Yu , "David S. Miller" , Jakub Kicinski , Harry Wei , Alex Shi , Tejun Heo , Alexandre Belloni , Bartlomiej Zolnierkiewicz , Guenter Roeck , Marcos Paulo de Souza , Zenghui Yu , Daniel Jordan , Masahiro Yamada , Rob Herring , Greg Kroah-Hartman , linux-ia64@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH 07/14] docs: add IRQ documentation at the core-api book Message-ID: <20200502110438.1aad7d86@coco.lan> In-Reply-To: <20200502074133.GC342687@linux.ibm.com> References: <2da7485c3718e1442e6b4c2dd66857b776e8899b.1588345503.git.mchehab+huawei@kernel.org> <20200502074133.GC342687@linux.ibm.com> X-Mailer: Claws Mail 3.17.5 (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 Sat, 2 May 2020 10:41:33 +0300 Mike Rapoport escreveu: > Hello Mauro, > > On Fri, May 01, 2020 at 05:37:51PM +0200, Mauro Carvalho Chehab wrote: > > There are 4 IRQ documentation files under Documentation/*.txt. > > > > Move them into a new directory (core-api/irq) and add a new > > index file for it. > > Just curious, why IRQ docs got their subdirectory and DMA didn't :) Heh, you got me... :-) The rationale I used is that DMA fits nicely being close to other memory related documents. As those currently don't have a subdir, I opted to not create a DMA-specific dir. I admit that his is a weak reason. I wouldn't mind placing them on a separate subdir, if you think it would be worth. Thanks, Mauro