Age | Commit message (Expand) | Author |
2022-08-08 | Merge tag 'mailbox-v5.20' of git://git.linaro.org/landing-teams/working/fujit... | Linus Torvalds |
2022-08-03 | mailbox: imx: clear pending interrupts | Peng Fan |
2022-08-02 | mailbox: imx: support RST channel | Peng Fan |
2022-08-02 | mailbox: mtk-cmdq: Remove proprietary cmdq_task_cb | Chun-Kuang Hu |
2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa... | Thomas Gleixner |
2022-05-24 | mailbox: qcom-ipcc: Fix -Wunused-function with CONFIG_PM_SLEEP=n | Nathan Chancellor |
2022-05-23 | mailbox: forward the hrtimer if not queued and under a lock | Björn Ardö |
2022-05-21 | mailbox: qcom-ipcc: Log the pending interrupt during resume | Prasad Sodagudi |
2022-05-21 | mailbox: pcc: Fix an invalid-load caught by the address sanitizer | Mario Limonciello |
2022-05-21 | mailbox: correct kerneldoc | Krzysztof Kozlowski |
2022-05-21 | mailbox: omap: using pm_runtime_resume_and_get to simplify the code | ran jianping |
2022-05-21 | mailbox:imx: using pm_runtime_resume_and_get | ran jianping |
2022-05-21 | mailbox: mediatek: support mt8186 adsp mailbox | Tinghan Shen |
2022-05-21 | mailbox: tegra-hsp: Add 128-bit shared mailbox support | Kartik |
2022-05-21 | mailbox: tegra-hsp: Add tegra_hsp_sm_ops | Kartik |
2022-05-21 | mailbox: remove an unneeded NULL check on list iterator | Xiaomeng Tong |
2022-05-21 | mailbox: imx: remove redundant initializer | Tom Rix |
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 |