Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1215267

[PATCH v2 0/4] remoteproc: Add driver for STMicroelectronics platforms

From Lee Jones <lee.jones@linaro.org>
Newsgroups linux.kernel
Subject [PATCH v2 0/4] remoteproc: Add driver for STMicroelectronics platforms
Date 2015-08-28 12:40 +0200
Message-ID <q2peG-EC-5@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View 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.

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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/4] remoteproc: Add driver for STMicroelectronics platforms Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
  [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote  Processor Controller driver Rob Herring <robherring2@gmail.com> - 2015-08-31 17:30 +0200
      Re: [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote  Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-09-01 12:50 +0200
        Re: [PATCH v2 2/4] remoteproc: dt: Provide bindings for ST's Remote  Processor Controller driver Rob Herring <robherring2@gmail.com> - 2015-09-01 14:00 +0200
    Re: [STLinux Kernel] [PATCH v2 2/4] remoteproc: dt: Provide bindings  for ST's Remote Processor Controller driver Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 11:00 +0200
      Re: [STLinux Kernel] [PATCH v2 2/4] remoteproc: dt: Provide bindings  for ST's Remote Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-09-01 11:20 +0200
      Re: [STLinux Kernel] [PATCH v2 2/4] remoteproc: dt: Provide bindings  for ST's Remote Processor Controller driver Lee Jones <lee.jones@linaro.org> - 2015-09-01 15:00 +0200
  [PATCH v2 3/4] remoteproc: Supply controller driver for ST's Remote Processors Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [PATCH v2 3/4] remoteproc: Supply controller driver for ST's  Remote Processors Nathan Lynch <Nathan_Lynch@mentor.com> - 2015-08-28 18:30 +0200
      Re: [PATCH v2 3/4] remoteproc: Supply controller driver for ST's  Remote Processors Lee Jones <lee.jones@linaro.org> - 2015-09-01 10:00 +0200
        Re: [STLinux Kernel] [PATCH v2 3/4] remoteproc: Supply controller  driver for ST's Remote Processors Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 10:20 +0200
          Re: [STLinux Kernel] [PATCH v2 3/4] remoteproc: Supply controller  driver for ST's Remote Processors Lee Jones <lee.jones@linaro.org> - 2015-09-01 11:20 +0200
  [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote processor using debugfs Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Nathan Lynch <Nathan_Lynch@mentor.com> - 2015-08-28 17:30 +0200
      Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Lee Jones <lee.jones@linaro.org> - 2015-09-01 09:50 +0200
    Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Florian Fainelli <f.fainelli@gmail.com> - 2015-08-28 19:30 +0200
      Re: [PATCH v2 4/4] remoteproc: debugfs: Add ability to boot remote  processor using debugfs Lee Jones <lee.jones@linaro.org> - 2015-09-01 09:50 +0200
  [PATCH v2 1/4] ARM: STiH407: Add nodes for RemoteProc Lee Jones <lee.jones@linaro.org> - 2015-08-28 12:40 +0200
    Re: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for  RemoteProc Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 10:30 +0200
      Re: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for  RemoteProc Lee Jones <lee.jones@linaro.org> - 2015-09-01 11:20 +0200
        Re: [STLinux Kernel] [PATCH v2 1/4] ARM: STiH407: Add nodes for  RemoteProc Peter Griffin <peter.griffin@linaro.org> - 2015-09-01 11:20 +0200

csiph-web