[PATCH] omap: remoteproc: set bootaddr support

2012-08-15 Thread Juan Gutierrez
to the backend rproc. For omap4's dsp we can use the next control funtion: .set_bootaddr = omap_ctrl_write_dsp_boot_addr Signed-off-by: Juan Gutierrez jgutier...@ti.com Signed-off-by: Suman Anna s-a...@ti.com --- arch/arm/plat-omap/include/plat/remoteproc.h |2 ++ drivers/remoteproc

[PATCH v4 0/2] Fixes in preparation for enabling Dsp in omap4

2012-05-10 Thread Juan Gutierrez
. - Changes in patch 2: - Commit message revisited to clarify the need of the change. Changes from v1: - Whitespaces and tabs were added when sending the patches by the mailer, due to wrong configuration. - No code changes. Juan Gutierrez (2): omap: mailbox: enable mailbox irq per instance

[PATCH v4 1/2] omap: mailbox: enable mailbox irq per instance

2012-05-10 Thread Juan Gutierrez
, in the generic platform mailbox layer. Also, the notifier_block registration is called before enabling the mbox's irq to avoid possible race of receiving an interrupt without invoking the user's notifier callback. Signed-off-by: Juan Gutierrez jgutier...@ti.com Signed-off-by: Suman Anna s-a...@ti.com

[PATCH v4 2/2] omap4: iommu: fix irq and clock name for dsp-iommu

2012-05-10 Thread Juan Gutierrez
to OMAP44XX_IRQ_TESLA_MMU. Naming convention adopted since: commit e927f8d omap4: Add auto-generated irq and dma headers - dsp-iommu is enabled by default. Signed-off-by: Juan Gutierrez jgutier...@ti.com Acked-by: Ohad Ben-Cohen o...@wizery.com --- arch/arm/mach-omap2/omap-iommu.c |6 ++ 1 files changed

[PATCH v3 0/2] Fixes in preparation for enabling Dsp in omap4

2012-05-09 Thread Juan Gutierrez
, due to wrong configuration. - No code changes. Juan Gutierrez (2): omap: mailbox: enable mailbox irq per instance omap4: iommu: fix irq and clock name for dsp-iommu arch/arm/mach-omap2/mailbox.c|2 -- arch/arm/mach-omap2/omap-iommu.c |6 ++ arch/arm/plat-omap/mailbox.c

[PATCH v3 1/2] omap: mailbox: enable mailbox irq per instance

2012-05-09 Thread Juan Gutierrez
, in the generic platform mailbox layer. Also, the notifier_block registration is called before enabling the mbox's irq to avoid possible race of receiving an interrupt without invoking the user's notifier callback. Signed-off-by: Juan Gutierrez jgutier...@ti.com Signed-off-by: Suman Anna s-a...@ti.com

[PATCH v3 2/2] omap4: iommu: fix irq and clock name for dsp-iommu

2012-05-09 Thread Juan Gutierrez
to OMAP44XX_IRQ_TESLA_MMU. Naming convention adopted since: commit e927f8d omap4: Add auto-generated irq and dma headers - dsp-iommu is enabled by default. Signed-off-by: Juan Gutierrez jgutier...@ti.com --- arch/arm/mach-omap2/omap-iommu.c |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff

[PATCH v2 0/3] Fixes in preparation for enabling Dsp in omap4

2012-04-13 Thread Juan Gutierrez
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

[PATCH v2 1/3] omap: mailbox: enable mailbox irq per instance

2012-04-13 Thread Juan Gutierrez
platform mailbox layer. Signed-off-by: Juan Gutierrez jgutier...@ti.com Signed-off-by: Suman Anna s-a...@ti.com --- arch/arm/mach-omap2/mailbox.c |2 -- arch/arm/plat-omap/mailbox.c |3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-omap2/mailbox.c b/arch

[PATCH v2 2/3] OMAP4: iommu: fix irq and clock name for dsp-iommu

2012-04-13 Thread Juan Gutierrez
Irq and clock names were wrong for dsp iommu configuration for omap4. Renamed tesla_ick to dsp_fck. Renamed INT_44XX_DSP_MMU to OMAP44XX_IRQ_TESLA_MMU. dsp-iommu is enabled by default. Signed-off-by: Juan Gutierrez jgutier...@ti.com --- arch/arm/mach-omap2/omap-iommu.c |6 ++ 1 files

[PATCH v2 3/3] omap: remoteproc: add support for a boot register

2012-04-13 Thread Juan Gutierrez
of reset. Signed-off-by: Juan Gutierrez jgutier...@ti.com Signed-off-by: Suman Anna s-a...@ti.com --- arch/arm/plat-omap/include/plat/remoteproc.h |2 ++ drivers/remoteproc/omap_remoteproc.c | 19 +++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch