diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-21 14:21:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-21 14:21:19 -0400 |
commit | 43d451f163c1b615c1bedef95258c49712679eeb (patch) | |
tree | 52ed78b04435ffbd663a902bbd5bdb69a65ad584 /MAINTAINERS | |
parent | 21d2271fd0812ebe3716cab0b48356837485a74d (diff) | |
parent | 9f3e3cacb2ffdefe28c7cf490bf543e4dcb2770a (diff) |
Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujitsu/integration
Pull mailbox framework from Jassi Brar:
"A framework for Mailbox controllers and clients have been cooking for
more than a year now.
Everybody in the CC list had been copied on patchset revisions and
most of them have made sounds of approval, though just one concrete
Reviewed-by. The patchset has also been in linux-next for a couple of
weeks now and no conflict has been reported. The framework has the
backing of at least 5 platforms, though I can't say if/when they
upstream their drivers (some businesses have 'changed')"
(Further acked-by by Arnd Bergmann and Suman Anna in the pull request
thread)
* 'mailbox-for-linus' of git://git.linaro.org/landing-teams/working/fujitsu/integration:
dt: mailbox: add generic bindings
doc: add documentation for mailbox framework
mailbox: Introduce framework for mailbox
mailbox: rename pl320-ipc specific mailbox.h
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a20df9bf8ab0..b4b05dd4ffe3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5834,6 +5834,14 @@ S: Maintained | |||
5834 | F: drivers/net/macvlan.c | 5834 | F: drivers/net/macvlan.c |
5835 | F: include/linux/if_macvlan.h | 5835 | F: include/linux/if_macvlan.h |
5836 | 5836 | ||
5837 | MAILBOX API | ||
5838 | M: Jassi Brar <jassisinghbrar@gmail.com> | ||
5839 | L: linux-kernel@vger.kernel.org | ||
5840 | S: Maintained | ||
5841 | F: drivers/mailbox/ | ||
5842 | F: include/linux/mailbox_client.h | ||
5843 | F: include/linux/mailbox_controller.h | ||
5844 | |||
5837 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 | 5845 | MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 |
5838 | M: Michael Kerrisk <mtk.manpages@gmail.com> | 5846 | M: Michael Kerrisk <mtk.manpages@gmail.com> |
5839 | W: http://www.kernel.org/doc/man-pages | 5847 | W: http://www.kernel.org/doc/man-pages |