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

These patches are based on Sekhar's commit id
601ac613155476701ff2155aa11853cad70d7ce5
at git://gitorious.org/linux-davinci/linux-davinci.git

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.

Sekhar, once this is accepted, please remember to apply patch [PATCH v5 8/9].


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      |   89 ++++++-
 arch/arm/mach-davinci/include/mach/da8xx.h |    4 +
 drivers/remoteproc/Kconfig                 |   29 ++-
 drivers/remoteproc/Makefile                |    1 +
 drivers/remoteproc/da8xx_remoteproc.c      |  346 ++++++++++++++++++++++++++++
 drivers/remoteproc/remoteproc_core.c       |   22 +-
 7 files changed, 491 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