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

These patches are based on Linus' commit tagged v3.8-rc3 (commit id
9931faca02c604c22335f5a935a501bb2ace6e20)

Some notes for reviewers...

DOCUMENTATION maintainers: patch 2/2 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 2/2 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 (2):
  ARM: davinci: Remoteproc driver support for OMAP-L138 DSP
  ARM: davinci: Remoteproc platform device creation data/code

 Documentation/kernel-parameters.txt        |    6 +
 arch/arm/mach-davinci/devices-da8xx.c      |   92 ++++++++++++++++++++++++++-
 arch/arm/mach-davinci/include/mach/da8xx.h |    5 +
 drivers/remoteproc/Kconfig                 |   26 ++-
 drivers/remoteproc/Makefile                |    1 +
 drivers/remoteproc/da8xx_remoteproc.c      |  327 ++++++++++++++++++++++++++++
 drivers/remoteproc/remoteproc_core.c       |   22 +-
 7 files changed, 479 insertions(+), 6 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