summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* mailbox: qcom-apcs-ipc: add IPQ5332 APSS clock supportKathiravan T2023-02-231-0/+1
* mailbox: qcom-apcs-ipc: enable APCS clock device for MSM8996Dmitry Baryshkov2023-02-231-1/+1
* mailbox: zynq: Switch to flexible array to simplify codeChristophe JAILLET2023-02-231-4/+2
* Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2022-12-217-57/+118
|\
| * mailbox: mtk-cmdq: Do not request irq until we are readyRicardo Ribalda2022-12-181-6/+7
| * mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang2022-12-181-1/+3
| * mailbox: mtk-cmdq-mailbox: Use platform data directly instead of copyingAngeloGioacchino Del Regno2022-12-181-49/+39
| * mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()Yang Yingliang2022-12-181-2/+2
| * mailbox: mpfs: read the system controller's statusConor Dooley2022-12-181-3/+28
| * mailbox: mtk-cmdq: add MT8186 supportYongqiang Niu2022-12-181-0/+9
| * mailbox: mtk-cmdq: add gce ddr enable support flowYongqiang Niu2022-12-181-0/+22
| * mailbox: mtk-cmdq: add gce software ddr enable private dataYongqiang Niu2022-12-181-1/+11
| * mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of numberYongqiang Niu2022-12-181-1/+3
| * mailbox: rockchip: Use device_get_match_data() to simplify the codeye xingchen2022-12-181-3/+1
| * mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg managerNicolas Frayer2022-12-181-0/+1
| * mailbox: qcom-apcs-ipc: Add SM4250 APCS IPC supportBhupesh Sharma2022-12-181-0/+1
* | Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2022-12-121-0/+1
|\ \
| * | mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failureHuisong Li2022-11-231-0/+1
| |/
* / genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner2022-11-171-1/+1
|/
* mailbox: qcom-ipcc: flag IRQ NO_THREADEric Chanudet2022-10-051-1/+2
* mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"Colin Ian King2022-10-051-1/+1
* mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sgJack Wang2022-10-051-4/+4
* mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock supportRobert Marko2022-10-051-1/+1
* mailbox: mpfs: account for mbox offsets while sendingConor Dooley2022-10-051-4/+3
* mailbox: mpfs: fix handling of the reg propertyConor Dooley2022-10-051-10/+14
* mailbox: imx: fix RST channel supportPeng Fan2022-10-051-5/+5
* mailbox: apple: Implement poll_data() operationHector Martin2022-09-151-3/+33
* mailbox: apple: Implement flush() operationHector Martin2022-09-151-0/+27
* Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2022-08-082-17/+34
|\
| * mailbox: imx: clear pending interruptsPeng Fan2022-08-031-0/+11
| * mailbox: imx: support RST channelPeng Fan2022-08-021-6/+23
| * mailbox: mtk-cmdq: Remove proprietary cmdq_task_cbChun-Kuang Hu2022-08-021-11/+0
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-12/+2
|/
* mailbox: qcom-ipcc: Fix -Wunused-function with CONFIG_PM_SLEEP=nNathan Chancellor2022-05-241-1/+1
* mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö2022-05-231-6/+13
* mailbox: qcom-ipcc: Log the pending interrupt during resumePrasad Sodagudi2022-05-211-0/+23
* mailbox: pcc: Fix an invalid-load caught by the address sanitizerMario Limonciello2022-05-211-1/+1
* mailbox: correct kerneldocKrzysztof Kozlowski2022-05-213-3/+5
* mailbox: omap: using pm_runtime_resume_and_get to simplify the coderan jianping2022-05-211-4/+2
* mailbox:imx: using pm_runtime_resume_and_getran jianping2022-05-211-4/+2
* mailbox: mediatek: support mt8186 adsp mailboxTinghan Shen2022-05-211-0/+8
* mailbox: tegra-hsp: Add 128-bit shared mailbox supportKartik2022-05-211-3/+74
* mailbox: tegra-hsp: Add tegra_hsp_sm_opsKartik2022-05-211-27/+47
* mailbox: remove an unneeded NULL check on list iteratorXiaomeng Tong2022-05-211-1/+1
* mailbox: imx: remove redundant initializerTom Rix2022-05-211-1/+0
* mailbox: ti-msgmgr: Operate mailbox in polled mode during system suspendDave Gerlach2022-03-121-2/+91
* mailbox: ti-msgmgr: Refactor message read during interrupt handlerDave Gerlach2022-03-121-39/+49
* mailbox: imx: support i.MX93 S401 MUPeng Fan2022-03-121-0/+12
* mailbox: imx: support dual interruptsPeng Fan2022-03-121-15/+30
* mailbox: imx: extend irq to an arrayPeng Fan2022-03-121-7/+7