aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/mailbox/mtk-cmdq-mailbox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-13mailbox: mtk-cmdq: Add CMDQ driver support for mt8188Jason-JH.Lin1-0/+8
2024-01-13mailbox: mtk-cmdq: Sort cmdq platform data by compatible nameJason-JH.Lin1-11/+11
2024-01-13mailbox: mtk-cmdq: Rename gce_plat variable with SoC name postfixJason-JH.Lin1-12/+12
2024-01-13mailbox: mtk-cmdq: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-10-15mailbox: mtk-cmdq-mailbox: Implement Runtime PM with autosuspendAngeloGioacchino Del Regno1-12/+68
2023-09-05mailbox: Explicitly include correct DT includesRob Herring1-1/+1
2022-12-18mailbox: mtk-cmdq: Do not request irq until we are readyRicardo Ribalda1-6/+7
2022-12-18mailbox: mtk-cmdq-mailbox: Use platform data directly instead of copyingAngeloGioacchino Del Regno1-49/+39
2022-12-18mailbox: mtk-cmdq: add MT8186 supportYongqiang Niu1-0/+9
2022-12-18mailbox: mtk-cmdq: add gce ddr enable support flowYongqiang Niu1-0/+22
2022-12-18mailbox: mtk-cmdq: add gce software ddr enable private dataYongqiang Niu1-1/+11
2022-12-18mailbox: mtk-cmdq: Use GCE_CTRL_BY_SW definition instead of numberYongqiang Niu1-1/+3
2022-08-02mailbox: mtk-cmdq: Remove proprietary cmdq_task_cbChun-Kuang Hu1-11/+0
2022-01-11mailbox: mtk: add missing of_node_put before returnWang Qing1-0/+1
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
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: mtk-cmdq: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing1-3/+1
2021-08-31mailbox: cmdq: add multi-gce clocks support for mt8195jason-jh.lin1-22/+79
2021-08-31mailbox: cmdq: add mediatek mailbox support for mt8195jason-jh.lin1-0/+1
2021-08-30soc: mediatek: cmdq: add address shift in jumpYongqiang Niu1-1/+2
2021-08-30mailbox: cmdq: add mt8192 supportYongqiang Niu1-0/+10
2021-06-26mailbox: mtk-cmdq: Fix uninitialized variable in cmdq_mbox_flush()Dan Carpenter1-1/+1
2021-06-26mailbox: mtk-cmdq: Add struct cmdq_pkt in struct cmdq_cb_dataChun-Kuang Hu1-0/+2
2021-06-26mailbox: mtk-cmdq: Use mailbox rx_callbackChun-Kuang Hu1-5/+9
2021-06-26mailbox: mtk-cmdq: Remove cmdq_cb_statusChun-Kuang Hu1-5/+5
2021-06-26mailbox: mediatek: Remove redundant error printing in cmdq_probe()Zhen Lei1-3/+1
2020-10-12maiblox: mediatek: Fix handling of platform_get_irq() errorKrzysztof Kozlowski1-5/+3
2020-08-03mailbox: mediatek: cmdq: clear task in channel before shutdownDennis YC Hsieh1-0/+38
2020-08-03mailbox: cmdq: support mt6779 gce platform definitionDennis YC Hsieh1-0/+2
2020-08-03mailbox: cmdq: variablize address shift in platformDennis YC Hsieh1-13/+44
2020-03-19mailbox: mediatek: remove implementation related to atomic_execBibby Hsieh1-68/+8
2020-03-19mailbox: mediatek: implement flush functionBibby Hsieh1-0/+52
2019-09-17mailbox: mediatek: cmdq: clear the event in cmdq initial flowBibby Hsieh1-0/+5
2019-09-17mailbox: mediatek: cmdq: support mt8183 gce functionBibby Hsieh1-0/+1
2019-09-17mailbox: mediatek: cmdq: move the CMDQ_IRQ_MASK into cmdq driver dataBibby Hsieh1-5/+7
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-12-21mailbox: mtk-cmdq: Remove needless devm_kfree() callsThierry Reding1-8/+0
2018-12-21mailbox: mtk-cmdq: Use device-managed registration APIThierry Reding1-2/+1
2018-09-29mailbox: mediatek: Add check for possible failure of kzallocHoulong Wei1-0/+3
2018-08-15mailbox: add MODULE_LICENSE() for mtk-cmdq-mailbox.cRandy Dunlap1-0/+2
2018-08-03mailbox: mediatek: Add Mediatek CMDQ driverHoulong Wei1-0/+569