summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2022-03-12mailbox: imx: fix crash in resume on i.mx8ulpRobin Gong1-1/+1
2022-03-12mailbox: imx: fix wakeup failure from freeze modeRobin Gong1-0/+9
2022-03-12mailbox: mediatek: add support for adsp mailbox controllerAllen-KH Cheng3-0/+187
2022-03-12mailbox: qcom-apcs-ipc: Add compatible for MSM8976 SoCAdam Skladowski1-0/+1
2022-03-12mailbox: tegra-hsp: Flush whole channelPekka Pessi1-0/+5
2022-01-13Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds8-48/+105
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+3
2022-01-11mailbox: qcom-ipcc: Support interrupt wake up from suspendHuang Yiwei1-2/+1
2022-01-11mailbox: qcom-ipcc: Support more IPCC instanceHuang Yiwei1-1/+7
2022-01-11mailbox: qcom-ipcc: Dynamic alloc for channel arrangementHuang Yiwei1-21/+69
2022-01-11mailbox: change mailbox-mpfs compatible stringConor Dooley1-1/+1
2022-01-11mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irqSudeep Holla1-3/+5
2022-01-11mailbox: pcc: Avoid using the uninitialized variable 'dev'Sudeep Holla1-1/+1
2022-01-11mailbox: mtk: add missing of_node_put before returnWang Qing1-0/+1
2022-01-11mailbox: zynq: add missing of_node_put before returnWang Qing1-0/+1
2022-01-11mailbox: imx: Fix an IS_ERR() vs NULL bugDan Carpenter1-2/+2
2022-01-11mailbox: hi3660: convert struct comments to kernel-doc notationRandy Dunlap1-10/+8
2022-01-11mailbox: add control_by_sw for mt8195jason-jh.lin1-1/+1
2022-01-11mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clksHsin-Yi Wang1-4/+6
2022-01-11mailbox: fix gce_num of mt8192 driver datajason-jh.lin1-1/+1
2022-01-11mailbox: apple: Bind to generic compatiblesHector Martin1-2/+2
2021-12-16mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handlingThomas Gleixner1-5/+2
2021-12-16platform-msi: Use msi_desc::msi_indexThomas Gleixner1-2/+2
2021-12-10mailbox: Use irq_update_affinity_hint()Nitesh Narayan Lal1-2/+2
2021-10-29mailbox: imx: support i.MX8ULP S4 MUPeng Fan1-37/+87
2021-10-29mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probeSudeep Holla1-58/+66
2021-10-29mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4)Sudeep Holla1-17/+109
2021-10-29mailbox: pcc: Drop handling invalid bit-width in {read,write}_registerSudeep Holla1-20/+4
2021-10-29mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irqSudeep Holla1-87/+32
2021-10-29mailbox: pcc: Add PCC register bundle and associated accessor functionsSudeep Holla1-0/+90
2021-10-29mailbox: pcc: Rename doorbell ack to platform interrupt ack registerSudeep Holla1-16/+17
2021-10-29mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla1-45/+18
2021-10-29mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region infoSudeep Holla1-0/+27
2021-10-29mailbox: pcc: Consolidate subspace doorbell register parsingSudeep Holla1-8/+23
2021-10-29mailbox: pcc: Consolidate subspace interrupt information parsingSudeep Holla1-19/+19
2021-10-29mailbox: pcc: Refactor all PCC channel information into a structureSudeep Holla1-53/+54
2021-10-29mailbox: pcc: Fix kernel doc warningsSudeep Holla1-1/+5
2021-10-29mailbox: apple: Add driver for Apple mailboxesSven Peter3-0/+398
2021-10-19mailbox: mtk-cmdq: Fix local clock ID usageFei Shao1-5/+3
2021-10-19mailbox: mtk-cmdq: Validate alias_id on probeFei Shao1-1/+1
2021-10-16mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_donejason-jh.lin1-1/+0
2021-10-16mailbox: qcom-apcs-ipc: Add QCM2290 APCS IPC supportShawn Guo1-0/+1
2021-10-16mailbox: qcom-apcs-ipc: Consolidate msm8994 type apcs_dataShawn Guo1-21/+5
2021-10-16mailbox: xgene-slimpro: Make use of the helper function devm_platform_ioremap...Cai Huoqing1-3/+1
2021-10-16mailbox: sun6i: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-8/+1
2021-10-16mailbox: stm32-ipcc: Make use of the helper function devm_platform_ioremap_re...Cai Huoqing1-3/+1
2021-10-16mailbox: sti: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-10-16mailbox: qcom-apcs-ipc: Make use of the helper function devm_platform_ioremap...Cai Huoqing1-3/+1
2021-10-16mailbox: platform-mhu: Make use of the helper function devm_platform_ioremap_...Cai Huoqing1-3/+1
2021-10-16mailbox: omap: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1