All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Gutierrez, Juan" <jgutierrez@ti.com>
To: ohad@wizery.com, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Cc: jgutierrez@ti.com, s-anna@ti.com
Subject: [PATCH 0/3] Fixes in preparation for enabling Dsp in omap4
Date: Fri, 13 Apr 2012 16:53:07 -0500	[thread overview]
Message-ID: <CADVn9RG_WFh3d8P=cfC_O_5vbvE0YELDwbJL66uqO2My8D4bzQ@mail.gmail.com> (raw)
In-Reply-To: <1334352255-48584-1-git-send-email-jgutierrez@ti.com>

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.

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

--
1.7.5.4
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: jgutierrez@ti.com (Gutierrez, Juan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] Fixes in preparation for enabling Dsp in omap4
Date: Fri, 13 Apr 2012 16:53:07 -0500	[thread overview]
Message-ID: <CADVn9RG_WFh3d8P=cfC_O_5vbvE0YELDwbJL66uqO2My8D4bzQ@mail.gmail.com> (raw)
In-Reply-To: <1334352255-48584-1-git-send-email-jgutierrez@ti.com>

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.

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

--
1.7.5.4

       reply	other threads:[~2012-04-13 21:53 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1334352255-48584-1-git-send-email-jgutierrez@ti.com>
2012-04-13 21:53 ` Gutierrez, Juan [this message]
2012-04-13 21:53   ` [PATCH 0/3] Fixes in preparation for enabling Dsp in omap4 Gutierrez, Juan
2012-04-13 23:02   ` Kevin Hilman
2012-04-13 23:02     ` Kevin Hilman
2012-04-13 23:06     ` Gutierrez, Juan
2012-04-13 23:06       ` Gutierrez, Juan
     [not found] ` <1334352255-48584-2-git-send-email-jgutierrez@ti.com>
2012-04-13 21:53   ` [PATCH 1/3] omap: mailbox: enable mailbox irq per instance Gutierrez, Juan
2012-04-13 21:53     ` Gutierrez, Juan
     [not found] ` <1334352255-48584-3-git-send-email-jgutierrez@ti.com>
2012-04-13 21:53   ` [PATCH 2/3] OMAP4: iommu: fix irq and clock name for dsp-iommu Gutierrez, Juan
2012-04-13 21:53     ` Gutierrez, Juan
     [not found] ` <1334352255-48584-4-git-send-email-jgutierrez@ti.com>
2012-04-13 21:53   ` [PATCH 3/3] omap: remoteproc: add support for a boot register Gutierrez, Juan
2012-04-13 21:53     ` Gutierrez, Juan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CADVn9RG_WFh3d8P=cfC_O_5vbvE0YELDwbJL66uqO2My8D4bzQ@mail.gmail.com' \
    --to=jgutierrez@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=s-anna@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.