Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751884AbdHAPto (ORCPT ); Tue, 1 Aug 2017 11:49:44 -0400 Received: from lelnx193.ext.ti.com ([198.47.27.77]:32038 "EHLO lelnx193.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751657AbdHAPtT (ORCPT ); Tue, 1 Aug 2017 11:49:19 -0400 From: Suman Anna To: Bjorn Andersson , Ohad Ben-Cohen , Rob Herring CC: Mark Rutland , , , Sekhar Nori , Robert Tivy , , , Suman Anna Subject: [PATCH v2 0/4] Add DT support for davinci remoteproc driver Date: Tue, 1 Aug 2017 10:48:40 -0500 Message-ID: <20170801154844.24662-1-s-anna@ti.com> X-Mailer: git-send-email 2.13.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1442 Lines: 37 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 [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 -- 2.13.1