aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/mailbox.c
AgeCommit message (Expand)Author
2020-10-29mailbox: avoid timer start from callbackJassi Brar
2019-11-12mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdoneSudeep Holla
2019-07-31mailbox: handle failed named mailbox channel requestmorten petersen
2017-06-14mailbox: Make startup and shutdown ops optionalBjorn Andersson
2017-04-27mailbox: handle empty message in tx_tickSudeep Holla
2017-04-27mailbox: skip complete wait event if timer expiredSudeep Holla
2017-04-27mailbox: always wait in mbox_send_message for blocking Tx modeSudeep Holla
2017-03-28mailbox: check ->last_tx_done for NULL in case of timer-based pollingAlexey Klimov
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-04-12mailbox: Stop using ENOSYS for anything other than unimplemented syscallsLee Jones
2015-08-10mailbox: switch to hrtimer for tx_complete pollingSudeep Holla
2015-06-11mailbox: Add ability for clients to request channels by nameLee Jones
2015-05-12mailbox: Fix up error handling in mbox_request_channel()Benson Leung
2015-02-06mailbox: check for bit set before pollingJassi Brar
2014-11-27Mailbox: Add support for Platform Communication ChannelAshwin Chaugule
2014-11-27mailbox: add tx_prepare client callbackSudeep Holla
2014-11-27mailbox: Don't unnecessarily re-arm the polling timerAndrew Bresticker
2014-10-08mailbox: Introduce framework for mailboxJassi Brar