summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)Author
2025-11-28mailbox: th1520: fix clock imbalance on probe failureJohan Hovold
2025-11-28mailbox: pcc: don't zero error registerJamie Iles
2025-11-28mailbox: mtk-gpueb: Add missing 'static' to mailbox ops structNicolas Frattaroli
2025-11-28mailbox: mtk-cmdq: Refine DMA address handling for the command bufferJason-JH Lin
2025-11-28mailbox: mailbox-test: Fix debugfs_create_dir error checkingHaotian Zhang
2025-11-28mailbox: omap-mailbox: Check for pending msgs only when mbox is exclusiveBeleswar Padhi
2025-10-08Merge tag 'mailbox-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2025-10-07mailbox: mtk-cmdq: Remove pm_runtime APIs from cmdq_mbox_send_data()Jason-JH Lin
2025-10-06mailbox: add MediaTek GPUEB IPI mailboxNicolas Frattaroli
2025-10-06mailbox: zynqmp-ipi: Fix SGI cleanup on unbindHarini T
2025-10-06mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loopHarini T
2025-10-06mailbox: zynqmp-ipi: Remove dev.parent check in zynqmp_ipi_free_mboxesHarini T
2025-10-06mailbox: zynqmp-ipi: Remove redundant mbox_controller_unregister() callHarini T
2025-10-06mailbox: remove unneeded 'fast_io' parameter in regmap_configWolfram Sang
2025-10-06mailbox: arm_mhuv3: Remove no_free_ptr() to maintain the original form of the...Liao Yuanhong
2025-09-25mailbox/riscv-sbi-mpxy: Add ACPI supportSunil V L
2025-09-24mailbox: Add RISC-V SBI message proxy (MPXY) based mailbox driverAnup Patel
2025-09-24mailbox: Allow controller specific mapping using fwnodeAnup Patel
2025-08-07mailbox/pcc: support mailbox management of the shared bufferAdam Young
2025-08-06mailbox: bcm74110: Fix spelling mistakeColin Ian King
2025-08-06mailbox: bcm74110: remove unneeded semicolonJiapeng Chong
2025-08-06mailbox: aspeed: add mailbox driver for AST27XX series SoCJammy Huang
2025-08-06mailbox: Add support for bcm74110Justin Chen
2025-08-06mailbox: Use dev_fwnode()Jiri Slaby (SUSE)
2025-08-06mailbox: mtk-cmdq: Switch to pm_runtime_put_autosuspend()Sakari Ailus
2025-07-21Merge branch 'newsoc/cix-p1' into soc/newsocArnd Bergmann
2025-07-21mailbox: add CIX mailbox driverGuomin Chen
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-02Merge tag 'mailbox-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2025-05-29mailbox: qcom-apcs-ipc: Assign OF node to clock controller child deviceStephan Gerhold
2025-05-26mailbox: sophgo: add mailbox driver for CV18XX series SoCYuntao Dai
2025-05-26mailbox: Use guard/scoped_guard for spinlockPeng Fan
2025-05-26mailbox: Use guard/scoped_guard for con_mutexPeng Fan
2025-05-26mailbox: Remove devm_mbox_controller_unregisterPeng Fan
2025-05-26mailbox: Propagate correct error return valuePeng Fan
2025-05-26mailbox: Not protect module_put with spin_lock_irqsavePeng Fan
2025-05-26mailbox: Use dev_err when there is errorPeng Fan
2025-05-26mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE settingJason-JH Lin
2025-05-26mailbox: imx: Fix TXDB_V2 sendingPeng Fan
2025-05-26mailbox: mchp-ipc-sbi: Fix COMPILE_TEST build errorYue Haibing
2025-05-16mailbox: qcom-ipcc: Switch to irq_domain_create_tree()Jiri Slaby (SUSE)
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-29Merge tag 'mailbox-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2025-03-26mailbox: Remove unneeded semicolonChen Ni
2025-03-26mailbox: pcc: Refactor and simplify check_and_ack()Sudeep Holla
2025-03-26mailbox: pcc: Always map the shared memory communication addressSudeep Holla
2025-03-26mailbox: pcc: Refactor error handling in irq handler into separate functionSudeep Holla
2025-03-26mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()Sudeep Holla
2025-03-26mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_checkSudeep Holla
2025-03-26mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flagsSudeep Holla