summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* 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
* mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probeSudeep Holla2021-10-291-58/+66
* mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4)Sudeep Holla2021-10-291-17/+109
* mailbox: pcc: Drop handling invalid bit-width in {read,write}_registerSudeep Holla2021-10-291-20/+4
* mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irqSudeep Holla2021-10-291-87/+32
* mailbox: pcc: Add PCC register bundle and associated accessor functionsSudeep Holla2021-10-291-0/+90
* mailbox: pcc: Rename doorbell ack to platform interrupt ack registerSudeep Holla2021-10-291-16/+17
* mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla2021-10-291-45/+18
* mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region infoSudeep Holla2021-10-291-0/+27
* mailbox: pcc: Consolidate subspace doorbell register parsingSudeep Holla2021-10-291-8/+23
* mailbox: pcc: Consolidate subspace interrupt information parsingSudeep Holla2021-10-291-19/+19
* mailbox: pcc: Refactor all PCC channel information into a structureSudeep Holla2021-10-291-53/+54
* mailbox: pcc: Fix kernel doc warningsSudeep Holla2021-10-291-1/+5
* mailbox: apple: Add driver for Apple mailboxesSven Peter2021-10-293-0/+398
* mailbox: mtk-cmdq: Fix local clock ID usageFei Shao2021-10-191-5/+3
* mailbox: mtk-cmdq: Validate alias_id on probeFei Shao2021-10-191-1/+1
* mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_donejason-jh.lin2021-10-161-1/+0
* mailbox: qcom-apcs-ipc: Add QCM2290 APCS IPC supportShawn Guo2021-10-161-0/+1