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=-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 09BE9C4321A for ; Fri, 28 Jun 2019 12:30:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C71B321726 for ; Fri, 28 Jun 2019 12:30:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561725039; bh=56AGU5ReEv4BrALvtUiitzqLccELEEPQ4vHhyBlJzCU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=UOwCUc8DhECbTD4TuA1apWCbO3I2Ti/dxmMOq3pqZNaR0v+aoxXY35d9bFzSnGz/h MbZ8eLP7iYjST0eTP3CKUIEghvwaLUFmj9sOBMXJQqg5cWyUGf8P0hf1wuR2MHufYr NiQZlnQLmNxpnf9dh+ig8YR2PQ23rzcM/QCvZPUc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726879AbfF1Mai (ORCPT ); Fri, 28 Jun 2019 08:30:38 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:39060 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726663AbfF1Mah (ORCPT ); Fri, 28 Jun 2019 08:30:37 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=MSf6WYg3rPynf1ed5KWX3InGKFXb2jdSCBsFjVpKoa4=; b=bEeZlsB0ifTLt4MRr+YUN9A1ai OAmYJXQFnvtz9Jlkv29vpkFU41FLeWXTfZQEX1CrUvjVgmjv2s2J5hunI53llEqwobtmg/yE+KIDb bRsVf4+LZkuH1JJG6kEx51tdUrsOraECb8JObAumFVe7+PUKTMI0Zq938IENczByFNbxg1nUciiDy r+IWNc/zFLVBM0Zw/uKZzlrEwZaoaTuuMO8i9h8Ogys1Ulg86nE9CxUax/FIYWEXBOvQ+E1E93NsI O02KJt3yS2C3rJIVNUj8HWZNv+oMntJuSbnYIHV5tFPjT+qs/d9DZHgvtSe8cRR8g+ffQRNgc058/ U/pSDIUQ==; Received: from [186.213.242.156] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.92 #3 (Red Hat Linux)) id 1hgq1U-000555-4R; Fri, 28 Jun 2019 12:30:36 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92) (envelope-from ) id 1hgq1S-0005Ri-6f; Fri, 28 Jun 2019 09:30:34 -0300 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , Mauro Carvalho Chehab , linux-kernel@vger.kernel.org, Jonathan Corbet Subject: [PATCH 10/39] docs: leds: add it to the driver-api book Date: Fri, 28 Jun 2019 09:30:03 -0300 Message-Id: <9b50fb4c160ee1cc7a5d98f5a77d4688a9ab70f5.1561724493.git.mchehab+samsung@kernel.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The contents of leds driver docs is messy: it has lots of admin-guide stuff and kernel internal ones, just like other driver subsystems. I'm opting to keep the dir at the same place and just add a link to it. This makes clearer that this require changes. Signed-off-by: Mauro Carvalho Chehab --- Documentation/index.rst | 1 + Documentation/leds/index.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/index.rst b/Documentation/index.rst index 2f9bf37b8989..3a17a621896c 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -91,6 +91,7 @@ needed). driver-api/index core-api/index + leds/index media/index networking/index input/index diff --git a/Documentation/leds/index.rst b/Documentation/leds/index.rst index 9885f7c1b75d..060f4e485897 100644 --- a/Documentation/leds/index.rst +++ b/Documentation/leds/index.rst @@ -1,4 +1,4 @@ -:orphan: +.. SPDX-License-Identifier: GPL-2.0 ==== LEDs -- 2.21.0