Age | Commit message (Expand) | Author | Files | Lines |
2022-03-13 | mailbox: ti-msgmgr: Operate mailbox in polled mode during system suspend | Dave Gerlach | 1 | -2/+91 |
2022-03-13 | mailbox: ti-msgmgr: Refactor message read during interrupt handler | Dave Gerlach | 1 | -39/+49 |
2022-03-13 | mailbox: imx: support i.MX93 S401 MU | Peng Fan | 1 | -0/+12 |
2022-03-13 | mailbox: imx: support dual interrupts | Peng Fan | 1 | -15/+30 |
2022-03-13 | mailbox: imx: extend irq to an array | Peng Fan | 1 | -7/+7 |
2022-03-13 | mailbox: imx: add i.MX8 SECO MU support | Franck LENORMAND | 1 | -1/+212 |
2022-03-13 | mailbox: imx: introduce rxdb callback | Peng Fan | 1 | -3/+17 |
2022-03-13 | mailbox: imx: enlarge timeout while reading/writing messages to SCFW | Ranjani Vaidyanathan | 1 | -2/+3 |
2022-03-13 | mailbox: imx: fix crash in resume on i.mx8ulp | Robin Gong | 1 | -1/+1 |
2022-03-13 | mailbox: imx: fix wakeup failure from freeze mode | Robin Gong | 1 | -0/+9 |
2022-03-13 | mailbox: mediatek: add support for adsp mailbox controller | Allen-KH Cheng | 3 | -0/+187 |
2022-03-13 | mailbox: qcom-apcs-ipc: Add compatible for MSM8976 SoC | Adam Skladowski | 1 | -0/+1 |
2022-03-13 | mailbox: tegra-hsp: Flush whole channel | Pekka Pessi | 1 | -0/+5 |
2022-01-13 | Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujit... | Linus Torvalds | 8 | -48/+105 |
2022-01-13 | Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+3 |
2022-01-12 | mailbox: qcom-ipcc: Support interrupt wake up from suspend | Huang Yiwei | 1 | -2/+1 |
2022-01-12 | mailbox: qcom-ipcc: Support more IPCC instance | Huang Yiwei | 1 | -1/+7 |
2022-01-12 | mailbox: qcom-ipcc: Dynamic alloc for channel arrangement | Huang Yiwei | 1 | -21/+69 |
2022-01-12 | mailbox: change mailbox-mpfs compatible string | Conor Dooley | 1 | -1/+1 |
2022-01-12 | mailbox: pcc: Handle all PCC subtypes correctly in pcc_mbox_irq | Sudeep Holla | 1 | -3/+5 |
2022-01-12 | mailbox: pcc: Avoid using the uninitialized variable 'dev' | Sudeep Holla | 1 | -1/+1 |
2022-01-12 | mailbox: mtk: add missing of_node_put before return | Wang Qing | 1 | -0/+1 |
2022-01-12 | mailbox: zynq: add missing of_node_put before return | Wang Qing | 1 | -0/+1 |
2022-01-12 | mailbox: imx: Fix an IS_ERR() vs NULL bug | Dan Carpenter | 1 | -2/+2 |
2022-01-12 | mailbox: hi3660: convert struct comments to kernel-doc notation | Randy Dunlap | 1 | -10/+8 |
2022-01-12 | mailbox: add control_by_sw for mt8195 | jason-jh.lin | 1 | -1/+1 |
2022-01-12 | mailbox: mtk-cmdq: Silent EPROBE_DEFER errors for clks | Hsin-Yi Wang | 1 | -4/+6 |
2022-01-12 | mailbox: fix gce_num of mt8192 driver data | jason-jh.lin | 1 | -1/+1 |
2022-01-12 | mailbox: apple: Bind to generic compatibles | Hector Martin | 1 | -2/+2 |
2021-12-17 | mailbox: bcm-flexrm-mailbox: Rework MSI interrupt handling | Thomas Gleixner | 1 | -5/+2 |
2021-12-17 | platform-msi: Use msi_desc::msi_index | Thomas Gleixner | 1 | -2/+2 |
2021-12-10 | mailbox: Use irq_update_affinity_hint() | Nitesh Narayan Lal | 1 | -2/+2 |
2021-10-30 | mailbox: imx: support i.MX8ULP S4 MU | Peng Fan | 1 | -37/+87 |
2021-10-30 | mailbox: pcc: Move bulk of PCCT parsing into pcc_mbox_probe | Sudeep Holla | 1 | -58/+66 |
2021-10-30 | mailbox: pcc: Add support for PCCT extended PCC subspaces(type 3/4) | Sudeep Holla | 1 | -17/+109 |
2021-10-30 | mailbox: pcc: Drop handling invalid bit-width in {read,write}_register | Sudeep Holla | 1 | -20/+4 |
2021-10-30 | mailbox: pcc: Avoid accessing PCCT table in pcc_send_data and pcc_mbox_irq | Sudeep Holla | 1 | -87/+32 |
2021-10-30 | mailbox: pcc: Add PCC register bundle and associated accessor functions | Sudeep Holla | 1 | -0/+90 |
2021-10-30 | mailbox: pcc: Rename doorbell ack to platform interrupt ack register | Sudeep Holla | 1 | -16/+17 |
2021-10-30 | mailbox: pcc: Use PCC mailbox channel pointer instead of standard | Sudeep Holla | 1 | -45/+18 |
2021-10-30 | mailbox: pcc: Add pcc_mbox_chan structure to hold shared memory region info | Sudeep Holla | 1 | -0/+27 |
2021-10-30 | mailbox: pcc: Consolidate subspace doorbell register parsing | Sudeep Holla | 1 | -8/+23 |
2021-10-30 | mailbox: pcc: Consolidate subspace interrupt information parsing | Sudeep Holla | 1 | -19/+19 |
2021-10-30 | mailbox: pcc: Refactor all PCC channel information into a structure | Sudeep Holla | 1 | -53/+54 |
2021-10-30 | mailbox: pcc: Fix kernel doc warnings | Sudeep Holla | 1 | -1/+5 |
2021-10-30 | mailbox: apple: Add driver for Apple mailboxes | Sven Peter | 3 | -0/+398 |
2021-10-19 | mailbox: mtk-cmdq: Fix local clock ID usage | Fei Shao | 1 | -5/+3 |
2021-10-19 | mailbox: mtk-cmdq: Validate alias_id on probe | Fei Shao | 1 | -1/+1 |
2021-10-16 | mailbox: Remove WARN_ON for async_cb.cb in cmdq_exec_done | jason-jh.lin | 1 | -1/+0 |
2021-10-16 | mailbox: qcom-apcs-ipc: Add QCM2290 APCS IPC support | Shawn Guo | 1 | -0/+1 |