linux-arm-kernel.lists.infradead.org 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

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 NNTP newsgroup(s).