summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorLines
2019-12-01Merge tag 'mailbox-v5.5' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-51/+62
2019-11-30mailbox: imx: add support for imx v1 muRichard Zhu-17/+38
2019-11-30mailbox: imx: Clear the right interrupts at shutdownDaniel Baluta-2/+13
2019-11-30mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta-1/+3
2019-11-30mailbox: stm32-ipcc: Update wakeup managementFabien Dessenne-29/+7
2019-11-26mailbox: no need to set .owner platform_driver_registerTian Tao-1/+0
2019-11-26mailbox/omap: Handle if CONFIG_PM is disabledBrandon Maier-1/+1
2019-11-12mailbox: tegra: Fix superfluous IRQ error messageJon Hunter-2/+2
2019-09-17mailbox: qcom-apcs: fix max_register valueJorge Ramirez-Ortiz-1/+1
2019-09-17mailbox: qcom: Add support for IPQ8074 APCSGokul Sriram Palanisamy-0/+1
2019-09-17mailbox: qcom: Add support for Qualcomm SM8150 and SC7180 SoCsSibi Sankar-0/+2
2019-09-17mbox: qcom: replace integer with valid macroJorge Ramirez-Ortiz-1/+2
2019-09-17mbox: qcom: add APCS child device for QCS404Jorge Ramirez-Ortiz-2/+6
2019-09-17mailbox: mediatek: cmdq: clear the event in cmdq initial flowBibby Hsieh-0/+5
2019-09-17mailbox: mediatek: cmdq: support mt8183 gce functionBibby Hsieh-0/+1
2019-09-17mailbox: mediatek: cmdq: move the CMDQ_IRQ_MASK into cmdq driver dataBibby Hsieh-5/+7
2019-09-17mailbox: armada-37xx-rwtm: Use device-managed registration APIChuhong Yuan-13/+1
2019-07-14Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-48/+81
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-29/+7
2019-07-11mailbox: handle failed named mailbox channel requestmorten petersen-2/+4
2019-07-10mailbox: tegra: avoid resume NULL mailboxesBitan Biswas-4/+6
2019-07-10mailbox: tegra: hsp: add noirq resumeBitan Biswas-1/+9
2019-07-10mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directlyFuqian Huang-4/+2
2019-07-10mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta-2/+2
2019-07-10mailbox: omap: Add support for TI K3 SoCsSuman Anna-18/+27
2019-07-10mailbox: arm_mhu: reorder header inclusion and drop unneeded onesSudeep Holla-7/+4
2019-07-10mailbox: stm32_ipcc: add spinlock to fix channels concurrent accessArnaud Pouliquen-10/+27
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-9/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner-28/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-9/+1
2019-06-03mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman-29/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-10/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd-0/+1
2019-05-10Merge tag 'mailbox-v5.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds-8/+246
2019-05-09mailbox: Add support for Armada 37xx rWTM mailboxMarek Behun-0/+237
2019-05-09mailbox: stm32-ipcc: check invalid irqFabien Dessenne-5/+8
2019-05-09mailbox: imx: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch-1/+1
2019-03-11mailbox: imx: keep MU irq working during suspend/resumeAnson Huang-2/+2
2019-03-06mailbox: ZynqMP IPI mailbox controllerWendy Liang-0/+738
2019-03-06mailbox: stm32-ipcc: remove useless device_init_wakeup callFabien Dessenne-2/+0
2019-03-06mailbox: stm32-ipcc: do not enable wakeup source by defaultFabien Dessenne-1/+1
2019-03-06mailbox: mailbox-test: fix null pointer if no mmioFabien Dessenne-6/+8