summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)Author
9 hoursmailbox: mailbox-test: make data_ready a per-instance variableWolfram Sang
9 hoursmailbox: mailbox-test: initialize struct earlierWolfram Sang
9 hoursmailbox: mailbox-test: don't free the reused channelWolfram Sang
9 hoursmailbox: add sanity check for channel arrayWolfram Sang
9 hoursmailbox: mailbox-test: free channels on probe errorWolfram Sang
2026-03-25mailbox: Prevent out-of-bounds access in fw_mbox_index_xlate()Joonwon Kang
2026-03-25mailbox: Allow controller specific mapping using fwnodeAnup Patel
2026-03-25mailbox: Use guard/scoped_guard for con_mutexPeng Fan
2026-03-25mailbox: Use dev_err when there is errorPeng Fan
2026-03-25mailbox: remove unused header filesTudor Ambarus
2026-03-25mailbox: sort headers alphabeticallyTudor Ambarus
2026-03-25mailbox: don't protect of_parse_phandle_with_args with con_mutexTudor Ambarus
2026-03-25mailbox: Use of_property_match_string() instead of open-codingRob Herring (Arm)
2026-03-04mailbox: sprd: clear delivery flag before handling TX doneOtto Pflüger
2026-03-04mailbox: sprd: mask interrupts that are not handledOtto Pflüger
2026-03-04mailbox: imx: Skip the suspend flag for i.MX7ULPJacky Bai
2026-03-04mailbox: pcc: Remove spurious IRQF_ONESHOT usageMark Brown
2026-03-04mailbox: bcm-ferxrm-mailbox: Use default primary handlerSebastian Andrzej Siewior
2025-12-07mailbox: pcc: don't zero error registerJamie Iles
2025-12-07mailbox: pcc: Refactor error handling in irq handler into separate functionSudeep Holla
2025-12-07mailbox: mailbox-test: Fix debugfs_create_dir error checkingHaotian Zhang
2025-10-19mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxesHarini T
2025-10-19mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() callHarini T
2025-07-06mailbox: Not protect module_put with spin_lock_irqsavePeng Fan
2025-06-04mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus
2025-06-04mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()Sudeep Holla
2025-05-02mailbox: pcc: Always clear the platform ack interrupt firstSudeep Holla
2025-05-02mailbox: pcc: Fix the possible race in updation of chan_in_use flagHuisong Li
2025-04-25mailbox: tegra-hsp: Define dimensioning masks in SoC dataKartik Rajput
2025-02-17mailbox: tegra-hsp: Clear mailbox before using messagePekka Pessi
2025-01-09mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young
2025-01-09mailbox: pcc: Support shared interrupt for multiple subspacesHuisong Li
2025-01-09mailbox: pcc: Add support for platform notification handlingHuisong Li
2024-12-09mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime...Jason-JH.Lin
2024-12-09mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb()Dan Carpenter
2024-10-10mailbox: bcm2835: Fix timeout during suspend modeStefan Wahren
2024-10-10mailbox: rockchip: fix a typo in module autoloadingLiao Chen
2024-02-05mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interruptXiaowu.ding
2023-09-05mailbox: qcom-ipcc: fix incorrect num_chans countingJonathan Marek
2023-09-05mailbox: Explicitly include correct DT includesRob Herring
2023-09-05mailbox: ti-msgmgr: Use devm_platform_ioremap_resource_byname()Li Zetao
2023-09-05mailbox: platform-mhu: Remove redundant dev_err()Ruan Jinjie
2023-09-05mailbox: bcm-pdc: Fix some kernel-doc commentsYang Li
2023-09-05mailbox: mailbox-test: Fix an error check in mbox_test_probe()Minjie Du
2023-09-05mailbox: tegra-hsp: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-09-05mailbox: rockchip: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-09-05mailbox: mailbox-test: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-09-05mailbox: bcm-pdc: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-09-05mailbox: bcm-ferxrm-mailbox: Use devm_platform_get_and_ioremap_resource()Yangtao Li
2023-06-30mailbox: ti-msgmgr: Fill non-message tx data fields with 0x0Nishanth Menon