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=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 6C785C4321A for ; Fri, 28 Jun 2019 12:33:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 41786208C4 for ; Fri, 28 Jun 2019 12:33:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561725226; bh=WMIkE4txknoNv3F5cLexq9ZNImdEhVN0Oa5tGKUwnyw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=jhSD2ppsQEHk6sFBwm11lX2UGbHioD6rI4LKb6DQEtc5bWJMvoNJyU0OOZkWQIV5e Z6fjOT66AwU4T0yKo1X4tG/wfwJ9IX2esUdkL3+YLh0wk849yfX7UZkT3NwnPlg5WJ wgAoC3tCF9XNkbeoHKALvFvJstHVxML3e732KRjM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727623AbfF1Mdo (ORCPT ); Fri, 28 Jun 2019 08:33:44 -0400 Received: from bombadil.infradead.org ([198.137.202.133]:39066 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726666AbfF1Mah (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=SXOYVTl3M1/xi35QFTDKR/sPXV+7ZjeQCuuCvcU7tFI=; b=TZKUuqlBJ2IlI6W1VoUFZ/+5wt Ws8d7+ZWhWNlT0luYYBVicFsQvfocGHORu39jWxEwv9+QOifyUMDSdT3DxDsuL7ijx7edwfyY0DxC vGxKNHjhPB6y7gvQlIQrKiiXQvRokXv+OrmRELKWy0veHmR18ERvYRoyK38Mkl4fZIujnzyPOSqDB tIU4rJ39jNN5U0q4u4kOLvVQyWs/NjJkjLbLMh6yaERJrrCbP/qVsSyb6Gjv7/29VWVooM0/WIbNy /Vrg82XTFSTBVjAEpw8FavzLAI5S6y+xH0xGn9CNxQlaMtknuv5WZxnMrwRE6/LQEG1dAjVwALUVf 4iF0Gx4g==; 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-000558-64; Fri, 28 Jun 2019 12:30:36 +0000 Received: from mchehab by bombadil.infradead.org with local (Exim 4.92) (envelope-from ) id 1hgq1S-0005Rs-8E; 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 , Georgi Djakov , linux-pm@vger.kernel.org Subject: [PATCH 12/39] docs: interconnect.rst: add it to the driver-api guide Date: Fri, 28 Jun 2019 09:30:05 -0300 Message-Id: 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 This is intented for Kernel hackers audience. Signed-off-by: Mauro Carvalho Chehab --- Documentation/driver-api/index.rst | 1 + Documentation/{interconnect => driver-api}/interconnect.rst | 2 -- MAINTAINERS | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) rename Documentation/{interconnect => driver-api}/interconnect.rst (99%) diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 2a0b57f12d1a..97bab578ea72 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -35,6 +35,7 @@ available subsections can be seen below. spi i2c i3c/index + interconnect hsi edac scsi diff --git a/Documentation/interconnect/interconnect.rst b/Documentation/driver-api/interconnect.rst similarity index 99% rename from Documentation/interconnect/interconnect.rst rename to Documentation/driver-api/interconnect.rst index 56e331dab70e..c3e004893796 100644 --- a/Documentation/interconnect/interconnect.rst +++ b/Documentation/driver-api/interconnect.rst @@ -1,7 +1,5 @@ .. SPDX-License-Identifier: GPL-2.0 -:orphan: - ===================================== GENERIC SYSTEM INTERCONNECT SUBSYSTEM ===================================== diff --git a/MAINTAINERS b/MAINTAINERS index 55996c9f2e0a..524e2c4300dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8273,7 +8273,7 @@ INTERCONNECT API M: Georgi Djakov L: linux-pm@vger.kernel.org S: Maintained -F: Documentation/interconnect/ +F: Documentation/driver-api/interconnect.rst F: Documentation/devicetree/bindings/interconnect/ F: drivers/interconnect/ F: include/dt-bindings/interconnect/ -- 2.21.0