]> git.karo-electronics.de Git - karo-tx-linux.git/commit
Merge branch 'next/mailbox' into for-next
authorOlof Johansson <olof@lixom.net>
Thu, 9 May 2013 21:12:04 +0000 (14:12 -0700)
committerOlof Johansson <olof@lixom.net>
Thu, 9 May 2013 21:12:04 +0000 (14:12 -0700)
commit136dcbf6044ccfcef76c328691e2ed145506f4b3
tree778995520487b4f779567dadc6adda11bb146a6d
parentc58c1a4c118ba2ed49f72de9b42ef13bc8ee71e5
parent19cc2803d1ad055823c3616c2d87626cdfdcb589
Merge branch 'next/mailbox' into for-next

* next/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
arch/arm/configs/omap1_defconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/devices.c
arch/arm/mach-omap2/omap_hwmod_2420_data.c
arch/arm/mach-omap2/omap_hwmod_2430_data.c
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
drivers/remoteproc/Kconfig