Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752044AbbH1Kd6 (ORCPT ); Fri, 28 Aug 2015 06:33:58 -0400 Received: from mail-wi0-f175.google.com ([209.85.212.175]:34966 "EHLO mail-wi0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751468AbbH1Kd4 (ORCPT ); Fri, 28 Aug 2015 06:33:56 -0400 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@stlinux.com, ohad@wizery.com, devicetree@vger.kernel.org, Nathan_Lynch@mentor.com, Lee Jones Subject: [PATCH v2 0/4] remoteproc: Add driver for STMicroelectronics platforms Date: Fri, 28 Aug 2015 11:31:47 +0100 Message-Id: <1440757911-9120-1-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1587 Lines: 40 ST's platforms often have multiple co-processors (usually ST40s or ST231s) on-board. This provides the Linux-side infrastructure to flash and boot them successfully. This set has been tested on an STiH410-B2120. v1 = v2: - Remove Linux implementation specific comment from binding document - Force debugfs '0' to shutdown co-processor - rather than !1 - Supply more detailed commit message - Propagate errors back from .stop() - Review GPL wording - Supply original author's SoBs Lee Jones (4): ARM: STiH407: Add nodes for RemoteProc remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver remoteproc: Supply controller driver for ST's Remote Processors remoteproc: debugfs: Add ability to boot remote processor using debugfs .../devicetree/bindings/remoteproc/st-rproc.txt | 35 +++ arch/arm/boot/dts/stih407-family.dtsi | 48 ++++ drivers/remoteproc/Kconfig | 9 + drivers/remoteproc/Makefile | 1 + drivers/remoteproc/remoteproc_debugfs.c | 29 ++ drivers/remoteproc/st_remoteproc.c | 301 +++++++++++++++++++++ 6 files changed, 423 insertions(+) create mode 100644 Documentation/devicetree/bindings/remoteproc/st-rproc.txt create mode 100644 drivers/remoteproc/st_remoteproc.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/