From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out-021.synserver.de ([212.40.185.21]:1064 "EHLO smtp-out-021.synserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbaHTGuG (ORCPT ); Wed, 20 Aug 2014 02:50:06 -0400 Message-ID: <53F4451B.3040209@metafoo.de> Date: Wed, 20 Aug 2014 08:50:03 +0200 From: Lars-Peter Clausen MIME-Version: 1.0 To: sanjeev sharma CC: Sanjeev Sharma , jic23@kernel.org, gregkh , linux-iio@vger.kernel.org, devel , linux-kernel Subject: Re: [PATCH] staging:iio: moved platform_data into include/linux/iio References: <1408516869-6099-1-git-send-email-sanjeev_sharma@mentor.com> <53F441FF.9090304@metafoo.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Sender: linux-iio-owner@vger.kernel.org List-Id: linux-iio@vger.kernel.org On 08/20/2014 08:44 AM, sanjeev sharma wrote: > Hi, > > This was the action item(TO-DO). IMO, it make sense to move into > include/linux/iio because IIO complete subsystem may take some time. The code that is in staging is not supposed to 'leak' outside of staging. So either you move the driver as a whole out of staging or leave it there, but do not move individual files of the driver out of staging. The action item is for when the driver is moved out of staging.