mbox

[GIT,PULL] remoteproc for 4.2

Message ID CAK=Wgba9Jst3xJ_EQf+zenZSqedzhvSw8ZVMZ_YmsQM70mMbPA@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git

Message

Ohad Ben-Cohen July 1, 2015, 2:14 p.m. UTC
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
tags/remoteproc-4.2

for you to fetch changes up to 8de3dbd0895bebe52d069a82feae8e3fb51c1bdf:

  remoteproc: fix !CONFIG_OF build breakage (2015-06-18 11:44:41 +0300)

----------------------------------------------------------------
- remoteproc fixes/cleanups from Suman Anna
- new remoteproc TI Wakeup M3 driver from Dave Gerlach
- remoteproc core support for TI's Wakeup M3 driver from both Dave and Suman
- tiny remoteproc build fix from myself

----------------------------------------------------------------
Dave Gerlach (3):
      remoteproc: introduce rproc_get_by_phandle API
      Documentation: dt: add bindings for TI Wakeup M3 processor
      remoteproc/wkup_m3: add a remoteproc driver for TI Wakeup M3

Ohad Ben-Cohen (1):
      remoteproc: fix !CONFIG_OF build breakage

Suman Anna (4):
      remoteproc/ste: add blank lines after declarations
      remoteproc/davinci: fix quoted split string checkpatch warning
      remoteproc: fix various checkpatch warnings
      remoteproc: add a rproc ops for performing address translation

 Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt |  52
++++++++++++++++++++++
 Documentation/remoteproc.txt                                   |   6 +++
 drivers/remoteproc/Kconfig                                     |  13 ++++++
 drivers/remoteproc/Makefile                                    |   1 +
 drivers/remoteproc/da8xx_remoteproc.c                          |   3 +-
 drivers/remoteproc/remoteproc_core.c                           | 115
+++++++++++++++++++++++++++++++++++++----------
 drivers/remoteproc/remoteproc_internal.h                       |   2 +-
 drivers/remoteproc/ste_modem_rproc.c                           |   4 +-
 drivers/remoteproc/wkup_m3_rproc.c                             | 257
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/linux/platform_data/wkup_m3.h                          |  30
+++++++++++++
 include/linux/remoteproc.h                                     |   9 ++--
 11 files changed, 460 insertions(+), 32 deletions(-)
 create mode 100644
Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt
 create mode 100644 drivers/remoteproc/wkup_m3_rproc.c
 create mode 100644 include/linux/platform_data/wkup_m3.h

Comments

Enrico Weigelt, metux IT consult July 2, 2015, 8:38 a.m. UTC | #1
Am 01.07.2015 um 16:14 schrieb Ohad Ben-Cohen:
> The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
>
>    Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
>
> are available in the git repository at:
>
>    git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
> tags/remoteproc-4.2
>
> for you to fetch changes up to 8de3dbd0895bebe52d069a82feae8e3fb51c1bdf:
>
>    remoteproc: fix !CONFIG_OF build breakage (2015-06-18 11:44:41 +0300)

Just curious: could this rproc framework also be used for more specific
coprocessors like the VPUs found on various SoCs ? (eg. CODA on imx53)


--mtx


--
Enrico Weigelt, metux IT consult
+49-151-27565287
--


https://www.facebook.com/MELAG.Medizintechnik

[http://www.melag.de/fbbanner.png]<https://www.facebook.com/MELAG.Medizintechnik>

MELAG Medizintechnik oHG Sitz Berlin Registergericht AG Charlottenburg HRA 21333 B

Wichtiger Hinweis: Diese Nachricht kann vertrauliche oder nur für einen begrenzten Personenkreis bestimmte Informationen enthalten. Sie ist ausschließlich für denjenigen bestimmt, an den sie gerichtet worden ist. Wenn Sie nicht der Adressat dieser E-Mail sind, dürfen Sie diese nicht kopieren, weiterleiten, weitergeben oder sie ganz oder teilweise in irgendeiner Weise nutzen. Sollten Sie diese E-Mail irrtümlich erhalten haben, so benachrichtigen Sie bitte den Absender, indem Sie auf diese Nachricht antworten. Bitte löschen Sie in diesem Fall diese Nachricht und alle Anhänge, ohne eine Kopie zu behalten.
Important Notice: This message may contain confidential or privileged information. It is intended only for the person it was addressed to. If you are not the intended recipient of this email you may not copy, forward, disclose or otherwise use it or any part of it in any form whatsoever. If you received this email in error please notify the sender by replying and delete this message and any attachments without retaining a copy.
Robert Schwebel July 3, 2015, 8:24 p.m. UTC | #2
On Thu, Jul 02, 2015 at 10:38:03AM +0200, Enrico Weigelt, metux IT consult wrote:
> >for you to fetch changes up to 8de3dbd0895bebe52d069a82feae8e3fb51c1bdf:
> >
> >   remoteproc: fix !CONFIG_OF build breakage (2015-06-18 11:44:41 +0300)
> 
> Just curious: could this rproc framework also be used for more specific
> coprocessors like the VPUs found on various SoCs ? (eg. CODA on imx53)

No. And there is already a driver in mainline that handles the VPU.

rsc