summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorLines
2025-03-26mailbox: remove unused header filesTudor Ambarus-3/+0
2025-03-26mailbox: explicitly include <linux/bits.h>Tudor Ambarus-0/+2
2025-03-26mailbox: sort headers alphabeticallyTudor Ambarus-7/+7
2025-03-26mailbox: don't protect of_parse_phandle_with_args with con_mutexTudor Ambarus-3/+2
2025-03-26mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus-3/+4
2025-03-26mailbox: arm_mhuv2: Constify amba_id tableKrzysztof Kozlowski-1/+1
2025-03-26mailbox: arm_mhu_db: Constify amba_id tableKrzysztof Kozlowski-1/+1
2025-03-26mailbox: arm_mhu: Constify amba_id tableKrzysztof Kozlowski-1/+1
2025-03-26mailbox: pl320-ipc: Constify amba_id tableKrzysztof Kozlowski-1/+1
2025-03-26mailbox: pl320-ipc: Drop unused xxx_destination functionsKrzysztof Kozlowski-12/+0
2025-03-26mailbox: tegra-hsp: Define dimensioning masks in SoC dataKartik Rajput-12/+60
2025-02-18mailbox: Switch to use hrtimer_setup()Nam Cao-3/+1
2025-01-18mailbox: th1520: Fix memory corruption due to incorrect array sizeMichal Wilczynski-1/+1
2025-01-18mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()Uros Bizjak-1/+1
2025-01-18mailbox: add Samsung Exynos driverTudor Ambarus-0/+170
2025-01-18mailbox: qcom: Add support for IPQ5424 APCS IPCGokul Sriram Palanisamy-0/+1
2025-01-18mailbox: qcom-ipcc: Reset CLEAR_ON_RECV_RD if set from boot firmwareMukesh Ojha-0/+16
2025-01-18mailbox: add Microchip IPC supportValentina Fernandez-0/+519
2025-01-18mailbox: tegra-hsp: Clear mailbox before using messagePekka Pessi-2/+4
2025-01-18mailbox: mpfs: fix copy and paste bug in probeDan Carpenter-1/+1
2025-01-18mailbox: th1520: Fix a NULL vs IS_ERR() bugDan Carpenter-1/+3
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2024-11-24mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young-8/+53
2024-11-24mailbox: Switch back to struct platform_driver::remove()Uwe Kleine-König-13/+13
2024-11-24mailbox: imx: Modify the incorrect format specifierzhang jiao-2/+2
2024-11-24mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter-4/+4
2024-11-24mailbox: zynqmp: setup IPI for each valid child nodeTanmay Shah-2/+2
2024-11-24mailbox: Introduce support for T-head TH1520 Mailbox driverMichal Wilczynski-0/+609
2024-11-24mailbox: mtk-cmdq: fix wrong use of sizeof in cmdq_get_clocks()Yang Yingliang-1/+1
2024-11-24mailbox: ti-msgmgr: Allow building under COMPILE_TESTAndrew Davis-1/+1
2024-11-24mailbox: ti-msgmgr: Remove use of of_match_ptr() helperAndrew Davis-1/+1
2024-11-24mailbox: qcom-cpucp: Mark the irq with IRQF_NO_SUSPEND flagSibi Sankar-1/+1
2024-11-24mailbox: mtk-cmdq-mailbox: Switch to __pm_runtime_put_autosuspend()Sakari Ailus-5/+5
2024-11-24mailbox: mpfs: support new, syscon based, devicetree configurationConor Dooley-14/+68
2024-10-23kfifo: don't include dma-mapping.h in kfifo.hChristoph Hellwig-0/+1
2024-09-27mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann-2/+2
2024-09-22mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)-16/+6
2024-09-22mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren-1/+2
2024-09-22mailbox: sprd: Use devm_clk_get_enabled() helpersHuan Yang-21/+4
2024-09-22mailbox: rockchip: fix a typo in module autoloadingLiao Chen-1/+1
2024-09-22mailbox: imx: use device name in interrupt namePeng Fan-3/+3
2024-09-22mailbox: ARM_MHU_V3 should depend on ARM64Geert Uytterhoeven-0/+1
2024-07-19mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...Jason-JH.Lin-6/+6
2024-07-19mailbox: zynqmp-ipi: Make polling period configurableBen Levinsky-1/+8
2024-07-19mailbox: qcom-cpucp: fix 64BIT dependencyArnd Bergmann-1/+1
2024-07-10mailbox: Add support for QTI CPUCP mailbox controllerSibi Sankar-0/+197
2024-07-10mailbox: mtk-cmdq: add missing MODULE_DESCRIPTION() macroJeff Johnson-0/+1
2024-07-10mailbox: bcm-pdc: remove unused struct 'pdc_dma_map'Dr. David Alan Gilbert-4/+0
2024-07-10mailbox: imx: fix TXDB_V2 channel race conditionPeng Fan-1/+9
2024-07-10mailbox: omap: Fix mailbox interrupt sharingAndrew Davis-1/+2