summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2025-07-10mailbox: Not protect module_put with spin_lock_irqsavePeng Fan1-1/+1
2025-06-04mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus1-3/+4
2024-12-14mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter1-4/+4
2024-10-17mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren1-1/+2
2024-10-17mailbox: rockchip: fix a typo in module autoloadingLiao Chen1-1/+1
2024-02-23mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interruptXiaowu.ding1-1/+2
2023-07-23mailbox: 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-11mailbox: zynqmp: Fix IPI isr handlingTanmay Shah1-3/+3
2023-05-11mailbox: mpfs: switch to txdone_pollConor Dooley1-2/+10
2022-12-31mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang1-1/+3
2022-12-31mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()Yang Yingliang1-2/+2
2022-12-31mailbox: mpfs: read the system controller's statusConor Dooley1-3/+28
2022-10-26mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sgJack Wang1-4/+4
2022-10-26mailbox: mpfs: account for mbox offsets while sendingConor Dooley1-4/+3
2022-10-26mailbox: mpfs: fix handling of the reg propertyConor Dooley1-10/+14
2022-06-09mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö1-6/+13
2022-04-08mailbox: imx: fix wakeup failure from freeze modeRobin Gong1-0/+9
2022-04-08mailbox: imx: fix crash in resume on i.mx8ulpRobin Gong1-1/+1
2022-04-08mailbox: tegra-hsp: Flush whole channelPekka Pessi1-0/+5
2022-01-27mailbox: change mailbox-mpfs compatible stringConor Dooley1-1/+1
2022-01-27mailbox: fix gce_num of mt8192 driver datajason-jh.lin1-1/+1
2021-11-18mailbox: mtk-cmdq: Fix local clock ID usageFei Shao1-5/+3
2021-11-18mailbox: mtk-cmdq: Validate alias_id on probeFei Shao1-1/+1
2021-11-18mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_donejason-jh.lin1-1/+0
2021-09-01mailbox: cmdq: add multi-gce clocks support for mt8195jason-jh.lin1-22/+79
2021-09-01mailbox: cmdq: add mediatek mailbox support for mt8195jason-jh.lin1-0/+1
2021-08-30mailbox: qcom-apcs-ipc: Add compatible for MSM8953 SoCVladimir Lypak1-0/+1
2021-08-30mailbox: qcom: Add support for SM6115 APCS IPCIskren Chernev1-0/+1
2021-08-30soc: mediatek: cmdq: add address shift in jumpYongqiang Niu1-1/+2
2021-08-30mailbox: cmdq: add mt8192 supportYongqiang Niu1-0/+10
2021-08-30mailbox: qcom-ipcc: Enable loading QCOM_IPCC as a moduleAmit Pundir2-1/+2
2021-08-30mailbox: sti: quieten kernel-doc warningsRandy Dunlap1-8/+8
2021-06-26mbox: add polarfire soc system controller mailboxConor Dooley3-0/+265
2021-06-26mailbox: imx: Avoid using val uninitialized in imx_mu_isr()Nathan Chancellor1-1/+3
2021-06-26mailbox: qcom: Add MSM8939 APCS supportShawn Guo1-0/+1
2021-06-26mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform deviceShawn Guo1-1/+1
2021-06-26mailbox: qcom-apcs: Add SM6125 compatibleMartin Botka1-0/+5
2021-06-26mailbox: mtk-cmdq: Fix uninitialized variable in cmdq_mbox_flush()Dan Carpenter1-1/+1
2021-06-26mailbox: bcm-flexrm-mailbox: Remove redundant dev_err call in flexrm_mbox_pro...Zhihao Cheng1-1/+0
2021-06-26mailbox: bcm2835: Remove redundant dev_err call in bcm2835_mbox_probe()Zhihao Cheng1-1/+0
2021-06-26mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustionSibi Sankar1-0/+6
2021-06-26mailbox: mtk-cmdq: Add struct cmdq_pkt in struct cmdq_cb_dataChun-Kuang Hu1-0/+2
2021-06-26mailbox: mtk-cmdq: Use mailbox rx_callbackChun-Kuang Hu1-5/+9
2021-06-26mailbox: mtk-cmdq: Remove cmdq_cb_statusChun-Kuang Hu1-5/+5
2021-06-26mailbox: imx-mailbox: support i.MX8ULP MUPeng Fan1-41/+63
2021-06-26mailbox: imx: add xSR/xCR register arrayPeng Fan1-35/+61