From mboxrd@z Thu Jan 1 00:00:00 1970 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=-13.1 required=3.0 tests=BAYES_00,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=unavailable 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 4567FC4727F for ; Fri, 2 Oct 2020 05:50:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 08BD72145D for ; Fri, 2 Oct 2020 05:50:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601617807; bh=1EpP+ROz99rzTVPAsNmPyS63rJ3KfIC3CXmVJLXgyzY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=bqcott8XdENuiU3+jdm3Sbo5wx+R3DSX33NKQj5sHWJidO12yRy17HGpP71ioR4dB bczT525lNmVaXiUXaV79TyT5UoCme7EqBMTGdhLIurFMLyu6NHwzvsk4lOkXiMz2Ed SxeNzbD4NuuhBEWt+Mc5avQi/rCSkbNXeV7OyYv4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726036AbgJBFt7 (ORCPT ); Fri, 2 Oct 2020 01:49:59 -0400 Received: from mail.kernel.org ([198.145.29.99]:59756 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725926AbgJBFt7 (ORCPT ); Fri, 2 Oct 2020 01:49:59 -0400 Received: from mail.kernel.org (ip5f5ad59f.dynamic.kabel-deutschland.de [95.90.213.159]) (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 6CCC520758; Fri, 2 Oct 2020 05:49:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601617798; bh=1EpP+ROz99rzTVPAsNmPyS63rJ3KfIC3CXmVJLXgyzY=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oYWhPKrC/lTmthzjgJiMGbH1/2Jp2Cj8kTPN7At9hq3oI1AHonMa0dZjB0Z0P4Uek HyfwmhbcaqCroS5NGZUW1HDSlZBHtUgaQ9o4w1qoP0dt4n0j/EBZpCit+Qvc0AKNB+ +u4+4FxxIlCUMMkd6E62gW9ZvJcpQkGhdTNR3Qdo= Received: from mchehab by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1kODx6-006hiv-Cl; Fri, 02 Oct 2020 07:49:56 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Bartosz Golaszewski , Eugeniu Rosca , Geert Uytterhoeven , Linus Walleij , Ulrich Hecht , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 6/6] docs: gpio: add a new document to its index.rst Date: Fri, 2 Oct 2020 07:49:50 +0200 Message-Id: X-Mailer: git-send-email 2.26.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There's now a new ReST file. Add it to the index.rst file. Fixes: ce7a2f77f976 ("docs: gpio: Add GPIO Aggregator documentation") Signed-off-by: Mauro Carvalho Chehab --- Documentation/admin-guide/gpio/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/admin-guide/gpio/index.rst b/Documentation/admin-guide/gpio/index.rst index ef2838638e96..7db367572f30 100644 --- a/Documentation/admin-guide/gpio/index.rst +++ b/Documentation/admin-guide/gpio/index.rst @@ -9,6 +9,7 @@ gpio gpio-aggregator sysfs + gpio-mockup .. only:: subproject and html -- 2.26.2