All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fixes in preparation for enabling Dsp in omap4
@ 2012-04-13 23:39 ` Juan Gutierrez
  0 siblings, 0 replies; 24+ messages in thread
From: Juan Gutierrez @ 2012-04-13 23:39 UTC (permalink / raw)
  To: ohad, linux-omap, linux-arm-kernel; +Cc: Juan Gutierrez

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(-)


^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2012-05-08  9:44 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-13 23:39 [PATCH v2 0/3] Fixes in preparation for enabling Dsp in omap4 Juan Gutierrez
2012-04-13 23:39 ` Juan Gutierrez
2012-04-13 23:39 ` [PATCH v2 1/3] omap: mailbox: enable mailbox irq per instance Juan Gutierrez
2012-04-13 23:39   ` Juan Gutierrez
2012-05-06 16:00   ` Ohad Ben-Cohen
2012-05-06 16:00     ` Ohad Ben-Cohen
2012-05-07 22:09     ` Gutierrez, Juan
2012-05-07 22:09       ` Gutierrez, Juan
2012-05-08  9:43       ` Ohad Ben-Cohen
2012-05-08  9:43         ` Ohad Ben-Cohen
2012-04-13 23:39 ` [PATCH v2 2/3] OMAP4: iommu: fix irq and clock name for dsp-iommu Juan Gutierrez
2012-04-13 23:39   ` Juan Gutierrez
2012-05-06 12:33   ` Ohad Ben-Cohen
2012-05-06 12:33     ` Ohad Ben-Cohen
2012-05-07 15:58     ` Gutierrez, Juan
2012-05-07 15:58       ` Gutierrez, Juan
2012-04-13 23:39 ` [PATCH v2 3/3] omap: remoteproc: add support for a boot register Juan Gutierrez
2012-04-13 23:39   ` Juan Gutierrez
2012-05-06 11:21   ` Ohad Ben-Cohen
2012-05-06 11:21     ` Ohad Ben-Cohen
     [not found]     ` <CADVn9RFOBdw0_19ErT6qEpy7325TG7wWkDfJtdF-6jq74z3nFw@mail.gmail.com>
2012-05-07 15:05       ` Ohad Ben-Cohen
2012-05-07 15:05         ` Ohad Ben-Cohen
2012-05-07 15:54     ` Gutierrez, Juan
2012-05-07 15:54       ` Gutierrez, Juan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.