summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorFilesLines
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-02Merge tag 'mailbox-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds7-166/+357
2025-05-29mailbox: qcom-apcs-ipc: Assign OF node to clock controller child deviceStephan Gerhold1-4/+12
2025-05-27mailbox: sophgo: add mailbox driver for CV18XX series SoCYuntao Dai3-0/+232
2025-05-27mailbox: Use guard/scoped_guard for spinlockPeng Fan1-60/+45
2025-05-27mailbox: Use guard/scoped_guard for con_mutexPeng Fan1-35/+26
2025-05-27mailbox: Remove devm_mbox_controller_unregisterPeng Fan1-27/+0
2025-05-27mailbox: Propagate correct error return valuePeng Fan1-1/+1
2025-05-27mailbox: Not protect module_put with spin_lock_irqsavePeng Fan1-1/+1
2025-05-27mailbox: Use dev_err when there is errorPeng Fan1-2/+2
2025-05-27mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE settingJason-JH Lin1-29/+22
2025-05-27mailbox: imx: Fix TXDB_V2 sendingPeng Fan1-6/+15
2025-05-27mailbox: mchp-ipc-sbi: Fix COMPILE_TEST build errorYue Haibing1-2/+2
2025-05-16mailbox: qcom-ipcc: Switch to irq_domain_create_tree()Jiri Slaby (SUSE)1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-30Merge tag 'mailbox-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds9-99/+133
2025-03-27mailbox: Remove unneeded semicolonChen Ni1-1/+1
2025-03-27mailbox: pcc: Refactor and simplify check_and_ack()Sudeep Holla1-24/+13
2025-03-27mailbox: pcc: Always map the shared memory communication addressSudeep Holla1-20/+9
2025-03-27mailbox: pcc: Refactor error handling in irq handler into separate functionSudeep Holla1-10/+20
2025-03-27mailbox: pcc: Use acpi_os_ioremap() instead of ioremap()Sudeep Holla1-2/+6
2025-03-27mailbox: pcc: Return early if no GAS register from pcc_mbox_cmd_complete_checkSudeep Holla1-3/+3
2025-03-27mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flagsSudeep Holla1-1/+1
2025-03-27mailbox: pcc: Always clear the platform ack interrupt firstSudeep Holla1-3/+4
2025-03-27mailbox: pcc: Fix the possible race in updation of chan_in_use flagHuisong Li1-1/+7
2025-03-27mailbox: remove unused header filesTudor Ambarus1-3/+0
2025-03-27mailbox: explicitly include <linux/bits.h>Tudor Ambarus1-0/+2
2025-03-27mailbox: sort headers alphabeticallyTudor Ambarus1-7/+7
2025-03-27mailbox: don't protect of_parse_phandle_with_args with con_mutexTudor Ambarus1-3/+2
2025-03-27mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus1-3/+4
2025-03-27mailbox: arm_mhuv2: Constify amba_id tableKrzysztof Kozlowski1-1/+1
2025-03-27mailbox: arm_mhu_db: Constify amba_id tableKrzysztof Kozlowski1-1/+1
2025-03-27mailbox: arm_mhu: Constify amba_id tableKrzysztof Kozlowski1-1/+1
2025-03-27mailbox: pl320-ipc: Constify amba_id tableKrzysztof Kozlowski1-1/+1
2025-03-27mailbox: pl320-ipc: Drop unused xxx_destination functionsKrzysztof Kozlowski1-12/+0
2025-03-27mailbox: tegra-hsp: Define dimensioning masks in SoC dataKartik Rajput1-12/+60
2025-02-18mailbox: Switch to use hrtimer_setup()Nam Cao1-3/+1
2025-01-19mailbox: th1520: Fix memory corruption due to incorrect array sizeMichal Wilczynski1-1/+1
2025-01-19mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()Uros Bizjak1-1/+1
2025-01-19mailbox: add Samsung Exynos driverTudor Ambarus3-0/+170
2025-01-19mailbox: qcom: Add support for IPQ5424 APCS IPCGokul Sriram Palanisamy1-0/+1
2025-01-19mailbox: qcom-ipcc: Reset CLEAR_ON_RECV_RD if set from boot firmwareMukesh Ojha1-0/+16
2025-01-19mailbox: add Microchip IPC supportValentina Fernandez3-0/+519
2025-01-19mailbox: tegra-hsp: Clear mailbox before using messagePekka Pessi1-2/+4
2025-01-19mailbox: mpfs: fix copy and paste bug in probeDan Carpenter1-1/+1
2025-01-19mailbox: th1520: Fix a NULL vs IS_ERR() bugDan Carpenter1-1/+3
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