diff options
author | Ley Foon Tan <lftan@altera.com> | 2015-02-04 16:32:18 +0800 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2015-02-06 10:58:27 +0530 |
commit | f62092f6d77dfd9214ae753a24b76ba4ecd801d7 (patch) | |
tree | bbd52e987eb8151254d2bddfb8fe2e907e0f4dce /MAINTAINERS | |
parent | 01340df8d3cd4d8f1773d5f1f569b77bbfce31ad (diff) |
mailbox: Add Altera mailbox driver
The Altera mailbox allows for interprocessor communication. It supports
only one channel and work as either sender or receiver.
Signed-off-by: Ley Foon Tan <lftan@altera.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aaa039dee999..f2f0faf20695 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -563,6 +563,12 @@ S: Odd Fixes L: linux-alpha@vger.kernel.org F: arch/alpha/ +ALTERA MAILBOX DRIVER +M: Ley Foon Tan <lftan@altera.com> +L: nios2-dev@lists.rocketboards.org (moderated for non-subscribers) +S: Maintained +F: drivers/mailbox/mailbox-altera.c + ALTERA TRIPLE SPEED ETHERNET DRIVER M: Vince Bridgers <vbridger@opensource.altera.com> L: netdev@vger.kernel.org |