summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2025-12-07mailbox: pcc: don't zero error registerJamie Iles1-4/+4
2025-12-07mailbox: pcc: Refactor error handling in irq handler into separate functionSudeep Holla1-10/+20
2025-12-07mailbox: mtk-cmdq: Refine DMA address handling for the command bufferJason-JH Lin1-14/+31
2025-12-07mailbox: mailbox-test: Fix debugfs_create_dir error checkingHaotian Zhang1-1/+1
2025-10-19mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()Jason-JH Lin1-11/+1
2025-10-19mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()Sakari Ailus1-5/+5
2025-10-19mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()Sakari Ailus1-5/+5
2025-10-19mailbox: zynqmp-ipi: Fix SGI cleanup on unbindHarini T1-5/+10
2025-10-19mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loopHarini T1-1/+1
2025-10-19mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxesHarini T1-4/+2
2025-10-19mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() callHarini T1-1/+0
2025-07-06mailbox: Not protect module_put with spin_lock_irqsavePeng Fan1-1/+1
2025-06-19mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE settingJason-JH Lin1-29/+22
2025-06-19mailbox: imx: Fix TXDB_V2 sendingPeng Fan1-6/+15
2025-05-29mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus1-3/+4
2025-05-29mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()Sudeep Holla1-2/+6
2025-05-02mailbox: pcc: Always clear the platform ack interrupt firstSudeep Holla1-3/+4
2025-05-02mailbox: pcc: Fix the possible race in updation of chan_in_use flagHuisong Li1-1/+7
2025-04-20mailbox: tegra-hsp: Define dimensioning masks in SoC dataKartik Rajput1-12/+60
2025-02-17mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()Uros Bizjak1-1/+1
2025-02-17mailbox: tegra-hsp: Clear mailbox before using messagePekka Pessi1-2/+4
2024-12-14mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young1-8/+53
2024-12-05kfifo: don't include dma-mapping.h in kfifo.hChristoph Hellwig1-0/+1
2024-12-05mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter1-4/+4
2024-12-05mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()Yang Yingliang1-1/+1
2024-11-12mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flagSibi Sankar1-1/+1
2024-09-27mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2-2/+2
2024-09-23mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)1-16/+6
2024-09-23mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren1-1/+2
2024-09-23mailbox: sprd: Use devm_clk_get_enabled() helpersHuan Yang1-21/+4
2024-09-23mailbox: rockchip: fix a typo in module autoloadingLiao Chen1-1/+1
2024-09-23mailbox: imx: use device name in interrupt namePeng Fan1-3/+3
2024-09-23mailbox: ARM_MHU_V3 should depend on ARM64Geert Uytterhoeven1-0/+1
2024-07-20mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...Jason-JH.Lin1-6/+6
2024-07-20mailbox: zynqmp-ipi: Make polling period configurableBen Levinsky1-1/+8
2024-07-20mailbox: qcom-cpucp: fix 64BIT dependencyArnd Bergmann1-1/+1
2024-07-10mailbox: Add support for QTI CPUCP mailbox controllerSibi Sankar3-0/+197
2024-07-10mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-10mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'Dr. David Alan Gilbert1-4/+0
2024-07-10mailbox: imx: fix TXDB_V2 channel race conditionPeng Fan1-1/+9
2024-07-10mailbox: omap: Fix mailbox interrupt sharingAndrew Davis1-1/+2
2024-07-10mailbox: mtk-cmdq: Dynamically allocate clk_bulk_data structureAngeloGioacchino Del Regno1-2/+6
2024-07-10mailbox: mtk-cmdq: Move and partially refactor clocks probeAngeloGioacchino Del Regno1-28/+51
2024-07-10mailbox: mtk-cmdq: Stop requiring name for GCE clockAngeloGioacchino Del Regno1-1/+1
2024-05-31mailbox: zynqmp-ipi: drop irq_to_desc() callArnd Bergmann1-1/+0
2024-05-20mailbox: Convert from tasklet to BH workqueueAllen Pais2-18/+19
2024-05-20mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdownJason-JH.Lin1-1/+1
2024-05-20mailbox: mtk-cmdq-mailbox: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-20mailbox: zynqmp: handle SGI for shared IPITanmay Shah1-7/+152
2024-05-20mailbox: arm_mhuv3: Add driverCristian Marussi3-0/+1117