Re: [PATCH v7 0/2] ARM: davinci: remoteproc support

2013-02-15 Thread Sekhar Nori


On 2/1/2013 7:54 AM, Robert Tivy wrote:
> 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].

Please add this patch to this series, next time you spin it.

Thanks,
Sekhar
___
Davinci-linux-open-source mailing list
Davinci-linux-open-source@linux.davincidsp.com
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source


[PATCH v7 0/2] ARM: davinci: remoteproc support

2013-01-31 Thread Robert Tivy
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