From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934993AbcJROep (ORCPT ); Tue, 18 Oct 2016 10:34:45 -0400 Received: from mga04.intel.com ([192.55.52.120]:61810 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934883AbcJROek (ORCPT ); Tue, 18 Oct 2016 10:34:40 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,362,1473145200"; d="scan'208";a="1046410194" Date: Tue, 18 Oct 2016 20:13:06 +0530 From: Vinod Koul To: Peter Griffin Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, ohad@wizery.com, bjorn.andersson@linaro.org, patrice.chotard@st.com, lee.jones@linaro.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: Re: [RESEND PATCH v10 00/11] Add support for FDMA DMA controller and slim core rproc found on STi chipsets Message-ID: <20161018144306.GX2467@localhost> References: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476783556-2501-1-git-send-email-peter.griffin@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 18, 2016 at 10:39:05AM +0100, Peter Griffin wrote: > Hi Vinod and Bjorn, > > 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. > > [..] > > V10 series updates remoteproc kconfig subsystem to use 'depends on' rather > than select for the remoteproc core. Remoteproc client drivers now need to > 'depends on' for the core part. > > This avoids the Kconfig recursive dependency errors and reliance on the DRM > patch included with the v9 series. Patches are also included for enabling the > remoteproc core in the multi_v7 defconfig. All patches for DRM subsystem have > been removed. > > Note there is no longer a depedency with the DRM_VIRTIO_GPU driver in this series, > only remoteproc and dmaengine subsystems. That is a better approach and I have applied this now... -- ~Vinod