Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754622AbdFWVbp (ORCPT ); Fri, 23 Jun 2017 17:31:45 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:56161 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753306AbdFWVbn (ORCPT ); Fri, 23 Jun 2017 17:31:43 -0400 Subject: Re: [PATCH v3 0/3] Add Keystone2 Remoteproc driver To: Bjorn Andersson , Ohad Ben-Cohen CC: Rob Herring , Santosh Shilimkar , Mark Rutland , , , , , "Andrew F. Davis" , Sam Nelson References: <20170613234513.7624-1-s-anna@ti.com> From: Suman Anna Message-ID: <51634d20-41a1-0501-c07d-c4e5492ad422@ti.com> Date: Fri, 23 Jun 2017 16:31:15 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170613234513.7624-1-s-anna@ti.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [128.247.58.153] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1519 Lines: 41 On 06/13/2017 06:45 PM, Suman Anna wrote: > Hi Bjorn, > > This is v3 of the patchset that adds the DT binding and the driver for > loading and booting the DSP devices present on various Keystone2 SoC families. > The binding and driver patches have already been acked by Rob Herring and Santosh > Shilimkar respectively, and this is just a minor refresh with one small comment > from Rob addressed in the binding (Patch 1). There are no code changes in remaining > patches. I have picked up their Acks in all the relevant patches. > > Appreciate it if you can pick up the series for v4.13. Gentle reminder for picking this up for v4.13 merge window. Thanks Suman > > v2: > http://marc.info/?l=linux-kernel&m=149688154304565&w=2 > v1: > http://marc.info/?t=149581802500004&r=1&w=2 > > regards > Suman > > Andrew F. Davis (1): > remoteproc/keystone: Ensure the DSPs are in reset in probe > > Suman Anna (2): > dt-bindings: remoteproc: Add Keystone DSP remoteproc binding > remoteproc/keystone: Add a remoteproc driver for Keystone 2 DSPs > > .../bindings/remoteproc/ti,keystone-rproc.txt | 133 ++++++ > drivers/remoteproc/Kconfig | 13 + > drivers/remoteproc/Makefile | 1 + > drivers/remoteproc/keystone_remoteproc.c | 525 +++++++++++++++++++++ > 4 files changed, 672 insertions(+) > create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt > create mode 100644 drivers/remoteproc/keystone_remoteproc.c >