From patchwork Thu Aug 11 10:48:00 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sumit Semwal X-Patchwork-Id: 9275045 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9EAD660780 for ; Thu, 11 Aug 2016 10:48:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 8EBF7285FC for ; Thu, 11 Aug 2016 10:48:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 837E0285FF; Thu, 11 Aug 2016 10:48:33 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 2B0A0285FC for ; Thu, 11 Aug 2016 10:48:33 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9130D6E93F; Thu, 11 Aug 2016 10:48:32 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pf0-x22d.google.com (mail-pf0-x22d.google.com [IPv6:2607:f8b0:400e:c00::22d]) by gabe.freedesktop.org (Postfix) with ESMTPS id F18F46E944 for ; Thu, 11 Aug 2016 10:48:30 +0000 (UTC) Received: by mail-pf0-x22d.google.com with SMTP id x72so25728548pfd.2 for ; Thu, 11 Aug 2016 03:48:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=CSS8Yz9YTrIqWYbBY9fMOqvi/hZgWL4iOtYi2bHcLNA=; b=TR/EsQZVWj854bWZutcXKVktvMvOhbRhy0p94CpfXk0+OwUGYOGexdxOc4Ezk/Fd3I ySDoZNMWan5XSnCr4CTYmDWE9ctHPseZDfnk4y1BNnocmLveja1Je56m/CnTdfg3E5kj 9Oe9jqODTuBCmhdlIDlPOOApiwjkC8TxXd+UQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=CSS8Yz9YTrIqWYbBY9fMOqvi/hZgWL4iOtYi2bHcLNA=; b=d3JWIRiPq5IAjlxZGf2I7kQM8ou+ycDfPpGrbgPv7X8t7p8bhoOeLO1lSWlZYk5w/r ud6NtyIvIo45hbiJvHfYLZp94LGT5HAO23SE+45klAyLLtZUKG7qi48uyZUPv5EG3xO8 aCHbetdjR5R3iI6k//GKITxsB5JGedQIG6i6doLyouGBZ6tn7oxFnXBbG1i1BcK8pMTG /OPTD4B1VIhnyUyaIG+gb0DxvdVx5ztyQU/BmYz7aEOKQqlnEIzeE5gxqbW48Ojohr82 GM7K039LUk7u0CrkfaQrcbOGWeAaKqXpmp93hhYYUBXKrCkC1SJtaMMeoZ4M7ungDbrq 8/bQ== X-Gm-Message-State: AEkooutEk1nAOP2pR//Cgh5yTbFzmmbmmck2nXtnD+t184o8dCagYdFjY2r3281vZjktJS3L X-Received: by 10.98.10.71 with SMTP id s68mr15866219pfi.110.1470912510612; Thu, 11 Aug 2016 03:48:30 -0700 (PDT) Received: from phantom.lan ([106.51.225.38]) by smtp.gmail.com with ESMTPSA id i7sm4307646paf.9.2016.08.11.03.48.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Aug 2016 03:48:29 -0700 (PDT) From: Sumit Semwal To: linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org, linaro-mm-sig@lists.linaro.org, linux-doc@vger.kernel.org Subject: [RFC 4/4] Documentation/sphinx: link dma-buf rsts Date: Thu, 11 Aug 2016 16:18:00 +0530 Message-Id: <1470912480-32304-5-git-send-email-sumit.semwal@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1470912480-32304-1-git-send-email-sumit.semwal@linaro.org> References: <1470912480-32304-1-git-send-email-sumit.semwal@linaro.org> Cc: linux-kernel@vger.kernel.org, corbet@lwn.net X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Include dma-buf sphinx documentation into top level index. Signed-off-by: Sumit Semwal --- Documentation/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/index.rst b/Documentation/index.rst index 43c722f15292..2fe8e82d7d8c 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -14,6 +14,8 @@ Contents: :maxdepth: 2 kernel-documentation + dma-buf/intro + dma-buf/guide media/media_uapi media/media_kapi media/dvb-drivers/index