Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751938AbdHAQ4N (ORCPT ); Tue, 1 Aug 2017 12:56:13 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:34507 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755AbdHAQ4L (ORCPT ); Tue, 1 Aug 2017 12:56:11 -0400 Subject: Re: [PATCH v2 0/4] Add DT support for davinci remoteproc driver To: Bjorn Andersson , Ohad Ben-Cohen , Rob Herring CC: Mark Rutland , , , Sekhar Nori , Robert Tivy , , References: <20170801154844.24662-1-s-anna@ti.com> From: Suman Anna Message-ID: Date: Tue, 1 Aug 2017 11:55:41 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170801154844.24662-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: 1649 Lines: 40 On 08/01/2017 10:48 AM, Suman Anna wrote: > Hi, > > The following is v2 of the series [1] that adds the device tree support to > the Davinci remoteproc driver. Patches are baselined on 4.13-rc1, the > main dependent patches from the series "Davinci remoteproc cleanup/fixes" > [2] and the resource name additions [3] were merged and available in > mainline 4.13-rc1. > > DTS nodes for the OMAP-L138 LCDK board will be added for a subsequent merge > window once these patches are picked up. > > Change summary for v2: > - Patches 1 and 2 are unchanged > - Binding in Patch 3 revised slightly to address Rob Herring's comments > - Patch 4 updated to deal with non-OF builds since Davinci platforms still > support non-DT boots. > > regards > Suman > > [1] http://marc.info/?l=linux-arm-kernel&m=149514538506046&w=2 Oops, pasted the wrong link, correct link is http://marc.info/?l=linux-arm-kernel&m=149583015432586&w=2 > [2] http://marc.info/?l=linux-arm-kernel&m=149514538506046&w=2 > [3] http://marc.info/?l=linux-kernel&m=149497287512869&w=2 > > Suman Anna (4): > remoteproc/davinci: Switch to platform_get_resource_byname() > remoteproc/davinci: Add support to parse internal memories > dt-bindings: remoteproc: Add bindings for Davinci DSP processors > remoteproc/davinci: Add device tree support for OMAP-L138 DSP > > .../bindings/remoteproc/ti,davinci-rproc.txt | 86 +++++++++++++++++++ > drivers/remoteproc/da8xx_remoteproc.c | 98 ++++++++++++++++++++-- > 2 files changed, 179 insertions(+), 5 deletions(-) > create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,davinci-rproc.txt >