summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorLines
2023-05-07Merge tag 'mailbox-v6.4' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-99/+136
2023-05-04mailbox: qcom-apcs-ipc: do not grow the of_device_idKrzysztof Kozlowski-5/+6
2023-05-04mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIREConor Dooley-1/+1
2023-05-04mailbox: bcm-pdc: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-05-04mailbox: rockchip: drop of_match_ptr for ID tableKrzysztof Kozlowski-1/+1
2023-05-04mailbox: mailbox-test: Fix potential double-free in mbox_test_message_write()Lee Jones-0/+7
2023-05-04mailbox: mailbox-test: Explicitly include header for spinlock supportLee Jones-0/+1
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2023-04-25Merge tag 'rproc-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds-4/+9
2023-04-18mailbox: Use of_property_read_bool() for boolean propertiesRob Herring-6/+2
2023-04-18mailbox: pcc: Use mbox_bind_clientElliot Berman-39/+45
2023-04-18mailbox: omap: Use mbox_bind_clientElliot Berman-18/+4
2023-04-18mailbox: Allow direct registration to a channelElliot Berman-28/+68
2023-04-13mailbox: zynq: make modularNick Alcock-1/+1
2023-04-13mailbox: rockchip: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-03mailbox: mpfs: check the service status in .tx_done()Conor Dooley-16/+16
2023-04-03mailbox: mpfs: ditch a useless busy checkConor Dooley-6/+4
2023-04-03mailbox: mpfs: switch to txdone_pollConor Dooley-2/+10
2023-04-03mailbox: mpfs: fix an incorrect mask widthConor Dooley-1/+2
2023-03-14mailbox: zynqmp: Fix IPI isr handlingTanmay Shah-3/+3
2023-03-14mailbox: zynqmp: Fix counts of child nodesTanmay Shah-1/+6
2023-02-23mailbox: qcom-apcs-ipc: add IPQ5332 APSS clock supportKathiravan T-0/+1
2023-02-23mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996Dmitry Baryshkov-1/+1
2023-02-23mailbox: zynq: Switch to flexible array to simplify codeChristophe JAILLET-4/+2
2022-12-21Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-57/+118
2022-12-18mailbox: mtk-cmdq: Do not request irq until we are readyRicardo Ribalda-6/+7
2022-12-18mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang-1/+3
2022-12-18mailbox: mtk-cmdq-mailbox: Use platform data directly instead of copyingAngeloGioacchino Del Regno-49/+39
2022-12-18mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()Yang Yingliang-2/+2
2022-12-18mailbox: mpfs: read the system controller's statusConor Dooley-3/+28
2022-12-18mailbox: mtk-cmdq: add MT8186 supportYongqiang Niu-0/+9
2022-12-18mailbox: mtk-cmdq: add gce ddr enable support flowYongqiang Niu-0/+22
2022-12-18mailbox: mtk-cmdq: add gce software ddr enable private dataYongqiang Niu-1/+11
2022-12-18mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of numberYongqiang Niu-1/+3
2022-12-18mailbox: rockchip: Use device_get_match_data() to simplify the codeye xingchen-3/+1
2022-12-18mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg managerNicolas Frayer-0/+1
2022-12-18mailbox: qcom-apcs-ipc: Add SM4250 APCS IPC supportBhupesh Sharma-0/+1
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-0/+1
2022-11-23mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failureHuisong Li-0/+1
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner-1/+1
2022-10-05mailbox: qcom-ipcc: flag IRQ NO_THREADEric Chanudet-1/+2
2022-10-05mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"Colin Ian King-1/+1
2022-10-05mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sgJack Wang-4/+4
2022-10-05mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock supportRobert Marko-1/+1
2022-10-05mailbox: mpfs: account for mbox offsets while sendingConor Dooley-4/+3
2022-10-05mailbox: mpfs: fix handling of the reg propertyConor Dooley-10/+14
2022-10-05mailbox: imx: fix RST channel supportPeng Fan-5/+5
2022-09-15mailbox: apple: Implement poll_data() operationHector Martin-3/+33
2022-09-15mailbox: apple: Implement flush() operationHector Martin-0/+27
2022-08-08Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds-17/+34