summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2022-12-21Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds7-57/+118
2022-12-18mailbox: mtk-cmdq: Do not request irq until we are readyRicardo Ribalda1-6/+7
2022-12-18mailbox: zynq-ipi: fix error handling while device_register() failsYang Yingliang1-1/+3
2022-12-18mailbox: mtk-cmdq-mailbox: Use platform data directly instead of copyingAngeloGioacchino Del Regno1-49/+39
2022-12-18mailbox: arm_mhuv2: Fix return value check in mhuv2_probe()Yang Yingliang1-2/+2
2022-12-18mailbox: mpfs: read the system controller's statusConor Dooley1-3/+28
2022-12-18mailbox: mtk-cmdq: add MT8186 supportYongqiang Niu1-0/+9
2022-12-18mailbox: mtk-cmdq: add gce ddr enable support flowYongqiang Niu1-0/+22
2022-12-18mailbox: mtk-cmdq: add gce software ddr enable private dataYongqiang Niu1-1/+11
2022-12-18mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of numberYongqiang Niu1-1/+3
2022-12-18mailbox: rockchip: Use device_get_match_data() to simplify the codeye xingchen1-3/+1
2022-12-18mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg managerNicolas Frayer1-0/+1
2022-12-18mailbox: qcom-apcs-ipc: Add SM4250 APCS IPC supportBhupesh Sharma1-0/+1
2022-12-12Merge tag 'acpi-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2022-11-23mailbox: pcc: Reset pcc_chan_count to zero in case of PCC probe failureHuisong Li1-0/+1
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner1-1/+1
2022-10-05mailbox: qcom-ipcc: flag IRQ NO_THREADEric Chanudet1-1/+2
2022-10-05mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"Colin Ian King1-1/+1
2022-10-05mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sgJack Wang1-4/+4
2022-10-05mailbox: qcom-apcs-ipc: add IPQ8074 APSS clock supportRobert Marko1-1/+1
2022-10-05mailbox: mpfs: account for mbox offsets while sendingConor Dooley1-4/+3
2022-10-05mailbox: mpfs: fix handling of the reg propertyConor Dooley1-10/+14
2022-10-05mailbox: imx: fix RST channel supportPeng Fan1-5/+5
2022-09-15mailbox: apple: Implement poll_data() operationHector Martin1-3/+33
2022-09-15mailbox: apple: Implement flush() operationHector Martin1-0/+27
2022-08-08Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2-17/+34
2022-08-03mailbox: imx: clear pending interruptsPeng Fan1-0/+11
2022-08-02mailbox: imx: support RST channelPeng Fan1-6/+23
2022-08-02mailbox: mtk-cmdq: Remove proprietary cmdq_task_cbChun-Kuang Hu1-11/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-12/+2
2022-05-24mailbox: qcom-ipcc: Fix -Wunused-function with CONFIG_PM_SLEEP=nNathan Chancellor1-1/+1
2022-05-23mailbox: forward the hrtimer if not queued and under a lockBjörn Ardö1-6/+13
2022-05-21mailbox: qcom-ipcc: Log the pending interrupt during resumePrasad Sodagudi1-0/+23
2022-05-21mailbox: pcc: Fix an invalid-load caught by the address sanitizerMario Limonciello1-1/+1
2022-05-21mailbox: correct kerneldocKrzysztof Kozlowski3-3/+5
2022-05-21mailbox: omap: using pm_runtime_resume_and_get to simplify the coderan jianping1-4/+2
2022-05-21mailbox:imx: using pm_runtime_resume_and_getran jianping1-4/+2
2022-05-21mailbox: mediatek: support mt8186 adsp mailboxTinghan Shen1-0/+8
2022-05-21mailbox: tegra-hsp: Add 128-bit shared mailbox supportKartik1-3/+74
2022-05-21mailbox: tegra-hsp: Add tegra_hsp_sm_opsKartik1-27/+47
2022-05-21mailbox: remove an unneeded NULL check on list iteratorXiaomeng Tong1-1/+1
2022-05-21mailbox: imx: remove redundant initializerTom Rix1-1/+0
2022-03-12mailbox: ti-msgmgr: Operate mailbox in polled mode during system suspendDave Gerlach1-2/+91
2022-03-12mailbox: ti-msgmgr: Refactor message read during interrupt handlerDave Gerlach1-39/+49
2022-03-12mailbox: imx: support i.MX93 S401 MUPeng Fan1-0/+12
2022-03-12mailbox: imx: support dual interruptsPeng Fan1-15/+30
2022-03-12mailbox: imx: extend irq to an arrayPeng Fan1-7/+7
2022-03-12mailbox: imx: add i.MX8 SECO MU supportFranck LENORMAND1-1/+212
2022-03-12mailbox: imx: introduce rxdb callbackPeng Fan1-3/+17
2022-03-12mailbox: imx: enlarge timeout while reading/writing messages to SCFWRanjani Vaidyanathan1-2/+3