]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'dbx500-prcmu-mailbox' of git://github.com/sumananna/mailbox into next...
authorArnd Bergmann <arnd@arndb.de>
Tue, 9 Apr 2013 10:50:34 +0000 (12:50 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 9 Apr 2013 10:50:34 +0000 (12:50 +0200)
commit19cc2803d1ad055823c3616c2d87626cdfdcb589
treefd1f0b20a122fddcc352da220f7ff07c30e83a83
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9
parentc497eba5247728c67ba0e0de0907723dd114134a
Merge branch 'dbx500-prcmu-mailbox' of git://github.com/sumananna/mailbox into next/mailbox

From "Anna, Suman" <s-anna@ti.com>:

OMAP and ST-Ericsson platforms are both using mailbox to communicate with
some coprocessors. This series creates a consolidated framework, living
under drivers/mailbox.

The changes mainly contain:
- create a mailbox framework independent from OMAP h/w
- creates dbx500 mailbox driver for ST-Ericsson platforms
- move the omap mailbox out of plat-omap/mach-omapX  adapting to the new framework.
- minor bug fixes in mailbox code

* 'dbx500-prcmu-mailbox' of git://github.com/sumananna/mailbox:
  mailbox: fix invalid use of sizeof in mailbox_msg_send()
  mailbox: call request_irq after mbox queues are allocated
  mailbox: check for NULL nb in mailbox_put
  mailbox/omap: check iomem resource before dereferencing it
  mailbox: create dbx500 mailbox driver
  mailbox: add no_irq send message
  mailbox: add IRQF_NO_SUSPEND flag
  mailbox: add shared memory mailbox type
  mailbox: change protection mechanisms
  mailbox: create opened message type
  mailbox: rename omap_mbox in mailbox
  mailbox: split internal header from API header
  mailbox: OMAP: introduce mailbox framework
  ARM: OMAP2+: mbox: remove dependencies with soc.h
  mailbox: rename pl320-ipc specific mailbox.h

Signed-off-by: Arnd Bergmann <arnd@arndb.de>