This patch series adds remoteproc support for OMAP-L13x, along with needed
supporting mach-davinci infrastructure.

Some enhancements have been made to the general remoteproc & rpmsg
modules in order to support simplified da8xx (and other) remoteproc driver
architecture.

These patches are generated from commits applied to Linus' v3.9-rc4 tag
at the kernel.org repo linux/kernel/git/torvalds/linux.git, commit ID
8bb9660418e05bb1845ac1a2428444d78e322cc7

Some notes for reviewers...

DOCUMENTATION maintainers: patch 5/6 in this series contains a change to
kernel-parameters.txt that adds a description for a new kernel command-line
parameter, along with the code that defines the new kernel command-line
parameter.  You are, of course, free to look at the whole series, but only
patch 5/6 is of particular interest.

This is actually a subset of the complete patch series, since the other
patches in this set have already been committed to a staging area by the
tree maintainer.


Robert Tivy (6):
  Process all available messages in virtqueue callback
  Change typo FW_CONFIG to FW_LOADER for REMOTEPROC
  Add support to rproc_alloc() for a default firmware name
  ARM: davinci: Add a remoteproc driver implementation for OMAP-L13x
    DSP
  ARM: davinci: Add a new remoteproc platform device for DA8XX
  ARM: davinci: da850 board: remoteproc platform support

 Documentation/kernel-parameters.txt         |    6 +
 arch/arm/mach-davinci/board-da850-evm.c     |    6 +
 arch/arm/mach-davinci/board-omapl138-hawk.c |    6 +
 arch/arm/mach-davinci/devices-da8xx.c       |   88 +++++++-
 arch/arm/mach-davinci/include/mach/da8xx.h  |    4 +
 drivers/remoteproc/Kconfig                  |   25 ++-
 drivers/remoteproc/Makefile                 |    1 +
 drivers/remoteproc/da8xx_remoteproc.c       |  325 +++++++++++++++++++++++++++
 drivers/remoteproc/remoteproc_core.c        |   25 ++-
 drivers/rpmsg/virtio_rpmsg_bus.c            |   97 ++++----
 10 files changed, 540 insertions(+), 43 deletions(-)
 create mode 100644 drivers/remoteproc/da8xx_remoteproc.c

-- 
1.7.9.4

_______________________________________________
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to