From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751613AbcLENJQ (ORCPT ); Mon, 5 Dec 2016 08:09:16 -0500 Received: from ms.lwn.net ([45.79.88.28]:35886 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbcLENJP (ORCPT ); Mon, 5 Dec 2016 08:09:15 -0500 Date: Mon, 5 Dec 2016 06:09:10 -0700 From: Jonathan Corbet To: Lukas Wunner Cc: "Rafael J. Wysocki" , Greg Kroah-Hartman , Joerg Roedel , Mark Brown , Tomeu Vizoso , Geert Uytterhoeven , Tomasz Figa , Laurent Pinchart , Dmitry Torokhov , Christoph Hellwig , Arnd Bergmann , Alan Stern , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org, linux-samsung-soc@vger.kernel.org Subject: Re: [PATCH 0/2] Device links documentation Message-ID: <20161205060910.36a4c6c6@lwn.net> In-Reply-To: References: Organization: LWN.net X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [Trimming the CC list a bit; claws-mail chokes on the full thing for some reason] On Sun, 4 Dec 2016 13:10:04 +0100 Lukas Wunner wrote: > @Jonathan Corbet: Is core-api the right place to put this? An > alternative would be Documentation/driver-api, but unlike core-api > it contains less prose text but mostly just bare API docs gleaned > from kernel-doc. The amount of prose isn't really the determining factor here... To me, this is very much driver-oriented documentation, so I would rather see it going into the driver-api sub-book. Thanks for putting it together, jon