Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754851AbaJUJPi (ORCPT ); Tue, 21 Oct 2014 05:15:38 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:49639 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753120AbaJUJPe (ORCPT ); Tue, 21 Oct 2014 05:15:34 -0400 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Appana Durga Kedareswara Rao , "devicetree@vger.kernel.org" , "vinod.koul@intel.com" , Srikanth Vemula , "linux-kernel@vger.kernel.org" , Srikanth Thokala , "dmaengine@vger.kernel.org" , "robh+dt@kernel.org" , Michal Simek , Anirudha Sarangi , "grant.likely@linaro.org" , "dan.j.williams@intel.com" Subject: Re: [PATCH v4] dma: Add Xilinx AXI Direct Memory Access Engine driver support Date: Tue, 21 Oct 2014 11:14:55 +0200 Message-ID: <3236720.MHeqOodrCV@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <1413374436-14410-1-git-send-email-sthokal@xilinx.com> <4301925.4pMHXMXqA4@wuerfel> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V02:K0:EgZxNjhgXnld+9OEaJnptn10qFMSDiFvZ9cyKHWiU3S fmgKcDEiBayYXiBrAHPBFuSN7RSm40FUIliXv9hmvCUKbWKf4H tQl7LhJ66K9Jz/3JweQZSsTvT8+/ZyYkfmvAZrIeL+Ggh73tbF CyTT7e6utiKa3/KV2g8IemHVBYgEk+0O4a3rBgCi1pbG+RMKMz UczQOO3XTfUhjApWpCgdhOJVK49+k9KSU/JCcfugs1kQh02cJx xvZsb+TDmikQSwgEdrgI39f20FvtjlSNCVn+bhjfz83VY7U/TH /rzPe79ZiM/ujUIHRrQWigpacWqL1ZDeZLUo4fX+Y3rj5OUGk5 edg5FhGFchZKOxk4IKWY= X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 21 October 2014 09:06:13 Appana Durga Kedareswara Rao wrote: > The above mentioned API's and structures will be used by the dma test > client driver's to set hardware configuration information. The dma > client drivers are not mainlined yet and it is > Internally used by our git-tree to test the DMA functionality in loopback . I would suggest you add the test driver into the main dmaengine driver file directly then, so you don't need to export the symbols. If there are important reasons to keep that as separate files, just move the header to the drivers/dma/ directory and add the test driver there. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/