summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* 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
* mailbox: imx: add i.MX8 SECO MU supportFranck LENORMAND2022-03-121-1/+212
* mailbox: imx: introduce rxdb callbackPeng Fan2022-03-121-3/+17
* mailbox: imx: enlarge timeout while reading/writing messages to SCFWRanjani Vaidyanathan2022-03-121-2/+3
* mailbox: imx: fix crash in resume on i.mx8ulpRobin Gong2022-03-121-1/+1
* mailbox: imx: fix wakeup failure from freeze modeRobin Gong2022-03-121-0/+9
* mailbox: mediatek: add support for adsp mailbox controllerAllen-KH Cheng2022-03-123-0/+187
* mailbox: qcom-apcs-ipc: Add compatible for MSM8976 SoCAdam Skladowski2022-03-121-0/+1
* mailbox: tegra-hsp: Flush whole channelPekka Pessi2022-03-121-0/+5
* Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2022-01-138-48/+105
|\
| * mailbox: qcom-ipcc: Support interrupt wake up from suspendHuang Yiwei2022-01-111-2/+1
| * mailbox: qcom-ipcc: Support more IPCC instanceHuang Yiwei2022-01-111-1/+7
| * mailbox: qcom-ipcc: Dynamic alloc for channel arrangementHuang Yiwei2022-01-111-21/+69
| * mailbox: change mailbox-mpfs compatible stringConor Dooley2022-01-111-1/+1
| * mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irqSudeep Holla2022-01-111-3/+5
| * mailbox: pcc: Avoid using the uninitialized variable 'dev'Sudeep Holla2022-01-111-1/+1
| * mailbox: mtk: add missing of_node_put before returnWang Qing2022-01-111-0/+1
| * mailbox: zynq: add missing of_node_put before returnWang Qing2022-01-111-0/+1
| * mailbox: imx: Fix an IS_ERR() vs NULL bugDan Carpenter2022-01-111-2/+2
| * mailbox: hi3660: convert struct comments to kernel-doc notationRandy Dunlap2022-01-111-10/+8