summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)Author
2026-03-04mailbox: sprd: clear delivery flag before handling TX doneOtto Pflüger
2026-03-04mailbox: sprd: mask interrupts that are not handledOtto Pflüger
2026-03-04mailbox: imx: Skip the suspend flag for i.MX7ULPJacky Bai
2026-03-04mailbox: pcc: Remove spurious IRQF_ONESHOT usageMark Brown
2026-03-04mailbox: bcm-ferxrm-mailbox: Use default primary handlerSebastian Andrzej Siewior
2025-12-07mailbox: pcc: don't zero error registerJamie Iles
2025-12-07mailbox: pcc: Refactor error handling in irq handler into separate functionSudeep Holla
2025-12-07mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young
2025-12-07mailbox: pcc: Support shared interrupt for multiple subspacesHuisong Li
2025-12-07mailbox: pcc: Add support for platform notification handlingHuisong Li
2025-12-07mailbox: pcc: Use mbox_bind_clientElliot Berman
2025-12-07mailbox: Allow direct registration to a channelElliot Berman
2025-12-07mailbox: mailbox-test: Fix debugfs_create_dir error checkingHaotian Zhang
2025-10-19mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxesHarini T
2025-10-19mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() callHarini T
2025-07-06mailbox: Not protect module_put with spin_lock_irqsavePeng Fan
2025-06-04mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus
2025-02-21mailbox: tegra-hsp: Clear mailbox before using messagePekka Pessi
2024-12-14mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...Jason-JH.Lin
2024-12-14mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter
2024-10-17mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren
2024-10-17mailbox: rockchip: fix a typo in module autoloadingLiao Chen
2024-02-05mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interruptXiaowu.ding
2023-09-19mailbox: qcom-ipcc: fix incorrect num_chans countingJonathan Marek
2023-07-19mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0Nishanth Menon
2023-06-09mailbox: mailbox-test: fix a locking issue in mbox_test_message_write()Dan Carpenter
2023-06-09mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones
2023-05-17mailbox: zynqmp: Fix counts of child nodesTanmay Shah
2023-05-17mailbox: zynq: Switch to flexible array to simplify codeChristophe JAILLET
2023-05-11mailbox: zynqmp: Fix IPI isr handlingTanmay Shah
2023-05-11mailbox: mpfs: switch to txdone_pollConor Dooley
2022-12-31mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang
2022-12-31mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()Yang Yingliang
2022-12-31mailbox: mpfs: read the system controller's statusConor Dooley
2022-12-31mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failureHuisong Li
2022-10-05mailbox: qcom-ipcc: flag IRQ NO_THREADEric Chanudet
2022-10-05mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"Colin Ian King
2022-10-05mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sgJack Wang
2022-10-05mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock supportRobert Marko
2022-10-05mailbox: mpfs: account for mbox offsets while sendingConor Dooley
2022-10-05mailbox: mpfs: fix handling of the reg propertyConor Dooley
2022-10-05mailbox: imx: fix RST channel supportPeng Fan
2022-09-15mailbox: apple: Implement poll_data() operationHector Martin
2022-09-15mailbox: apple: Implement flush() operationHector Martin
2022-08-08Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds
2022-08-03mailbox: imx: clear pending interruptsPeng Fan
2022-08-02mailbox: imx: support RST channelPeng Fan
2022-08-02mailbox: mtk-cmdq: Remove proprietary cmdq_task_cbChun-Kuang Hu
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-05-24mailbox: qcom-ipcc: Fix -Wunused-function with CONFIG_PM_SLEEP=nNathan Chancellor