summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox.c
Commit message (Expand)AuthorAgeFilesLines
* mailbox: switch to hrtimer for tx_complete pollingSudeep Holla2015-08-101-12/+15
* mailbox: Add ability for clients to request channels by nameLee Jones2015-06-111-0/+29
* mailbox: Fix up error handling in mbox_request_channel()Benson Leung2015-05-121-3/+8
* mailbox: check for bit set before pollingJassi Brar2015-02-061-1/+1
* Mailbox: Add support for Platform Communication ChannelAshwin Chaugule2014-11-271-3/+1Star
* mailbox: add tx_prepare client callbackSudeep Holla2014-11-271-0/+2
* mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker2014-11-271-5/+8
* mailbox: Introduce framework for mailboxJassi Brar2014-10-081-0/+465