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