summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* 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
| * mailbox: add control_by_sw for mt8195jason-jh.lin2022-01-111-1/+1
| * mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clksHsin-Yi Wang2022-01-111-4/+6
| * mailbox: fix gce_num of mt8192 driver datajason-jh.lin2022-01-111-1/+1
| * mailbox: apple: Bind to generic compatiblesHector Martin2022-01-111-2/+2
* | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-131-6/+3
|\ \
| * | mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handlingThomas Gleixner2021-12-161-5/+2
| * | platform-msi: Use msi_desc::msi_indexThomas Gleixner2021-12-161-2/+2
| |/
* / mailbox: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-2/+2
|/
* mailbox: imx: support i.MX8ULP S4 MUPeng Fan2021-10-291-37/+87