From: Lee Jones <lee.jones@linaro.org>
To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org
Cc: kernel@stlinux.com, ohad@wizery.com, devicetree@vger.kernel.org,
Lee Jones <lee.jones@linaro.org>
Subject: [PATCH 0/4] remoteproc: Add driver for STMicroelectronics platforms
Date: Wed, 26 Aug 2015 14:07:59 +0100 [thread overview]
Message-ID: <1440594483-29601-1-git-send-email-lee.jones@linaro.org> (raw)
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.
Lee Jones (4):
remoteproc: dt: Provide bindings for ST's Remote Processor Controller
driver
remoteproc: Supply controller driver for ST's Remote Processors
ARM: STiH407: Add nodes for RemoteProc
remoteproc: debugfs: Add ability to boot remote processor using
debugfs
.../devicetree/bindings/remoteproc/st-rproc.txt | 38 +++
arch/arm/boot/dts/stih407-family.dtsi | 48 ++++
drivers/remoteproc/Kconfig | 9 +
drivers/remoteproc/Makefile | 1 +
drivers/remoteproc/remoteproc_debugfs.c | 25 ++
drivers/remoteproc/st_remoteproc.c | 300 +++++++++++++++++++++
6 files changed, 421 insertions(+)
create mode 100644 Documentation/devicetree/bindings/remoteproc/st-rproc.txt
create mode 100644 drivers/remoteproc/st_remoteproc.c
--
1.9.1
next reply other threads:[~2015-08-26 13:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-26 13:07 Lee Jones [this message]
2015-08-26 13:08 ` [PATCH 1/4] remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver Lee Jones
2015-08-26 15:59 ` Nathan Lynch
[not found] ` <55DDE25A.2050000-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
2015-08-26 16:40 ` Lee Jones
2015-08-26 13:08 ` [PATCH 2/4] remoteproc: Supply controller driver for ST's Remote Processors Lee Jones
2015-08-26 17:07 ` Nathan Lynch
[not found] ` <55DDF252.2010901-nmGgyN9QBj3QT0dZR+AlfA@public.gmane.org>
2015-08-27 6:45 ` Lee Jones
[not found] ` <1440594483-29601-1-git-send-email-lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2015-08-26 13:08 ` [PATCH 3/4] ARM: STiH407: Add nodes for RemoteProc Lee Jones
2015-08-26 13:08 ` [PATCH 4/4] remoteproc: debugfs: Add ability to boot remote processor using debugfs Lee Jones
2015-08-26 17:08 ` Nathan Lynch
2015-08-27 6:44 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440594483-29601-1-git-send-email-lee.jones@linaro.org \
--to=lee.jones@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@stlinux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ohad@wizery.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).