| Commit message (Expand) | Author | Age | Files | Lines |
* | mailbox: Export mbox_flush() | Thierry Reding | 2019-02-18 | 1 | -0/+1 |
* | mailbox: Allow multiple controllers per device | Mikko Perttunen | 2018-12-21 | 1 | -1/+2 |
* | mailbox: Support blocking transfers in atomic context | Thierry Reding | 2018-12-21 | 1 | -0/+28 |
* | mailbox: Add device-managed registration functions | Thierry Reding | 2018-12-21 | 1 | -0/+70 |
* | mailbox: reset txdone_method TXDONE_BY_POLL if client knows_txdone | Sudeep Holla | 2017-11-14 | 1 | -2/+2 |
* | mailbox: Make startup and shutdown ops optional | Bjorn Andersson | 2017-06-14 | 1 | -6/+10 |
* | mailbox: handle empty message in tx_tick | Sudeep Holla | 2017-04-27 | 1 | -1/+4 |
* | mailbox: skip complete wait event if timer expired | Sudeep Holla | 2017-04-27 | 1 | -3/+3 |
* | mailbox: always wait in mbox_send_message for blocking Tx mode | Sudeep Holla | 2017-04-27 | 1 | -1/+1 |
* | mailbox: check ->last_tx_done for NULL in case of timer-based polling | Alexey Klimov | 2017-03-28 | 1 | -0/+6 |
* | ktime: Cleanup ktime_set() usage | Thomas Gleixner | 2016-12-25 | 1 | -2/+1 |
* | mailbox: Stop using ENOSYS for anything other than unimplemented syscalls | Lee Jones | 2016-04-12 | 1 | -2/+2 |
* | mailbox: switch to hrtimer for tx_complete polling | Sudeep Holla | 2015-08-10 | 1 | -12/+15 |
* | mailbox: Add ability for clients to request channels by name | Lee Jones | 2015-06-11 | 1 | -0/+29 |
* | mailbox: Fix up error handling in mbox_request_channel() | Benson Leung | 2015-05-12 | 1 | -3/+8 |
* | mailbox: check for bit set before polling | Jassi Brar | 2015-02-06 | 1 | -1/+1 |
* | Mailbox: Add support for Platform Communication Channel | Ashwin Chaugule | 2014-11-27 | 1 | -3/+1 |
* | mailbox: add tx_prepare client callback | Sudeep Holla | 2014-11-27 | 1 | -0/+2 |
* | mailbox: Don't unnecessarily re-arm the polling timer | Andrew Bresticker | 2014-11-27 | 1 | -5/+8 |
* | mailbox: Introduce framework for mailbox | Jassi Brar | 2014-10-08 | 1 | -0/+465 |