From patchwork Mon Aug 22 15:11:45 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sumit Semwal X-Patchwork-Id: 9293679 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 7C636607F0 for ; Mon, 22 Aug 2016 15:13:45 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6FC1A28A1C for ; Mon, 22 Aug 2016 15:13:45 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 648D228A26; Mon, 22 Aug 2016 15:13:45 +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 255E228A1C for ; Mon, 22 Aug 2016 15:13:45 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 1EE1F6E510; Mon, 22 Aug 2016 15:13:44 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) by gabe.freedesktop.org (Postfix) with ESMTPS id 77EE16E512 for ; Mon, 22 Aug 2016 15:13:42 +0000 (UTC) Received: by mail-pa0-x236.google.com with SMTP id pp5so38512172pac.3 for ; Mon, 22 Aug 2016 08:13:42 -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=X8Do/eCL4mHPNWnQ3O4Y0LmK0Sdwj4AL0vOrMYjMgTU=; b=Ak3Jv7sqbAa90EUgFTpH/oixwkwwGuHrMUYoUE+EEmSm5pvBQ/SZoW5MCUl8+6ZeN9 hqdhIuVucB2i3npWe/vZT0e+ZYy/BkTzD6Q8PlfMv62i1j0DFjAbfnDOAnXT4LbfD15l yHeG89PdvLtCQwzvNA3D+0M8G1vGUV618ZxZI= 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=X8Do/eCL4mHPNWnQ3O4Y0LmK0Sdwj4AL0vOrMYjMgTU=; b=QuQAc23v0kkPcTtEkO9Kw9jkUXIlNY2tqN41DqwdA8+jT1t6YacZ+aGNTpWhSRQcqP uRm22M8tzoQbmI/SBxTDSqHe0AghmS1weMzL7FQ6HWkR3coLdbH6GsLNLZ3JY9d1l1ue FsjsoMQzvYzysrU94+4oxz/fRyzQaM5cOcws/8+YxJXys17agFxafwJDiatFgJ0ey9dA qCruxfXh4FFRLb/mB+C4nRGtqSiNv8erWJl9u/DMOhbC48ZctvmRCLHVYvB9XaW3e0MG +lp9Hxx2RPGwv5dO7iaISap5c+pE6cf26CNZ5wE748Oyv877uZFb0AAN13iwFOFD/yNp Fimw== X-Gm-Message-State: AEkoouvS0wFWNAHia+KGApSY23v/LlRjuztnSh55KPhNYYvEOcsc2r/RozQ1vzUwMTSSRZ+y X-Received: by 10.66.72.40 with SMTP id a8mr43809054pav.15.1471878821977; Mon, 22 Aug 2016 08:13:41 -0700 (PDT) Received: from phantom.lan ([106.51.225.38]) by smtp.gmail.com with ESMTPSA id yv9sm33106100pab.0.2016.08.22.08.13.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 22 Aug 2016 08:13:40 -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: [PATCH v2 2/2] Documentation/sphinx: link dma-buf rsts Date: Mon, 22 Aug 2016 20:41:45 +0530 Message-Id: <1471878705-3963-3-git-send-email-sumit.semwal@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1471878705-3963-1-git-send-email-sumit.semwal@linaro.org> References: <1471878705-3963-1-git-send-email-sumit.semwal@linaro.org> Cc: markus.heiser@darmarit.de, 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 e0fc72963e87..8d05070122c2 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