summaryrefslogtreecommitdiff
path: root/drivers/mailbox/ti-msgmgr.c
AgeCommit message (Expand)Author
2021-04-13mailbox: fix various typos in commentsTom Saeger
2020-08-03mailbox: Replace HTTP links with HTTPS onesAlexander A. Klimov
2018-12-21mailbox: ti-msgmgr: Use device-managed registration APIThierry Reding
2018-12-12mailbox: ti-msgmgr: Off by one in ti_msgmgr_of_xlate()Dan Carpenter
2018-09-29mailbox: Convert to using %pOFn instead of device_node.nameRob Herring
2018-08-03mailbox: ti-msgmgr: Add support for Secure ProxyNishanth Menon
2018-08-03mailbox: ti-msgmgr: Move the memory region name to descriptorNishanth Menon
2018-08-03mailbox: ti-msgmgr: Change message count mask to be descriptor basedNishanth Menon
2018-08-03mailbox: ti-msgmgr: Allocate Rx channel resources only on requestNishanth Menon
2018-08-03mailbox: ti-msgmgr: Get rid of unused structure membersNishanth Menon
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-01-10mailbox: ti-msgmgr: Use %zu for size_t print formatNishanth Menon
2018-01-10mailbox: ti-msgmgr: Switch to SPDX LicensingNishanth Menon
2016-03-21mailbox: Introduce TI message manager driverNishanth Menon