summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2024-11-24mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young1-8/+53
2024-11-24mailbox: Switch back to struct platform_driver::remove()Uwe Kleine-König11-13/+13
2024-11-24mailbox: imx: Modify the incorrect format specifierzhang jiao1-2/+2
2024-11-24mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter1-4/+4
2024-11-24mailbox: zynqmp: setup IPI for each valid child nodeTanmay Shah1-2/+2
2024-11-24mailbox: Introduce support for T-head TH1520 Mailbox driverMichal Wilczynski3-0/+609
2024-11-24mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()Yang Yingliang1-1/+1
2024-11-24mailbox: ti-msgmgr: Allow building under COMPILE_TESTAndrew Davis1-1/+1
2024-11-24mailbox: ti-msgmgr: Remove use of of_match_ptr() helperAndrew Davis1-1/+1
2024-11-24mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flagSibi Sankar1-1/+1
2024-11-24mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()Sakari Ailus1-5/+5
2024-11-24mailbox: mpfs: support new, syscon based, devicetree configurationConor Dooley2-14/+68
2024-10-23kfifo: don't include dma-mapping.h in kfifo.hChristoph Hellwig1-0/+1
2024-09-27mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2-2/+2
2024-09-22mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)1-16/+6
2024-09-22mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren1-1/+2
2024-09-22mailbox: sprd: Use devm_clk_get_enabled() helpersHuan Yang1-21/+4
2024-09-22mailbox: rockchip: fix a typo in module autoloadingLiao Chen1-1/+1
2024-09-22mailbox: imx: use device name in interrupt namePeng Fan1-3/+3
2024-09-22mailbox: ARM_MHU_V3 should depend on ARM64Geert Uytterhoeven1-0/+1
2024-07-19mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...Jason-JH.Lin1-6/+6
2024-07-19mailbox: zynqmp-ipi: Make polling period configurableBen Levinsky1-1/+8
2024-07-19mailbox: 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-19mailbox: Convert from tasklet to BH workqueueAllen Pais2-18/+19
2024-05-19mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdownJason-JH.Lin1-1/+1
2024-05-19mailbox: mtk-cmdq-mailbox: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-19mailbox: zynqmp: handle SGI for shared IPITanmay Shah1-7/+152
2024-05-19mailbox: arm_mhuv3: Add driverCristian Marussi3-0/+1117
2024-05-19mailbox: omap: Remove kernel FIFO message queuingAndrew Davis2-111/+5
2024-05-19mailbox: omap: Reverse FIFO busy check logicAndrew Davis1-17/+16
2024-05-19mailbox: omap: Remove mbox_chan_to_omap_mbox()Andrew Davis1-11/+3
2024-05-19mailbox: omap: Use mbox_controller channel list directlyAndrew Davis1-31/+11
2024-05-19mailbox: omap: Use function local struct mbox_controllerAndrew Davis1-9/+12
2024-05-19mailbox: omap: Merge mailbox child node setup loopsAndrew Davis1-73/+46
2024-05-19mailbox: omap: Use devm_pm_runtime_enable() helperAndrew Davis1-15/+3
2024-05-19mailbox: omap: Remove device classAndrew Davis1-87/+2
2024-05-19mailbox: omap: Remove unneeded header omap-mailbox.hAndrew Davis1-5/+2
2024-05-19mailbox: omap: Move fifo size check to point of useAndrew Davis1-5/+5
2024-05-19mailbox: omap: Move omap_mbox_irq_t into driverAndrew Davis1-0/+5
2024-05-19mailbox: omap: Remove unused omap_mbox_request_channel() functionAndrew Davis1-36/+0