summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2025-02-17mailbox: tegra-hsp: Clear mailbox before using messagePekka Pessi1-2/+4
2025-01-09mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young1-8/+53
2025-01-09mailbox: pcc: Support shared interrupt for multiple subspacesHuisong Li1-3/+40
2025-01-09mailbox: pcc: Add support for platform notification handlingHuisong Li1-9/+41
2024-12-09mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...Jason-JH.Lin1-6/+6
2024-12-09mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter1-4/+4
2024-10-10mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren1-1/+2
2024-10-10mailbox: rockchip: fix a typo in module autoloadingLiao Chen1-1/+1
2024-02-05mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interruptXiaowu.ding1-1/+2
2023-09-05mailbox: qcom-ipcc: fix incorrect num_chans countingJonathan Marek1-3/+1
2023-09-05mailbox: Explicitly include correct DT includesRob Herring16-10/+15
2023-09-05mailbox: ti-msgmgr: Use devm_platform_ioremap_resource_byname()Li Zetao1-10/+6
2023-09-05mailbox: platform-mhu: Remove redundant dev_err()Ruan Jinjie1-3/+1
2023-09-05mailbox: bcm-pdc: Fix some kernel-doc commentsYang Li1-3/+3
2023-09-05mailbox: mailbox-test: Fix an error check in mbox_test_probe()Minjie Du1-1/+1
2023-09-05mailbox: tegra-hsp: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-09-05mailbox: rockchip: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-5/+1
2023-09-05mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-4/+2
2023-09-05mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-9/+3
2023-09-05mailbox: bcm-ferxrm-mailbox: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-7/+3
2023-06-30mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0Nishanth Menon1-3/+9
2023-06-30mailbox: tegra: add support for Tegra264Stefan Kristiansson1-2/+14
2023-05-31mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()Dan Carpenter1-4/+6
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds9-99/+136
2023-05-04mailbox: qcom-apcs-ipc: do not grow the of_device_idKrzysztof Kozlowski1-5/+6
2023-05-04mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley1-1/+1
2023-05-04mailbox: bcm-pdc: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-05-04mailbox: rockchip: drop of_match_ptr for ID tableKrzysztof Kozlowski1-1/+1
2023-05-04mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones1-0/+7
2023-05-04mailbox: mailbox-test: Explicitly include header for spinlock supportLee Jones1-0/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+1
2023-04-25Merge tag 'rproc-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-4/+9
2023-04-18mailbox: Use of_property_read_bool() for boolean propertiesRob Herring2-6/+2
2023-04-18mailbox: pcc: Use mbox_bind_clientElliot Berman1-39/+45
2023-04-18mailbox: omap: Use mbox_bind_clientElliot Berman1-18/+4
2023-04-18mailbox: Allow direct registration to a channelElliot Berman1-28/+68
2023-04-13mailbox: zynq: make modularNick Alcock1-1/+1
2023-04-13mailbox: rockchip: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-03mailbox: mpfs: check the service status in .tx_done()Conor Dooley1-16/+16
2023-04-03mailbox: mpfs: ditch a useless busy checkConor Dooley1-6/+4
2023-04-03mailbox: mpfs: switch to txdone_pollConor Dooley1-2/+10
2023-04-03mailbox: mpfs: fix an incorrect mask widthConor Dooley1-1/+2
2023-03-14mailbox: zynqmp: Fix IPI isr handlingTanmay Shah1-3/+3
2023-03-14mailbox: zynqmp: Fix counts of child nodesTanmay Shah1-1/+6
2023-02-23mailbox: qcom-apcs-ipc: add IPQ5332 APSS clock supportKathiravan T1-0/+1
2023-02-23mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996Dmitry Baryshkov1-1/+1
2023-02-23mailbox: zynq: Switch to flexible array to simplify codeChristophe JAILLET1-4/+2
2022-12-21Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds7-57/+118
2022-12-18mailbox: mtk-cmdq: Do not request irq until we are readyRicardo Ribalda1-6/+7
2022-12-18mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang1-1/+3