Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp689197ybk; Fri, 15 May 2020 10:58:38 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzrC2L3K640fHNEXUHAM2NiFXBqAbHYjT8QSv4GaLI5m1NPNOQpaU0tLJQ1dPr24zxU/P2g X-Received: by 2002:aa7:dcd4:: with SMTP id w20mr4219622edu.282.1589565517852; Fri, 15 May 2020 10:58:37 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589565517; cv=none; d=google.com; s=arc-20160816; b=DszozKMHctJ490uvuwN+npEcI+6aVYNKJ1JICBqcR0QdNTvq0ja5rDMCTJGNqg12xs 64dy6VP2z4qofMFtRwXcD0/R/EDm7PUlfnfRAlfN8731WL2qjGxIBlqNk3OrSe+cQi3O lmsExcdDLaYeWEczSoKUQzOYBwV2jmQBegMHmAKQU5FaU7yv8gSLo53JGsf1kWYmT2Ek d70h1DjlauchAwYC+iLy5dI+j8pHeAK4jTWLh6lbTXI1RuEUHegduzZvTwjMBSUhBjHU plzqWN+pRz/xecfIW6Yr6Fu8P9w6pt2zHetlt+nMalHtbm0PZdfm1Wk+hnizbDKLI8pi n+RQ== 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; bh=yYdILslSVBZztQ8dag7tGcarPqcmcoZ8bK9DKl8xh4I=; b=Ws5cpDBpZ43BcRV2s6ZgQfJybFK3N/yZCkPynoftkhOH3y9y9U4bv3fGHfSOFIEWfb mqeq0Diw4uPjwGLgOYZL4HuQAlkjpcUkf8r449Ud90WF3qHKI5RnIwZmLhhGgWPpNHO0 rksi4AJcERN3L+FyGIB/bby7/JmQH2cAkJ8ZR/e2etzhJj+O5Yoj1SthxL/MnBdBU+0G gy2yiJDV1oQpsVSTD3LAG9iWVKU6PHRt585qewOPvO7u3o30gytT0CcjaH6QZ7kJirAH MVL0mxydWejvvcDb1YaSFVw4pTYLcADThTPVgXYmYKrOTCXZCd94tKmdwbZAyy6AOFOx 6ViA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o18si1571339edi.508.2020.05.15.10.58.15; Fri, 15 May 2020 10:58:37 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726269AbgEOR4U (ORCPT + 99 others); Fri, 15 May 2020 13:56:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39056 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1726219AbgEOR4U (ORCPT ); Fri, 15 May 2020 13:56:20 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 94A2BC061A0C; Fri, 15 May 2020 10:56:20 -0700 (PDT) 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 16FB77DE; Fri, 15 May 2020 17:56:20 +0000 (UTC) Date: Fri, 15 May 2020 11:56:19 -0600 From: Jonathan Corbet To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Corey Minyard , Jonathan =?UTF-8?B?TmV1c2Now6RmZXI=?= , Pragat Pandya , Jason Gunthorpe , Harald Seiler , openipmi-developer@lists.sourceforge.net Subject: Re: [PATCH 04/14] docs: move IPMI.txt to the driver API book Message-ID: <20200515115619.6e9b9ea1@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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 1 May 2020 17:37:48 +0200 Mauro Carvalho Chehab wrote: > The IPMI is under drivers/char. This doc describes the kAPI > part of the IPMI (mainly). > > So, move it to the driver-api directory and add it to the > corresponding index.rst file. > > Signed-off-by: Mauro Carvalho Chehab Applied this one (and the fixups in patch 5), thanks. jon