[PATCH v2 0/3] Fixes in preparation for enabling Dsp in omap4
Juan Gutierrez
jgutierrez at ti.com
Fri Apr 13 19:39:49 EDT 2012
This set of patches provides the foundation for enabling
OMAP4 Dsp (Tesla) as remote processor.
The first patch is a generic fix for mailbox in mach-omap2.
Without this patch, the irq for a mailbox instance other than
the first one is not properly enabled.
The second patch fixes the clock and irq names for the Tesla
iommu in omap4 and enable it by default.
The third patch adds a generic mechanism in remoteproc for
loading the boot address in a special bootloader register, if
needed by the remoteproc like is the case for Tesla in omap4.
History:
=======
Changes from v1:
- Whitespaces and tabs were added when sending the patches
by the mailer, due to wrong configuration.
- No code changes.
Juan Gutierrez (3):
omap: mailbox: enable mailbox irq per instance
OMAP4: iommu: fix irq and clock name for dsp-iommu
omap: remoteproc: add support for a boot register
arch/arm/mach-omap2/mailbox.c | 2 --
arch/arm/mach-omap2/omap-iommu.c | 6 ++----
arch/arm/plat-omap/include/plat/remoteproc.h | 2 ++
arch/arm/plat-omap/mailbox.c | 3 +++
drivers/remoteproc/omap_remoteproc.c | 19 +++++++++++++++++++
5 files changed, 26 insertions(+), 6 deletions(-)
More information about the linux-arm-kernel
mailing list