Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751594AbdFHAZ0 (ORCPT ); Wed, 7 Jun 2017 20:25:26 -0400 Received: from fllnx210.ext.ti.com ([198.47.19.17]:15801 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260AbdFHAZU (ORCPT ); Wed, 7 Jun 2017 20:25:20 -0400 From: Suman Anna To: Bjorn Andersson , Rob Herring , Ohad Ben-Cohen CC: Santosh Shilimkar , Mark Rutland , , , , , Suman Anna , "Andrew F. Davis" , Sam Nelson Subject: [PATCH v2 0/3] Add Keystone2 Remoteproc driver Date: Wed, 7 Jun 2017 19:24:44 -0500 Message-ID: <20170608002447.47580-1-s-anna@ti.com> X-Mailer: git-send-email 2.12.0 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: 1331 Lines: 35 Hi, This is v2 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 current series supports the 66AK2H/K, 66AK2L and 66AK2E SoC families. The DTS nodes will be posted separately once the binding is accepted, and dependent patches from Loic are merged. See v1 cover-letter for details. Main changes are in the binding to address various comments from Rob Herring. The driver is updated to construct firmware names based on alias property. Exact changes are summarized in each patch. 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 | 135 ++++++ drivers/remoteproc/Kconfig | 13 + drivers/remoteproc/Makefile | 1 + drivers/remoteproc/keystone_remoteproc.c | 525 +++++++++++++++++++++ 4 files changed, 674 insertions(+) create mode 100644 Documentation/devicetree/bindings/remoteproc/ti,keystone-rproc.txt create mode 100644 drivers/remoteproc/keystone_remoteproc.c -- 2.12.0