From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 00/10] Omap mailbox updates for omap4 for 2.6.33
Date: Wed, 18 Nov 2009 11:19:47 -0800 [thread overview]
Message-ID: <20091118191852.31148.93980.stgit@localhost> (raw)
Hi all,
Here are omap4 related mailbox changes for review.
Regards,
Tony
---
C A Subramaniam (6):
omap: mailbox: Add build specific changes to support omap mailbox
omap: mailbox: Add resources and mailbox register base address for OMAP4 mailbox
omap: mailbox: remove unnecessary arg for omap_mbox_msg_send
omap: mailbox: Adds code changes to support OMAP4 mailbox
omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED to IRQF_SHARED
omap: mailbox: OMAP4 Mailbox-driver Patch to support tasklet implementation
Hiroshi DOYU (4):
omap: mailbox: remove sequence bit checking
omap: mailbox: remove class interface
omap: mailbox: remove disable_/enable_mbox_irq in isr
omap: mailbox: Expose omap_mbox_enable()/disable_irq()
arch/arm/mach-omap2/Makefile | 3
arch/arm/mach-omap2/devices.c | 36 +++-
arch/arm/mach-omap2/mailbox.c | 140 ++++++++++++--
arch/arm/plat-omap/include/plat/mailbox.h | 23 ++
arch/arm/plat-omap/include/plat/omap44xx.h | 2
arch/arm/plat-omap/mailbox.c | 282 +++++-----------------------
6 files changed, 217 insertions(+), 269 deletions(-)
--
Signature
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/10] Omap mailbox updates for omap4 for 2.6.33
Date: Wed, 18 Nov 2009 11:19:47 -0800 [thread overview]
Message-ID: <20091118191852.31148.93980.stgit@localhost> (raw)
Hi all,
Here are omap4 related mailbox changes for review.
Regards,
Tony
---
C A Subramaniam (6):
omap: mailbox: Add build specific changes to support omap mailbox
omap: mailbox: Add resources and mailbox register base address for OMAP4 mailbox
omap: mailbox: remove unnecessary arg for omap_mbox_msg_send
omap: mailbox: Adds code changes to support OMAP4 mailbox
omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED to IRQF_SHARED
omap: mailbox: OMAP4 Mailbox-driver Patch to support tasklet implementation
Hiroshi DOYU (4):
omap: mailbox: remove sequence bit checking
omap: mailbox: remove class interface
omap: mailbox: remove disable_/enable_mbox_irq in isr
omap: mailbox: Expose omap_mbox_enable()/disable_irq()
arch/arm/mach-omap2/Makefile | 3
arch/arm/mach-omap2/devices.c | 36 +++-
arch/arm/mach-omap2/mailbox.c | 140 ++++++++++++--
arch/arm/plat-omap/include/plat/mailbox.h | 23 ++
arch/arm/plat-omap/include/plat/omap44xx.h | 2
arch/arm/plat-omap/mailbox.c | 282 +++++-----------------------
6 files changed, 217 insertions(+), 269 deletions(-)
--
Signature
next reply other threads:[~2009-11-18 19:19 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-18 19:19 Tony Lindgren [this message]
2009-11-18 19:19 ` [PATCH 00/10] Omap mailbox updates for omap4 for 2.6.33 Tony Lindgren
2009-11-18 19:20 ` [PATCH 01/10] omap: mailbox: Add build specific changes to support omap mailbox Tony Lindgren
2009-11-18 19:20 ` Tony Lindgren
2009-11-18 19:20 ` [PATCH 02/10] omap: mailbox: Add resources and mailbox register base address for OMAP4 mailbox Tony Lindgren
2009-11-18 19:20 ` Tony Lindgren
2009-11-18 19:20 ` [PATCH 03/10] omap: mailbox: remove sequence bit checking Tony Lindgren
2009-11-18 19:20 ` Tony Lindgren
2009-11-18 19:20 ` [PATCH 04/10] omap: mailbox: remove class interface Tony Lindgren
2009-11-18 19:20 ` Tony Lindgren
2009-11-18 19:20 ` [PATCH 05/10] omap: mailbox: remove disable_/enable_mbox_irq in isr Tony Lindgren
2009-11-18 19:20 ` Tony Lindgren
2009-11-18 19:21 ` [PATCH 06/10] omap: mailbox: remove unnecessary arg for omap_mbox_msg_send Tony Lindgren
2009-11-18 19:21 ` Tony Lindgren
2009-11-18 19:21 ` [PATCH 07/10] omap: mailbox: Expose omap_mbox_enable()/disable_irq() Tony Lindgren
2009-11-18 19:21 ` Tony Lindgren
2009-11-18 19:21 ` [PATCH 08/10] omap: mailbox: Adds code changes to support OMAP4 mailbox Tony Lindgren
2009-11-18 19:21 ` Tony Lindgren
2009-11-18 19:21 ` [PATCH 09/10] omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED to IRQF_SHARED Tony Lindgren
2009-11-18 19:21 ` Tony Lindgren
2009-11-18 19:21 ` [PATCH 10/10] omap: mailbox: OMAP4 Mailbox-driver Patch to support tasklet implementation Tony Lindgren
2009-11-18 19:21 ` Tony Lindgren
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=20091118191852.31148.93980.stgit@localhost \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
/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.