summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)Author
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
2025-03-26mailbox: pcc: Always clear the platform ack interrupt firstSudeep Holla
2025-03-26mailbox: pcc: Fix the possible race in updation of chan_in_use flagHuisong Li
2025-03-26mailbox: remove unused header filesTudor Ambarus
2025-03-26mailbox: explicitly include <linux/bits.h>Tudor Ambarus
2025-03-26mailbox: sort headers alphabeticallyTudor Ambarus
2025-03-26mailbox: don't protect of_parse_phandle_with_args with con_mutexTudor Ambarus
2025-03-26mailbox: use error ret code of of_parse_phandle_with_args()Tudor Ambarus
2025-03-26mailbox: arm_mhuv2: Constify amba_id tableKrzysztof Kozlowski
2025-03-26mailbox: arm_mhu_db: Constify amba_id tableKrzysztof Kozlowski
2025-03-26mailbox: arm_mhu: Constify amba_id tableKrzysztof Kozlowski
2025-03-26mailbox: pl320-ipc: Constify amba_id tableKrzysztof Kozlowski
2025-03-26mailbox: pl320-ipc: Drop unused xxx_destination functionsKrzysztof Kozlowski
2025-03-26mailbox: tegra-hsp: Define dimensioning masks in SoC dataKartik Rajput
2025-02-18mailbox: Switch to use hrtimer_setup()Nam Cao
2025-01-18mailbox: th1520: Fix memory corruption due to incorrect array sizeMichal Wilczynski
2025-01-18mailbox: zynqmp: Remove invalid __percpu annotation in zynqmp_ipi_probe()Uros Bizjak
2025-01-18mailbox: add Samsung Exynos driverTudor Ambarus
2025-01-18mailbox: qcom: Add support for IPQ5424 APCS IPCGokul Sriram Palanisamy
2025-01-18mailbox: qcom-ipcc: Reset CLEAR_ON_RECV_RD if set from boot firmwareMukesh Ojha
2025-01-18mailbox: add Microchip IPC supportValentina Fernandez
2025-01-18mailbox: tegra-hsp: Clear mailbox before using messagePekka Pessi
2025-01-18mailbox: mpfs: fix copy and paste bug in probeDan Carpenter
2025-01-18mailbox: th1520: Fix a NULL vs IS_ERR() bugDan Carpenter
2024-11-30Merge tag 'tty-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-11-24mailbox: pcc: Check before sending MCTP PCC response ACKAdam Young
2024-11-24mailbox: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-11-24mailbox: imx: Modify the incorrect format specifierzhang jiao