Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mailbox: Make mbox_chan_ops const | Andrew Bresticker | 2015-05-12 | 1 | -1/+1 |
| | | | | | | | | | | | The mailbox controller's channel ops ought to be read-only. Update all the mailbox drivers to make their mbox_chan_ops const as well. Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Cc: Ashwin Chaugule <ashwin.chaugule@linaro.org> Cc: Ley Foon Tan <lftan@altera.com> Acked-by: Suman Anna <s-anna@ti.com> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org> | ||||
* | mailbox: Add Altera mailbox driver | Ley Foon Tan | 2015-02-06 | 1 | -0/+388 |
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> |