summaryrefslogtreecommitdiff
path: root/drivers/mailbox/mailbox.c
Commit message (Expand)AuthorAge
* mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla2017-11-14
* mailbox: Make startup and shutdown ops optionalBjorn Andersson2017-06-14
* mailbox: handle empty message in tx_tickSudeep Holla2017-04-27
* mailbox: skip complete wait event if timer expiredSudeep Holla2017-04-27
* mailbox: always wait in mbox_send_message for blocking Tx modeSudeep Holla2017-04-27
* mailbox: check ->last_tx_done for NULL in case of timer-based pollingAlexey Klimov2017-03-28
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones2016-04-12
* mailbox: switch to hrtimer for tx_complete pollingSudeep Holla2015-08-10
* mailbox: Add ability for clients to request channels by nameLee Jones2015-06-11
* mailbox: Fix up error handling in mbox_request_channel()Benson Leung2015-05-12
* mailbox: check for bit set before pollingJassi Brar2015-02-06
* Mailbox: Add support for Platform Communication ChannelAshwin Chaugule2014-11-27
* mailbox: add tx_prepare client callbackSudeep Holla2014-11-27
* mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker2014-11-27
* mailbox: Introduce framework for mailboxJassi Brar2014-10-08