Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751813AbdFHUsL (ORCPT ); Thu, 8 Jun 2017 16:48:11 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:55140 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751610AbdFHUsJ (ORCPT ); Thu, 8 Jun 2017 16:48:09 -0400 Subject: Re: [PATCH 0/4] Davinci remoteproc cleanups/fixes To: Bjorn Andersson References: <20170518220902.2846-1-s-anna@ti.com> CC: , Sekhar Nori , Robert Tivy , , From: Suman Anna Message-ID: Date: Thu, 8 Jun 2017 15:47:43 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: <20170518220902.2846-1-s-anna@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1109 Lines: 34 Bjorn, On 05/18/2017 05:08 PM, Suman Anna wrote: > Hi Bjorn, > > The following series includes various fixes and cleanups for the TI's > Davinci DSP remoteproc driver. Patches are based on 4.12-rc1. Following > is the patch summary: > > - Patch1 updates/fixes the build dependency on DMA_CMA which is not > selected by default in the davinci_defconfig. > - Patch 3 fixes a DSP boot/functionality issue with repeated 'start' > and 'stop' commands using the sysfs 'state' variable. > - Patch 2 and 4 are cleanups/code simplifications. If you don't have any comments, can you queue these patches for v4.13? Thanks Suman > > regards > Suman > > Suman Anna (4): > remoteproc/davinci: Update Kconfig to depend on DMA_CMA > remoteproc/davinci: simplify the reset function > remoteproc/davinci: fix unbalanced reset between start and stop ops > remoteproc/davinci: streamline the interrupt management > > drivers/remoteproc/Kconfig | 2 +- > drivers/remoteproc/da8xx_remoteproc.c | 60 ++++++++--------------------------- > 2 files changed, 15 insertions(+), 47 deletions(-) >