From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755229AbcGFQk4 (ORCPT ); Wed, 6 Jul 2016 12:40:56 -0400 Received: from smtprelay0005.hostedemail.com ([216.40.44.5]:49199 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754599AbcGFQky (ORCPT ); Wed, 6 Jul 2016 12:40:54 -0400 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::::,RULES_HIT:41:355:379:541:599:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1539:1593:1594:1711:1714:1730:1747:1777:1792:2393:2559:2562:2828:2901:3138:3139:3140:3141:3142:3350:3622:3865:3867:3868:3871:3872:4250:4321:4559:5007:6119:10004:10400:10848:11026:11232:11658:11783:11914:12043:12048:12517:12519:12740:13069:13255:13311:13357:13439:13894:14659:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: tent74_24813e3ae3118 X-Filterd-Recvd-Size: 1638 Message-ID: <1467823249.8360.28.camel@perches.com> Subject: Re: [PATCH v6 00/18] Add support for FDMA DMA controller and slim core rproc found on STi chipsets From: Joe Perches To: Peter Griffin , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, vinod.koul@intel.com, patrice.chotard@st.com, bjorn.andersson@linaro.org, ohad@wizery.com Cc: lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org Date: Wed, 06 Jul 2016 09:40:49 -0700 In-Reply-To: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> References: <1467795276-21725-1-git-send-email-peter.griffin@linaro.org> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.5.2-0ubuntu3 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2016-07-06 at 09:54 +0100, Peter Griffin wrote: > This patchset adds support for the Flexible Direct Memory Access (FDMA) core > found on STi chipsets from STMicroelectronics. The FDMA is a slim core CPU > with a dedicated firmware. It is a general purpose DMA controller supporting > 16 independent channels and data can be moved from memory to memory or between > memory and paced latency critical real time targets. [] >  include/linux/remoteproc/st_slim_rproc.h          |  53 ++ Is this directory really necessary? Why shouldn't this file be local to drivers/remoteproc/?