From patchwork Mon Dec 26 09:23:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sumit Semwal X-Patchwork-Id: 5968 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 21EA223E07 for ; Mon, 26 Dec 2011 09:24:30 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 18EBFA1829F for ; Mon, 26 Dec 2011 09:24:30 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id c11so8877857eaa.11 for ; Mon, 26 Dec 2011 01:24:30 -0800 (PST) Received: by 10.205.141.78 with SMTP id jd14mr5916074bkc.107.1324891469891; Mon, 26 Dec 2011 01:24:29 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs143309bkc; Mon, 26 Dec 2011 01:24:29 -0800 (PST) Received: by 10.182.38.70 with SMTP id e6mr4019547obk.65.1324891467883; Mon, 26 Dec 2011 01:24:27 -0800 (PST) Received: from devils.ext.ti.com (devils.ext.ti.com. [198.47.26.153]) by mx.google.com with ESMTPS id 7si4795395obv.56.2011.12.26.01.24.27 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 26 Dec 2011 01:24:27 -0800 (PST) Received-SPF: pass (google.com: domain of sumit.semwal@ti.com designates 198.47.26.153 as permitted sender) client-ip=198.47.26.153; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sumit.semwal@ti.com designates 198.47.26.153 as permitted sender) smtp.mail=sumit.semwal@ti.com Received: from dlep26.itg.ti.com ([157.170.170.121]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id pBQ9OH8l008926; Mon, 26 Dec 2011 03:24:17 -0600 Received: from DFLE71.ent.ti.com (localhost [127.0.0.1]) by dlep26.itg.ti.com (8.13.8/8.13.8) with ESMTP id pBQ9OHI6013326; Mon, 26 Dec 2011 03:24:17 -0600 (CST) Received: from dlelxv24.itg.ti.com (172.17.1.199) by dfle71.ent.ti.com (128.247.5.62) with Microsoft SMTP Server id 14.1.323.3; Mon, 26 Dec 2011 03:24:17 -0600 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlelxv24.itg.ti.com (8.13.8/8.13.8) with ESMTP id pBQ9OH33007317; Mon, 26 Dec 2011 03:24:17 -0600 Received: from localhost (a0876505ubnlt.apr.dhcp.ti.com [172.24.136.57]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id pBQ9OBW23982; Mon, 26 Dec 2011 03:24:12 -0600 (CST) From: Sumit Semwal To: , , , , , , , CC: , , , , , , , Sumit Semwal , Sumit Semwal Subject: [PATCH 3/3] dma-buf: mark EXPERIMENTAL for 1st release. Date: Mon, 26 Dec 2011 14:53:17 +0530 Message-ID: <1324891397-10877-4-git-send-email-sumit.semwal@ti.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1324891397-10877-1-git-send-email-sumit.semwal@ti.com> References: <1324891397-10877-1-git-send-email-sumit.semwal@ti.com> MIME-Version: 1.0 Mark dma-buf buffer sharing API as EXPERIMENTAL for first release. We will remove this in later versions, once it gets smoothed out and has more users. Signed-off-by: Sumit Semwal Signed-off-by: Sumit Semwal --- drivers/base/Kconfig | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig index 8a0e87f..e95c67e 100644 --- a/drivers/base/Kconfig +++ b/drivers/base/Kconfig @@ -178,6 +178,7 @@ config DMA_SHARED_BUFFER bool "Buffer framework to be shared between drivers" default n select ANON_INODES + depends on EXPERIMENTAL help This option enables the framework for buffer-sharing between multiple drivers. A buffer is associated with a file using driver