summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/ti-msgmgr.c
Commit message (Expand)AuthorAgeFilesLines
* mailbox: ti-msgmgr: Use device-managed registration APIThierry Reding2018-12-211-12/+1Star
* mailbox: ti-msgmgr: Off by one in ti_msgmgr_of_xlate()Dan Carpenter2018-12-121-1/+1
* mailbox: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-291-2/+2
* mailbox: ti-msgmgr: Add support for Secure ProxyNishanth Menon2018-08-031-28/+205
* mailbox: ti-msgmgr: Move the memory region name to descriptorNishanth Menon2018-08-031-2/+8
* mailbox: ti-msgmgr: Change message count mask to be descriptor basedNishanth Menon2018-08-031-7/+18
* mailbox: ti-msgmgr: Allocate Rx channel resources only on requestNishanth Menon2018-08-031-30/+61
* mailbox: ti-msgmgr: Get rid of unused structure membersNishanth Menon2018-08-031-6/+0Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-131-2/+2
* mailbox: ti-msgmgr: Use %zu for size_t print formatNishanth Menon2018-01-101-1/+1
* mailbox: ti-msgmgr: Switch to SPDX LicensingNishanth Menon2018-01-101-10/+2Star
* mailbox: Introduce TI message manager driverNishanth Menon2016-03-211-0/+639