Hi Linus, The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e:
Linux 3.19-rc7 (2015-02-01 20:07:21 -0800) are available in the git repository at: http://git.linaro.org/landing-teams/working/fujitsu/integration.git mailbox-devel for you to fetch changes up to f62092f6d77dfd9214ae753a24b76ba4ecd801d7: mailbox: Add Altera mailbox driver (2015-02-06 10:58:27 +0530) ---------------------------------------------------------------- Jassi Brar (1): mailbox: check for bit set before polling Ley Foon Tan (1): mailbox: Add Altera mailbox driver Wei Yongjun (1): Mailbox: Fix return value check in pcc_init() .../devicetree/bindings/mailbox/altera-mailbox.txt | 49 +++ MAINTAINERS | 6 + drivers/mailbox/Kconfig | 6 + drivers/mailbox/Makefile | 2 + drivers/mailbox/mailbox-altera.c | 388 +++++++++++++++++++++ drivers/mailbox/mailbox.c | 2 +- drivers/mailbox/pcc.c | 4 +- 7 files changed, 454 insertions(+), 3 deletions(-) create mode 100644 Documentation/devicetree/bindings/mailbox/altera-mailbox.txt create mode 100644 drivers/mailbox/mailbox-altera.c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/