From patchwork Fri Jun 26 17:27:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Kicinski X-Patchwork-Id: 217040 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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 49E26C433E0 for ; Fri, 26 Jun 2020 17:28:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1FE8220707 for ; Fri, 26 Jun 2020 17:28:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192490; bh=nN4I280MnrMDu0MHsHYDVRh28jhRIPVeDpZFSCYAt1s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=fFQa5oh/1pFt+ddnRTpZUNS/iYuLg5Q82LIA/GlZ7frhS4lcq3oX0NNl3NaFFhcfz 8d2toswN7c52ph+ugnzKQlrJ1RbKXqwM7CjXBmENf0dbUkca/34ZzbC2k+zmMVUrOY I/+2nPwhUbQxfEVbMGrmmElfiPM1fcTYGEovdf7M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726647AbgFZR2H (ORCPT ); Fri, 26 Jun 2020 13:28:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:42468 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725806AbgFZR2A (ORCPT ); Fri, 26 Jun 2020 13:28:00 -0400 Received: from kicinski-fedora-PC1C0HJN.thefacebook.com (unknown [163.114.132.4]) (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 5EC9A20707; Fri, 26 Jun 2020 17:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192479; bh=nN4I280MnrMDu0MHsHYDVRh28jhRIPVeDpZFSCYAt1s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Ac1ydLUqB6G+7Oc8CaDyDf47R8SNmkFspP+BcRiolw3rsmaZp466Zte8cjDfr84ta NSXu6WoleUhAiALjZJbiFwKDLWS6TSy4Swf5+swmxwMFd+urwQvpdsUSfANTlr0Obl MmgMFXYv/ZE+GbtfLJwC3Dueg2fikVjuj9edqM60= From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, Jakub Kicinski Subject: [PATCH net-next 4/8] docs: networking: move ray_cs to the hw driver section Date: Fri, 26 Jun 2020 10:27:27 -0700 Message-Id: <20200626172731.280133-5-kuba@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200626172731.280133-1-kuba@kernel.org> References: <20200626172731.280133-1-kuba@kernel.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Move ray_cs into Wi-Fi driver docs subdirectory. Signed-off-by: Jakub Kicinski --- Documentation/networking/device_drivers/wifi/index.rst | 1 + Documentation/networking/{ => device_drivers/wifi}/ray_cs.rst | 0 Documentation/networking/index.rst | 1 - drivers/net/wireless/Kconfig | 3 ++- 4 files changed, 3 insertions(+), 2 deletions(-) rename Documentation/networking/{ => device_drivers/wifi}/ray_cs.rst (100%) diff --git a/Documentation/networking/device_drivers/wifi/index.rst b/Documentation/networking/device_drivers/wifi/index.rst index fb394f5de4a9..bf91a87c7acf 100644 --- a/Documentation/networking/device_drivers/wifi/index.rst +++ b/Documentation/networking/device_drivers/wifi/index.rst @@ -10,6 +10,7 @@ Wi-Fi Device Drivers intel/ipw2100 intel/ipw2200 + ray_cs .. only:: subproject and html diff --git a/Documentation/networking/ray_cs.rst b/Documentation/networking/device_drivers/wifi/ray_cs.rst similarity index 100% rename from Documentation/networking/ray_cs.rst rename to Documentation/networking/device_drivers/wifi/ray_cs.rst diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 76831e9d7c9a..9f8230c325af 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -95,7 +95,6 @@ Linux Networking Documentation ppp_generic proc_net_tcp radiotap-headers - ray_cs rds regulatory rxrpc diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 8ab62bb6b853..2c6dd50b6935 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -57,7 +57,8 @@ config PCMCIA_RAYCS help Say Y here if you intend to attach an Aviator/Raytheon PCMCIA (PC-card) wireless Ethernet networking card to your computer. - Please read the file for + Please read the file + for details. To compile this driver as a module, choose M here: the module will be From patchwork Fri Jun 26 17:27:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Kicinski X-Patchwork-Id: 217041 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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 40667C433DF for ; Fri, 26 Jun 2020 17:28:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2461F20663 for ; Fri, 26 Jun 2020 17:28:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192484; bh=wB1ZXCIF+9Z4KrQQNZ2bM+mZza87ec23HzWi2L715KY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=WfU5pJYLkxDymgxsdLIpUCcdBZCpT4N2BeRjHql5G5DTN9EQ1wxTrwAXx6PlvS+Sd 0/rVlFceomkmZ3bgBfNTDCixxU5s5rcMv5igvFE1ZEmv33rL1s+qEO6GTAzz0Xf1K/ XfA8lubhcV3wdr7X9NxR4KxJj70q0HpftQxxTDKA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727982AbgFZR2C (ORCPT ); Fri, 26 Jun 2020 13:28:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:42478 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725977AbgFZR2A (ORCPT ); Fri, 26 Jun 2020 13:28:00 -0400 Received: from kicinski-fedora-PC1C0HJN.thefacebook.com (unknown [163.114.132.4]) (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 A5B0020FC3; Fri, 26 Jun 2020 17:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192479; bh=wB1ZXCIF+9Z4KrQQNZ2bM+mZza87ec23HzWi2L715KY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=jxfwO50FVtVwdmWQJgQiQtpQxd2QAXhKn4SuBBO9deiL3qasldz1JVlBxSD4mvNJ7 o1wZDNuruqzugfMaud9LxhdDaz2kl47uS5eTR/5miAwf4soPkLWeGrODV2Ygfak74+ hgmdpTAKwY3GE3UHkIpqqpufnj0/wzJrirFbHryw= From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, Jakub Kicinski , luobin9@huawei.com Subject: [PATCH net-next 5/8] docs: networking: move remaining Ethernet driver docs to the hw section Date: Fri, 26 Jun 2020 10:27:28 -0700 Message-Id: <20200626172731.280133-6-kuba@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200626172731.280133-1-kuba@kernel.org> References: <20200626172731.280133-1-kuba@kernel.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Move docs for hinic and altera_tse under device_drivers/ethernet. Signed-off-by: Jakub Kicinski --- CC: luobin9@huawei.com --- .../{ => device_drivers/ethernet/altera}/altera_tse.rst | 0 .../networking/{ => device_drivers/ethernet/huawei}/hinic.rst | 0 Documentation/networking/device_drivers/ethernet/index.rst | 2 ++ Documentation/networking/index.rst | 2 -- MAINTAINERS | 2 +- 5 files changed, 3 insertions(+), 3 deletions(-) rename Documentation/networking/{ => device_drivers/ethernet/altera}/altera_tse.rst (100%) rename Documentation/networking/{ => device_drivers/ethernet/huawei}/hinic.rst (100%) diff --git a/Documentation/networking/altera_tse.rst b/Documentation/networking/device_drivers/ethernet/altera/altera_tse.rst similarity index 100% rename from Documentation/networking/altera_tse.rst rename to Documentation/networking/device_drivers/ethernet/altera/altera_tse.rst diff --git a/Documentation/networking/hinic.rst b/Documentation/networking/device_drivers/ethernet/huawei/hinic.rst similarity index 100% rename from Documentation/networking/hinic.rst rename to Documentation/networking/device_drivers/ethernet/huawei/hinic.rst diff --git a/Documentation/networking/device_drivers/ethernet/index.rst b/Documentation/networking/device_drivers/ethernet/index.rst index fd3873024da8..cbb75a1818c0 100644 --- a/Documentation/networking/device_drivers/ethernet/index.rst +++ b/Documentation/networking/device_drivers/ethernet/index.rst @@ -13,6 +13,7 @@ Device drivers for Ethernet and Ethernet-based virtual function devices. 3com/3c509 3com/vortex amazon/ena + altera/altera_tse aquantia/atlantic chelsio/cxgb cirrus/cs89x0 @@ -24,6 +25,7 @@ Device drivers for Ethernet and Ethernet-based virtual function devices. freescale/dpaa2/index freescale/gianfar google/gve + huawei/hinic intel/e100 intel/e1000 intel/e1000e diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index 9f8230c325af..9bc8ecc79d94 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -38,7 +38,6 @@ Linux Networking Documentation nfc 6lowpan 6pack - altera_tse arcnet-hardware arcnet atm @@ -62,7 +61,6 @@ Linux Networking Documentation generic_netlink gen_stats gtp - hinic ila ipddp ip_dynaddr diff --git a/MAINTAINERS b/MAINTAINERS index bdde85c12b74..e5a1da603924 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7913,7 +7913,7 @@ HUAWEI ETHERNET DRIVER M: Bin Luo L: netdev@vger.kernel.org S: Supported -F: Documentation/networking/hinic.rst +F: Documentation/networking/device_drivers/ethernet/huawei/hinic.rst F: drivers/net/ethernet/huawei/hinic/ HUGETLB FILESYSTEM From patchwork Fri Jun 26 17:27:30 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Kicinski X-Patchwork-Id: 217038 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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 045C9C433E0 for ; Fri, 26 Jun 2020 17:28:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D0F5720663 for ; Fri, 26 Jun 2020 17:28:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192496; bh=v1NTG5KtN+mjsdBpO4KKe7dKii48DhnBQ9oVyllkbRM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=Ju1sGXkYmPjmLRQc/Q5R6JQkrrTrjgQdxDgY2h1Y29fuReVAN0Pf82rZytbJuXN1M U4jfhs5HusIcyqT7hE5TMqBstsllRY8U8IN2iMNMJsIy1v3JFSc44JR+Ygiys4wXRW rZvjTLvJaStqOU5BDYibDjY2kdZkGcaNqbCk1qWA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728027AbgFZR2N (ORCPT ); Fri, 26 Jun 2020 13:28:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:42494 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726824AbgFZR2B (ORCPT ); Fri, 26 Jun 2020 13:28:01 -0400 Received: from kicinski-fedora-PC1C0HJN.thefacebook.com (unknown [163.114.132.4]) (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 5444D2145D; Fri, 26 Jun 2020 17:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192480; bh=v1NTG5KtN+mjsdBpO4KKe7dKii48DhnBQ9oVyllkbRM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=auGPhjybu70TTYo2kKBbUWr6CkS3cbJMvTwD73h3gYlHeTPFR25uiQcshXV9dPGhF kF/48rnaDayIXO1RxR2s36EhcE9M9K8GegJEBEdsSSt7VCyxl5Tp4ZnJ8Ayt5qU8nL HR7fR/vNiHPFKQ30sOjyvu2MbYI4bmqLFAC+zMn4= From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, Jakub Kicinski , accessrunner-general@lists.sourceforge.net, 3chas3@gmail.com, linux-atm-general@lists.sourceforge.net Subject: [PATCH net-next 7/8] docs: networking: move ATM drivers to the hw driver section Date: Fri, 26 Jun 2020 10:27:30 -0700 Message-Id: <20200626172731.280133-8-kuba@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200626172731.280133-1-kuba@kernel.org> References: <20200626172731.280133-1-kuba@kernel.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Move docs for cxacru, fore200e and iphase under device_drivers/atm. Signed-off-by: Jakub Kicinski --- CC: accessrunner-general@lists.sourceforge.net CC: 3chas3@gmail.com CC: linux-atm-general@lists.sourceforge.net --- .../{ => device_drivers/atm}/cxacru-cf.py | 0 .../{ => device_drivers/atm}/cxacru.rst | 0 .../{ => device_drivers/atm}/fore200e.rst | 0 .../networking/device_drivers/atm/index.rst | 20 +++++++++++++++++++ .../{ => device_drivers/atm}/iphase.rst | 0 .../networking/device_drivers/index.rst | 1 + Documentation/networking/index.rst | 3 --- drivers/atm/Kconfig | 8 +++++--- 8 files changed, 26 insertions(+), 6 deletions(-) rename Documentation/networking/{ => device_drivers/atm}/cxacru-cf.py (100%) rename Documentation/networking/{ => device_drivers/atm}/cxacru.rst (100%) rename Documentation/networking/{ => device_drivers/atm}/fore200e.rst (100%) create mode 100644 Documentation/networking/device_drivers/atm/index.rst rename Documentation/networking/{ => device_drivers/atm}/iphase.rst (100%) diff --git a/Documentation/networking/cxacru-cf.py b/Documentation/networking/device_drivers/atm/cxacru-cf.py similarity index 100% rename from Documentation/networking/cxacru-cf.py rename to Documentation/networking/device_drivers/atm/cxacru-cf.py diff --git a/Documentation/networking/cxacru.rst b/Documentation/networking/device_drivers/atm/cxacru.rst similarity index 100% rename from Documentation/networking/cxacru.rst rename to Documentation/networking/device_drivers/atm/cxacru.rst diff --git a/Documentation/networking/fore200e.rst b/Documentation/networking/device_drivers/atm/fore200e.rst similarity index 100% rename from Documentation/networking/fore200e.rst rename to Documentation/networking/device_drivers/atm/fore200e.rst diff --git a/Documentation/networking/device_drivers/atm/index.rst b/Documentation/networking/device_drivers/atm/index.rst new file mode 100644 index 000000000000..7b593f031a60 --- /dev/null +++ b/Documentation/networking/device_drivers/atm/index.rst @@ -0,0 +1,20 @@ +.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) + +Asynchronous Transfer Mode (ATM) Device Drivers +=============================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + cxacru + fore200e + iphase + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` diff --git a/Documentation/networking/iphase.rst b/Documentation/networking/device_drivers/atm/iphase.rst similarity index 100% rename from Documentation/networking/iphase.rst rename to Documentation/networking/device_drivers/atm/iphase.rst diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst index 3995e2179aa0..d6a73e4592e0 100644 --- a/Documentation/networking/device_drivers/index.rst +++ b/Documentation/networking/device_drivers/index.rst @@ -9,6 +9,7 @@ Hardware Device Drivers :maxdepth: 2 appletalk/index + atm/index cable/index cellular/index ethernet/index diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index eb616ac48094..f48f1d19caff 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -44,7 +44,6 @@ Linux Networking Documentation ax25 bonding cdc_mbim - cxacru dccp dctcp decnet @@ -54,7 +53,6 @@ Linux Networking Documentation eql fib_trie filter - fore200e framerelay generic-hdlc generic_netlink @@ -63,7 +61,6 @@ Linux Networking Documentation ila ipddp ip_dynaddr - iphase ipsec ip-sysctl ipv6 diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index 8007e051876c..b9370bbca828 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -306,8 +306,9 @@ config ATM_IA for more info about the cards. Say Y (or M to compile as a module named iphase) here if you have one of these cards. - See the file for further - details. + See the file + + for further details. config ATM_IA_DEBUG bool "Enable debugging messages" @@ -336,7 +337,8 @@ config ATM_FORE200E on PCI and SBUS hosts. Say Y (or M to compile as a module named fore_200e) here if you have one of these ATM adapters. - See the file for + See the file + for further details. config ATM_FORE200E_USE_TASKLET From patchwork Fri Jun 26 17:27:31 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jakub Kicinski X-Patchwork-Id: 217039 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=-10.1 required=3.0 tests=DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham 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 34443C433DF for ; Fri, 26 Jun 2020 17:28:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E51520663 for ; Fri, 26 Jun 2020 17:28:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192489; bh=hACNMea3X+89Scprjr38jVVQNB+Ocq3AspyCHKFB/X0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=mmkffRRtQPpQIXvD0KXrnsaGYfRhidWVXRV+Z4RzG0o9r0ABrwn97Q3UO65mqQ+uP xdAZFsExKnbuDsef//cyEv/C5D73UuzCCIL5k3NRd8lyu2K6fY2RNLQC/h6eH0xzYC 0pZpUX9Muqy5yg8Z9DFGQmRZFPUgrlK/WK2lc5QU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727998AbgFZR2I (ORCPT ); Fri, 26 Jun 2020 13:28:08 -0400 Received: from mail.kernel.org ([198.145.29.99]:42456 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727082AbgFZR2B (ORCPT ); Fri, 26 Jun 2020 13:28:01 -0400 Received: from kicinski-fedora-PC1C0HJN.thefacebook.com (unknown [163.114.132.4]) (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 B67CA21473; Fri, 26 Jun 2020 17:28:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593192480; bh=hACNMea3X+89Scprjr38jVVQNB+Ocq3AspyCHKFB/X0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P/fbmeBOhq9tmO2wUNmY8EynokNGjGu4/LpPK42BNnrvZOZPDcNMEWCsXhYzM6Ing f5x1YyNVvRnfqjUKTxIE8IV6ItvX4ub6aOXUBlh6yu6mROg05iF555fnEjv3CmJJKB H7sF687h8rsLpdQyVeSLDjG5uGFaUZyoI/+0nsCg= From: Jakub Kicinski To: davem@davemloft.net Cc: netdev@vger.kernel.org, Jakub Kicinski , macro@linux-mips.org Subject: [PATCH net-next 8/8] docs: networking: move FDDI drivers to the hw driver section Date: Fri, 26 Jun 2020 10:27:31 -0700 Message-Id: <20200626172731.280133-9-kuba@kernel.org> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200626172731.280133-1-kuba@kernel.org> References: <20200626172731.280133-1-kuba@kernel.org> MIME-Version: 1.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Move docs for defza and skfp under device_drivers/fddi. Signed-off-by: Jakub Kicinski --- CC: macro@linux-mips.org --- .../{ => device_drivers/fddi}/defza.rst | 0 .../networking/device_drivers/fddi/index.rst | 19 +++++++++++++++++++ .../{ => device_drivers/fddi}/skfp.rst | 0 .../networking/device_drivers/index.rst | 1 + Documentation/networking/index.rst | 2 -- drivers/net/fddi/Kconfig | 4 ++-- 6 files changed, 22 insertions(+), 4 deletions(-) rename Documentation/networking/{ => device_drivers/fddi}/defza.rst (100%) create mode 100644 Documentation/networking/device_drivers/fddi/index.rst rename Documentation/networking/{ => device_drivers/fddi}/skfp.rst (100%) diff --git a/Documentation/networking/defza.rst b/Documentation/networking/device_drivers/fddi/defza.rst similarity index 100% rename from Documentation/networking/defza.rst rename to Documentation/networking/device_drivers/fddi/defza.rst diff --git a/Documentation/networking/device_drivers/fddi/index.rst b/Documentation/networking/device_drivers/fddi/index.rst new file mode 100644 index 000000000000..0b75294e6c8b --- /dev/null +++ b/Documentation/networking/device_drivers/fddi/index.rst @@ -0,0 +1,19 @@ +.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) + +Fiber Distributed Data Interface (FDDI) Device Drivers +====================================================== + +Contents: + +.. toctree:: + :maxdepth: 2 + + defza + skfp + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` diff --git a/Documentation/networking/skfp.rst b/Documentation/networking/device_drivers/fddi/skfp.rst similarity index 100% rename from Documentation/networking/skfp.rst rename to Documentation/networking/device_drivers/fddi/skfp.rst diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst index d6a73e4592e0..a3113ffd7a16 100644 --- a/Documentation/networking/device_drivers/index.rst +++ b/Documentation/networking/device_drivers/index.rst @@ -13,6 +13,7 @@ Hardware Device Drivers cable/index cellular/index ethernet/index + fddi/index hamradio/index wan/index wifi/index diff --git a/Documentation/networking/index.rst b/Documentation/networking/index.rst index f48f1d19caff..c29496fff81c 100644 --- a/Documentation/networking/index.rst +++ b/Documentation/networking/index.rst @@ -47,7 +47,6 @@ Linux Networking Documentation dccp dctcp decnet - defza dns_resolver driver eql @@ -94,7 +93,6 @@ Linux Networking Documentation sctp secid seg6-sysctl - skfp strparser switchdev tc-actions-env-rules diff --git a/drivers/net/fddi/Kconfig b/drivers/net/fddi/Kconfig index 60cc7524520c..f722079dfb6a 100644 --- a/drivers/net/fddi/Kconfig +++ b/drivers/net/fddi/Kconfig @@ -77,8 +77,8 @@ config SKFP - Netelligent 100 FDDI SAS UTP - Netelligent 100 FDDI SAS Fibre MIC - Read for information about - the driver. + Read + for information about the driver. Questions concerning this driver can be addressed to: