summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
11 daysmailbox: bcm2835: Fix timeout during suspend modeStefan Wahren1-1/+2
11 daysmailbox: rockchip: fix a typo in module autoloadingLiao Chen1-1/+1
11 daysmailbox: 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
2024-05-20mailbox: omap: Remove kernel FIFO message queuingAndrew Davis2-111/+5
2024-05-20mailbox: omap: Reverse FIFO busy check logicAndrew Davis1-17/+16
2024-05-20mailbox: omap: Remove mbox_chan_to_omap_mbox()Andrew Davis1-11/+3
2024-05-20mailbox: omap: Use mbox_controller channel list directlyAndrew Davis1-31/+11
2024-05-20mailbox: omap: Use function local struct mbox_controllerAndrew Davis1-9/+12
2024-05-20mailbox: omap: Merge mailbox child node setup loopsAndrew Davis1-73/+46
2024-05-20mailbox: omap: Use devm_pm_runtime_enable() helperAndrew Davis1-15/+3
2024-05-20mailbox: omap: Remove device classAndrew Davis1-87/+2
2024-05-20mailbox: omap: Remove unneeded header omap-mailbox.hAndrew Davis1-5/+2
2024-05-20mailbox: omap: Move fifo size check to point of useAndrew Davis1-5/+5
2024-05-20mailbox: omap: Move omap_mbox_irq_t into driverAndrew Davis1-0/+5
2024-05-20mailbox: omap: Remove unused omap_mbox_request_channel() functionAndrew Davis1-36/+0
2024-05-20mailbox: omap: Remove unused omap_mbox_{enable,disable}_irq() functionsAndrew Davis1-32/+10
2024-05-01mailbox: zynqmp: Enable Bufferless IPI usage on Versal-based SOC'sBen Levinsky1-7/+122
2024-05-01mailbox: zynqmp: Move buffered IPI setup to of_match selected routineBen Levinsky1-35/+87
2024-05-01mailbox: zynqmp: Move of_match structure closer to usageBen Levinsky1-6/+6
2024-03-13Merge tag 'mailbox-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds1-22/+66
2024-03-11mailbox: imx: support i.MX95 Generic/ELE/V2X MUPeng Fan1-0/+3
2024-03-11mailbox: imx: populate sub-nodesPeng Fan1-0/+3
2024-03-11mailbox: imx: get RR/TR registers num from Parameter registerPeng Fan1-11/+36
2024-03-11mailbox: imx: support return value of initPeng Fan1-11/+24
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner1-4/+4
2024-01-18Merge tag 'mailbox-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds13-71/+57
2024-01-14mailbox: mtk-cmdq: Add CMDQ driver support for mt8188Jason-JH.Lin1-0/+8
2024-01-14mailbox: mtk-cmdq: Sort cmdq platform data by compatible nameJason-JH.Lin1-11/+11
2024-01-14mailbox: mtk-cmdq: Rename gce_plat variable with SoC name postfixJason-JH.Lin1-12/+12
2024-01-14mailbox: zynqmp-ipi: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-01-14mailbox: tegra-hsp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-01-14mailbox: sun6i-msgbox: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-01-14mailbox: stm32-ipcc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2