aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21mailbox: tegra-hsp: Use device-managed registration APIThierry Reding1-24/+6
2018-12-21mailbox: tegra-hsp: use devm_kstrdup_const()Bartosz Golaszewski1-32/+4
2018-12-21mailbox: tegra-hsp: Add suspend/resume supportThierry Reding1-0/+19
2018-12-21mailbox: tegra-hsp: Add support for shared mailboxesThierry Reding1-61/+443
2018-12-21mailbox: Allow multiple controllers per deviceMikko Perttunen1-1/+2
2018-12-21mailbox: Support blocking transfers in atomic contextThierry Reding1-0/+28
2018-12-21mailbox: ti-msgmgr: Use device-managed registration APIThierry Reding1-12/+1
2018-12-21mailbox: stm32-ipcc: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: rockchip: Use device-managed registration APIThierry Reding1-14/+1
2018-12-21mailbox: qcom-apcs: Use device-managed registration APIThierry Reding1-2/+1
2018-12-21mailbox: platform-mhu: Use device-managed registration APIThierry Reding1-11/+1
2018-12-21mailbox: omap: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: mtk-cmdq: Remove needless devm_kfree() callsThierry Reding1-8/+0
2018-12-21mailbox: mtk-cmdq: Use device-managed registration APIThierry Reding1-2/+1
2018-12-21mailbox: xgene-slimpro: Use device-managed registration APIThierry Reding1-10/+1
2018-12-21mailbox: sti: Use device-managed registration APIThierry Reding1-12/+1
2018-12-21mailbox: altera: Use device-managed registration APIThierry Reding1-14/+1
2018-12-21mailbox: imx: Use device-managed registration APIThierry Reding1-2/+1
2018-12-21mailbox: hi6220: Use device-managed registration APIThierry Reding1-10/+1
2018-12-21mailbox: hi3660: Use device-managed registration APIThierry Reding1-10/+1
2018-12-21mailbox: bcm-pdc: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: bcm-flexrm: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: bcm2835: Use device-managed registration APIThierry Reding1-9/+1
2018-12-21mailbox: arm-mhu: Use device-managed registration APIThierry Reding1-11/+1
2018-12-21mailbox: Add device-managed registration functionsThierry Reding1-0/+70
2018-12-12mailbox: bcm2835: Switch to SPDX identifierStefan Wahren1-7/+1
2018-12-12mailbox: ti-msgmgr: Off by one in ti_msgmgr_of_xlate()Dan Carpenter1-1/+1
2018-12-12mailbox: Hi3660: Fixup mailbox state machine malfunction issueKevin Wangtao1-12/+10
2018-12-12mailbox: hi3660: constify mbox_chan_ops structureJulia Lawall1-1/+1
2018-10-29Merge tag 'mailbox-v4.20' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds5-9/+13
2018-09-29mailbox: mediatek: Add check for possible failure of kzallocHoulong Wei1-0/+3
2018-09-29mailbox: bcm-flexrm-mailbox: fix spelling mistake "toogle" -> "toggle"Colin Ian King1-3/+3
2018-09-29mailbox: qcom: Add QCS404 APPS Global compatibleBjorn Andersson1-0/+1
2018-09-29drivers: mailbox: Make ti-msgmr driver depend on ARCH_K3Nishanth Menon1-4/+4
2018-09-29mailbox: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-09-10mailbox: PCC: handle parse errorDavid Arcari1-2/+5
2018-08-15mailbox: Add support for i.MX messaging unitOleksij Rempel3-0/+366
2018-08-15mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.cRandy Dunlap1-0/+2
2018-08-03mailbox: mediatek: Add Mediatek CMDQ driverHoulong Wei3-0/+581
2018-08-03mailbox: ti-msgmgr: Add support for Secure ProxyNishanth Menon1-28/+205
2018-08-03mailbox: ti-msgmgr: Move the memory region name to descriptorNishanth Menon1-2/+8
2018-08-03mailbox: ti-msgmgr: Change message count mask to be descriptor basedNishanth Menon1-7/+18
2018-08-03mailbox: ti-msgmgr: Allocate Rx channel resources only on requestNishanth Menon1-30/+61
2018-08-03mailbox: ti-msgmgr: Get rid of unused structure membersNishanth Menon1-6/+0
2018-08-03mailbox/omap: use of_device_get_match_data() to get match dataSuman Anna1-7/+14
2018-08-03mailbox/omap: switch to SPDX license identifierSuman Anna1-9/+1
2018-08-03mailbox: xgene-slimpro: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook4-13/+13
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-07Merge tag 'mailbox-v4.18' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds5-7/+423