]> 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>
Tue, 21 May 2013 07:36:40 +0000 (00:36 -0700)
commit51b5f8934223ec0a5a29b1cb0cdb7e97c8f42ba0
treef9c4475f2dd1bd3bd501b70ac2f9d6b7c7740b0c
parentc7788792a5e7b0d5d7f96d0766b4cb6112d47d75
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