summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2025-06-04mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus1-3/+4
2024-11-08mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren1-1/+2
2024-11-08mailbox: rockchip: fix a typo in module autoloadingLiao Chen1-1/+1
2023-07-27mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0Nishanth Menon1-3/+9
2023-06-09mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()Dan Carpenter1-4/+6
2023-06-09mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones1-0/+7
2023-05-17mailbox: zynqmp: Fix counts of child nodesTanmay Shah1-1/+6
2023-05-17mailbox: zynq: Switch to flexible array to simplify codeChristophe JAILLET1-4/+2
2023-05-17mailbox: zynqmp: Fix IPI isr handlingTanmay Shah1-3/+3
2023-01-18mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang1-1/+3
2022-10-26mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sgJack Wang1-4/+4
2022-06-14mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö1-6/+13
2022-04-15mailbox: tegra-hsp: Flush whole channelPekka Pessi1-0/+5
2020-10-29mailbox: avoid timer start from callbackJassi Brar1-5/+7
2020-10-29maiblox: mediatek: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-5/+3
2020-06-24mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe()Wei Yongjun1-12/+8
2020-01-04mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta1-1/+3
2020-01-04mailbox: imx: Clear the right interrupts at shutdownDaniel Baluta1-2/+13
2019-12-13mailbox: tegra: Fix superfluous IRQ error messageJon Hunter1-2/+2
2019-09-17mailbox: qcom-apcs: fix max_register valueJorge Ramirez-Ortiz1-1/+1
2019-09-17mailbox: qcom: Add support for IPQ8074 APCSGokul Sriram Palanisamy1-0/+1
2019-09-17mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCsSibi Sankar1-0/+2
2019-09-17mbox: qcom: replace integer with valid macroJorge Ramirez-Ortiz1-1/+2
2019-09-17mbox: qcom: add APCS child device for QCS404Jorge Ramirez-Ortiz1-2/+6
2019-09-17mailbox: mediatek: cmdq: clear the event in cmdq initial flowBibby Hsieh1-0/+5
2019-09-17mailbox: mediatek: cmdq: support mt8183 gce functionBibby Hsieh1-0/+1
2019-09-17mailbox: mediatek: cmdq: move the CMDQ_IRQ_MASK into cmdq driver dataBibby Hsieh1-5/+7
2019-09-17mailbox: armada-37xx-rwtm: Use device-managed registration APIChuhong Yuan1-13/+1
2019-07-15Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds8-48/+81
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-29/+7
2019-07-11mailbox: handle failed named mailbox channel requestmorten petersen1-2/+4
2019-07-11mailbox: tegra: avoid resume NULL mailboxesBitan Biswas1-4/+6
2019-07-11mailbox: tegra: hsp: add noirq resumeBitan Biswas1-1/+9
2019-07-11mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directlyFuqian Huang1-4/+2
2019-07-11mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta1-2/+2
2019-07-11mailbox: omap: Add support for TI K3 SoCsSuman Anna2-18/+27
2019-07-11mailbox: arm_mhu: reorder header inclusion and drop unneeded onesSudeep Holla1-7/+4
2019-07-11mailbox: stm32_ipcc: add spinlock to fix channels concurrent accessArnaud Pouliquen1-10/+27
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-9/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner3-28/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-06-03mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-29/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-0/+1