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 977A3C433F5 for ; Fri, 7 Jan 2022 08:13:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345671AbiAGINb (ORCPT ); Fri, 7 Jan 2022 03:13:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43758 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345581AbiAGINR (ORCPT ); Fri, 7 Jan 2022 03:13:17 -0500 Received: from mail-wr1-x42f.google.com (mail-wr1-x42f.google.com [IPv6:2a00:1450:4864:20::42f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E3C7C034000 for ; Fri, 7 Jan 2022 00:13:16 -0800 (PST) Received: by mail-wr1-x42f.google.com with SMTP id l10so9549288wrh.7 for ; Fri, 07 Jan 2022 00:13:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=y5vv85VvwS9MS7JlafP+Njn1B1aPbUU7IaGWNQUgbis=; b=iL8oFfe43QgftfpgHnQgjVBubyyuLqUpSLqUuyf72+AdnVY5pkBhR2O1qtoN8yBp2K 3A2ayZWo16ycvCobtZkcAr10oKUS3kiB3Syngs28BfMwZyba3NTBiaKqnrPZzd4sqmIV AMuNWq3z2ioyIpUNGZOSvSTEV8BKw82l+Ucr4= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=y5vv85VvwS9MS7JlafP+Njn1B1aPbUU7IaGWNQUgbis=; b=HduNYOnkDJc91Ng/t0laer3x8o4owUFbnYH3HZIXsq8TwMdbhoJ+wPvToVnQFyDkvY 6IhTU+6qRNfqc+XIkln/xXjbIn+ODHrVfJN3v7RwTwLVJdA2zQfF0ktfpRafcsNKhwwR 4sAHH4PhfV/YvC45GwO0i5XEbbh8WdMvZhpmNjjljdSa4NLEDyTiFXApJg3ML/KJ+pi2 gyJxAkPq+Iy6DB2v/CiH3412R98yl1XQMTecMw8M6E0oxG3cZ/tKy/suLaALE4fKwOUf OthdkKpjWIjiluhVjcEPFZ1wq84XuYFm6kTpdv52vQW+zaZaOs68NO/NMGvOIFoKIBHS RVow== X-Gm-Message-State: AOAM532Atssuo5Qpc7jbZISlvV/B/V7VkM1dr2+S5gveCFTFTd1Te2NF QY9q5z2OMb8ZeH5G3gacxMlLKySDTFYU/g== X-Google-Smtp-Source: ABdhPJyPwaMZa0yQeRjywazx6ncmfSazFg4h+xLedFtfm2vQlCvyJNrBejHstFH3Rpo0cAI3CmiyTA== X-Received: by 2002:a5d:4525:: with SMTP id j5mr9452235wra.519.1641543194804; Fri, 07 Jan 2022 00:13:14 -0800 (PST) Received: from dario-ThinkPad-T14s-Gen-2i.amarulasolutions.com (mob-5-90-38-18.net.vodafone.it. [5.90.38.18]) by smtp.gmail.com with ESMTPSA id w17sm4280633wmc.14.2022.01.07.00.13.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Jan 2022 00:13:14 -0800 (PST) From: Dario Binacchi To: linux-kernel@vger.kernel.org Cc: Marc Kleine-Budde , linux-can@vger.kernel.org, Dario Binacchi , Coiby Xu , "David S. Miller" , Greg Kroah-Hartman , Jakub Kicinski , Jonathan Corbet , M Chetan Kumar , linux-doc@vger.kernel.org, netdev@vger.kernel.org Subject: [RFC PATCH 1/2] docs: networking: device drivers: add can sub-folder Date: Fri, 7 Jan 2022 09:13:05 +0100 Message-Id: <20220107081306.3681899-2-dario.binacchi@amarulasolutions.com> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20220107081306.3681899-1-dario.binacchi@amarulasolutions.com> References: <20220107081306.3681899-1-dario.binacchi@amarulasolutions.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the container for CAN drivers documentation. Signed-off-by: Dario Binacchi --- .../networking/device_drivers/can/index.rst | 18 ++++++++++++++++++ .../networking/device_drivers/index.rst | 1 + 2 files changed, 19 insertions(+) create mode 100644 Documentation/networking/device_drivers/can/index.rst diff --git a/Documentation/networking/device_drivers/can/index.rst b/Documentation/networking/device_drivers/can/index.rst new file mode 100644 index 000000000000..218276818968 --- /dev/null +++ b/Documentation/networking/device_drivers/can/index.rst @@ -0,0 +1,18 @@ +.. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) + +Controller Area Network (CAN) Device Drivers +============================================ + +Device drivers for CAN devices. + +Contents: + +.. toctree:: + :maxdepth: 2 + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` diff --git a/Documentation/networking/device_drivers/index.rst b/Documentation/networking/device_drivers/index.rst index 3a5a1d46e77e..5f5cfdb2a300 100644 --- a/Documentation/networking/device_drivers/index.rst +++ b/Documentation/networking/device_drivers/index.rst @@ -11,6 +11,7 @@ Contents: appletalk/index atm/index cable/index + can/index cellular/index ethernet/index fddi/index -- 2.32.0