From patchwork Thu May 18 21:27:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 683834 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 35052C77B7A for ; Thu, 18 May 2023 21:27:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230220AbjERV1z (ORCPT ); Thu, 18 May 2023 17:27:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46430 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229487AbjERV1z (ORCPT ); Thu, 18 May 2023 17:27:55 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39026C0; Thu, 18 May 2023 14:27:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-Type:Content-ID:Content-Description; bh=jld4blv7JTyD5AZmscX7auzPqXTZgQjlC8t12N4eprQ=; b=UtpvzxQmbT2/Botb7PJFc2DUyj xR2RpLQ5OUBfT6TBGT/x4y/NUNLe/kQZoCp2/MIsKqYWGpFMtGqOjBpHAJpmgut02egE8v5mmwOlL FLqi5fAHaJEqbD8D+soCNTvpXwY8yXGfglgXJCK/tkhF7/PhrJ6EZit/xIgDxQ5YEetYoLoqhfSjm h/AYRF2Z2ucA8c13tsNTqyjaQwxGS4eqmgKEm72pSOCvJlkSdqHAODjLF8FtSDvVLsVbMG7i3Mo+z FfXy9LtYWR+C2YBZZyx7+S2cboIwrpOu1bUJWfeUJlSPZqVLFVH7qAWlalJlzqGsfyS/9VBs5JbgO s5DjIKew==; Received: from [2601:1c2:980:9ec0::2764] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1pzlA9-00EFRV-2E; Thu, 18 May 2023 21:27:53 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , "James E.J. Bottomley" , "Martin K. Petersen" , linux-scsi@vger.kernel.org, Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH 01/11] Docs/scsi: organize the SCSI documentation Date: Thu, 18 May 2023 14:27:39 -0700 Message-Id: <20230518212749.18266-2-rdunlap@infradead.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230518212749.18266-1-rdunlap@infradead.org> References: <20230518212749.18266-1-rdunlap@infradead.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Break the SCSI documentation up into categories: Introduction, APIs, driver parameters, and host adapter drivers instead of alphabetical by document file name (i.e., no organization). Signed-off-by: Randy Dunlap Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" Cc: linux-scsi@vger.kernel.org Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/scsi/index.rst | 37 ++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff -- a/Documentation/scsi/index.rst b/Documentation/scsi/index.rst --- a/Documentation/scsi/index.rst +++ b/Documentation/scsi/index.rst @@ -7,6 +7,38 @@ SCSI Subsystem .. toctree:: :maxdepth: 1 +Introduction +============ + +.. toctree:: + :maxdepth: 1 + + scsi + +SCSI driver APIs +================ + +.. toctree:: + :maxdepth: 1 + + scsi_mid_low_api + scsi_eh + +SCSI driver parameters +====================== + +.. toctree:: + :maxdepth: 1 + + scsi-parameters + link_power_management_policy + +SCSI host adapter drivers +========================= + +.. toctree:: + :maxdepth: 1 + 53c700 aacraid advansys @@ -25,7 +57,6 @@ SCSI Subsystem hpsa hptiop libsas - link_power_management_policy lpfc megaraid ncr53c8xx @@ -33,12 +64,8 @@ SCSI Subsystem ppa qlogicfas scsi-changer - scsi_eh scsi_fc_transport scsi-generic - scsi_mid_low_api - scsi-parameters - scsi sd-parameters smartpqi st