Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] remoteproc for 4.2
@ 2015-07-01 14:14 Ohad Ben-Cohen
  2015-07-02  8:38 ` Enrico Weigelt, metux IT consult
  0 siblings, 1 reply; 3+ messages in thread
From: Ohad Ben-Cohen @ 2015-07-01 14:14 UTC (permalink / raw
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] remoteproc for 4.2
  2015-07-01 14:14 [GIT PULL] remoteproc for 4.2 Ohad Ben-Cohen
@ 2015-07-02  8:38 ` Enrico Weigelt, metux IT consult
  2015-07-03 20:24   ` Robert Schwebel
  0 siblings, 1 reply; 3+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2015-07-02  8:38 UTC (permalink / raw
  To: linux-arm-kernel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] remoteproc for 4.2
  2015-07-02  8:38 ` Enrico Weigelt, metux IT consult
@ 2015-07-03 20:24   ` Robert Schwebel
  0 siblings, 0 replies; 3+ messages in thread
From: Robert Schwebel @ 2015-07-03 20:24 UTC (permalink / raw
  To: linux-arm-kernel

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
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-03 20:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01 14:14 [GIT PULL] remoteproc for 4.2 Ohad Ben-Cohen
2015-07-02  8:38 ` Enrico Weigelt, metux IT consult
2015-07-03 20:24   ` Robert Schwebel

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 read-only IMAP folder(s) and NNTP newsgroup(s).