aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-12mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones1-2/+2
2015-08-10mailbox: switch to hrtimer for tx_complete pollingSudeep Holla1-12/+15
2015-06-11mailbox: Add ability for clients to request channels by nameLee Jones1-0/+29
2015-05-12mailbox: Fix up error handling in mbox_request_channel()Benson Leung1-3/+8
2015-02-06mailbox: check for bit set before pollingJassi Brar1-1/+1
2014-11-27Mailbox: Add support for Platform Communication ChannelAshwin Chaugule1-3/+1
2014-11-27mailbox: add tx_prepare client callbackSudeep Holla1-0/+2
2014-11-27mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker1-5/+8
2014-10-08mailbox: Introduce framework for mailboxJassi Brar1-0/+465