summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* mailbox: imx: add SCU MU supportPeng Fan2020-03-191-0/+155
* mailbox: imx: restructure code to make easy for new MUPeng Fan2020-03-191-54/+83
* mailbox: mediatek: remove implementation related to atomic_execBibby Hsieh2020-03-191-68/+8
* mailbox: mediatek: implement flush functionBibby Hsieh2020-03-191-0/+52
* maillbox: bcm-flexrm-mailbox: handle cmpl_pool dma allocation failureRayagonda Kokatanur2020-03-191-0/+2
* mailbox: sun6i-msgbox: Add a new mailbox driverSamuel Holland2020-03-193-0/+337
* mailbox: bcm-pdc: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-191-10/+10
* mailbox:armada-37xx-rwtm:remove duplicate print in armada_37xx_mbox_probe()Tang Bin2020-03-191-6/+2
* mailbox: armada-37xx-rwtm: convert to devm_platform_ioremap_resourceYangtao Li2020-01-081-4/+1
* Merge tag 'mailbox-v5.5' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2019-12-014-51/+62
|\
| * mailbox: imx: add support for imx v1 muRichard Zhu2019-11-301-17/+38
| * mailbox: imx: Clear the right interrupts at shutdownDaniel Baluta2019-11-301-2/+13
| * mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta2019-11-301-1/+3
| * mailbox: stm32-ipcc: Update wakeup managementFabien Dessenne2019-11-301-29/+7
| * mailbox: no need to set .owner platform_driver_registerTian Tao2019-11-261-1/+0
| * mailbox/omap: Handle if CONFIG_PM is disabledBrandon Maier2019-11-261-1/+1
* | mailbox: tegra: Fix superfluous IRQ error messageJon Hunter2019-11-121-2/+2
|/
* mailbox: qcom-apcs: fix max_register valueJorge Ramirez-Ortiz2019-09-171-1/+1
* mailbox: qcom: Add support for IPQ8074 APCSGokul Sriram Palanisamy2019-09-171-0/+1
* mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCsSibi Sankar2019-09-171-0/+2
* mbox: qcom: replace integer with valid macroJorge Ramirez-Ortiz2019-09-171-1/+2
* mbox: qcom: add APCS child device for QCS404Jorge Ramirez-Ortiz2019-09-171-2/+6
* mailbox: mediatek: cmdq: clear the event in cmdq initial flowBibby Hsieh2019-09-171-0/+5
* mailbox: mediatek: cmdq: support mt8183 gce functionBibby Hsieh2019-09-171-0/+1
* mailbox: mediatek: cmdq: move the CMDQ_IRQ_MASK into cmdq driver dataBibby Hsieh2019-09-171-5/+7
* mailbox: armada-37xx-rwtm: Use device-managed registration APIChuhong Yuan2019-09-171-13/+1
* Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2019-07-148-48/+81
|\
| * mailbox: handle failed named mailbox channel requestmorten petersen2019-07-111-2/+4
| * mailbox: tegra: avoid resume NULL mailboxesBitan Biswas2019-07-101-4/+6
| * mailbox: tegra: hsp: add noirq resumeBitan Biswas2019-07-101-1/+9
| * mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directlyFuqian Huang2019-07-101-4/+2
| * mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta2019-07-101-2/+2
| * mailbox: omap: Add support for TI K3 SoCsSuman Anna2019-07-102-18/+27
| * mailbox: arm_mhu: reorder header inclusion and drop unneeded onesSudeep Holla2019-07-101-7/+4
| * mailbox: stm32_ipcc: add spinlock to fix channels concurrent accessArnaud Pouliquen2019-07-101-10/+27
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-29/+7
|\ \ | |/ |/|
| * mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-032-29/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-9/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner2019-06-191-12/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-052-18/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner2019-06-053-28/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-051-9/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-14/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2019-05-161-0/+1
|\
| * clk: Remove io.h from clk-provider.hStephen Boyd2019-05-151-0/+1
* | Merge tag 'mailbox-v5.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds2019-05-105-8/+246
|\ \