summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorLines
2025-10-08Merge tag 'mailbox-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-24/+346
2025-10-07mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()Jason-JH Lin-11/+1
2025-10-06mailbox: add MediaTek GPUEB IPI mailboxNicolas Frattaroli-0/+331
2025-10-06mailbox: zynqmp-ipi: Fix SGI cleanup on unbindHarini T-5/+10
2025-10-06mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loopHarini T-1/+1
2025-10-06mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxesHarini T-4/+2
2025-10-06mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() callHarini T-1/+0
2025-10-06mailbox: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang-1/+0
2025-10-06mailbox: arm_mhuv3: Remove no_free_ptr() to maintain the original form of the...Liao Yuanhong-1/+1
2025-09-25mailbox/riscv-sbi-mpxy: Add ACPI supportSunil V L-1/+26
2025-09-24mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driverAnup Patel-0/+1007
2025-09-24mailbox: Allow controller specific mapping using fwnodeAnup Patel-25/+40
2025-08-07mailbox/pcc: support mailbox management of the shared bufferAdam Young-4/+98
2025-08-06mailbox: bcm74110: Fix spelling mistakeColin Ian King-1/+1
2025-08-06mailbox: bcm74110: remove unneeded semicolonJiapeng Chong-2/+2
2025-08-06mailbox: aspeed: add mailbox driver for AST27XX series SoCJammy Huang-0/+246
2025-08-06mailbox: Add support for bcm74110Justin Chen-0/+668
2025-08-06mailbox: Use dev_fwnode()Jiri Slaby (SUSE)-2/+1
2025-08-06mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()Sakari Ailus-5/+5
2025-07-21Merge branch 'newsoc/cix-p1' into soc/newsocArnd Bergmann-0/+657
2025-07-21mailbox: add CIX mailbox driverGuomin Chen-0/+657
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+1
2025-06-02Merge tag 'mailbox-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-166/+357
2025-05-29mailbox: qcom-apcs-ipc: Assign OF node to clock controller child deviceStephan Gerhold-4/+12
2025-05-26mailbox: sophgo: add mailbox driver for CV18XX series SoCYuntao Dai-0/+232
2025-05-26mailbox: Use guard/scoped_guard for spinlockPeng Fan-60/+45
2025-05-26mailbox: Use guard/scoped_guard for con_mutexPeng Fan-35/+26
2025-05-26mailbox: Remove devm_mbox_controller_unregisterPeng Fan-27/+0
2025-05-26mailbox: Propagate correct error return valuePeng Fan-1/+1
2025-05-26mailbox: Not protect module_put with spin_lock_irqsavePeng Fan-1/+1
2025-05-26mailbox: Use dev_err when there is errorPeng Fan-2/+2
2025-05-26mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE settingJason-JH Lin-29/+22
2025-05-26mailbox: imx: Fix TXDB_V2 sendingPeng Fan-6/+15
2025-05-26mailbox: mchp-ipc-sbi: Fix COMPILE_TEST build errorYue Haibing-2/+2
2025-05-16mailbox: qcom-ipcc: Switch to irq_domain_create_tree()Jiri Slaby (SUSE)-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-1/+1
2025-03-29Merge tag 'mailbox-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-99/+133
2025-03-26mailbox: Remove unneeded semicolonChen Ni-1/+1
2025-03-26mailbox: pcc: Refactor and simplify check_and_ack()Sudeep Holla-24/+13
2025-03-26mailbox: pcc: Always map the shared memory communication addressSudeep Holla-20/+9
2025-03-26mailbox: pcc: Refactor error handling in irq handler into separate functionSudeep Holla-10/+20
2025-03-26mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()Sudeep Holla-2/+6
2025-03-26mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_checkSudeep Holla-3/+3
2025-03-26mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flagsSudeep Holla-1/+1
2025-03-26mailbox: pcc: Always clear the platform ack interrupt firstSudeep Holla-3/+4
2025-03-26mailbox: pcc: Fix the possible race in updation of chan_in_use flagHuisong Li-1/+7
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