summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox-altera.c
Commit message (Collapse)AuthorAgeFilesLines
* mailbox: Make mbox_chan_ops constAndrew Bresticker2015-05-121-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 driverLey Foon Tan2015-02-061-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>
OpenPOWER on IntegriCloud