aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-14Merge tag 'mailbox-v5.3' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds8-48/+81
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-29/+7
2019-07-11mailbox: handle failed named mailbox channel requestmorten petersen1-2/+4
2019-07-10mailbox: tegra: avoid resume NULL mailboxesBitan Biswas1-4/+6
2019-07-10mailbox: tegra: hsp: add noirq resumeBitan Biswas1-1/+9
2019-07-10mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directlyFuqian Huang1-4/+2
2019-07-10mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta1-2/+2
2019-07-10mailbox: omap: Add support for TI K3 SoCsSuman Anna2-18/+27
2019-07-10mailbox: arm_mhu: reorder header inclusion and drop unneeded onesSudeep Holla1-7/+4
2019-07-10mailbox: stm32_ipcc: add spinlock to fix channels concurrent accessArnaud Pouliquen1-10/+27
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2-9/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 459Thomas Gleixner1-12/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2-18/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner3-28/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-9/+1
2019-06-03mailbox: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-29/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2-24/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2-10/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2019-05-10Merge tag 'mailbox-v5.2' of git://git.linaro.org/landing-teams/working/fujitsu/integrationLinus Torvalds5-8/+246
2019-05-09mailbox: Add support for Armada 37xx rWTM mailboxMarek Behun3-0/+237
2019-05-09mailbox: stm32-ipcc: check invalid irqFabien Dessenne1-5/+8
2019-05-09mailbox: imx: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-04acpi: Create subtable parsing infrastructureKeith Busch1-1/+1
2019-03-11mailbox: imx: keep MU irq working during suspend/resumeAnson Huang1-2/+2
2019-03-06mailbox: ZynqMP IPI mailbox controllerWendy Liang3-0/+738
2019-03-06mailbox: stm32-ipcc: remove useless device_init_wakeup callFabien Dessenne1-2/+0
2019-03-06mailbox: stm32-ipcc: do not enable wakeup source by defaultFabien Dessenne1-1/+1
2019-03-06mailbox: mailbox-test: fix null pointer if no mmioFabien Dessenne1-6/+8
2019-03-06mailbox: mailbox-test: fix debugfs in multi-instancesFabien Dessenne1-6/+6
2019-03-06mailbox: tegra-hsp: mark suspend function as __maybe_unusedArnd Bergmann1-1/+1
2019-02-18mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush timeout issueRayagonda Kokatanur1-2/+2
2019-02-18mailbox: Export mbox_flush()Thierry Reding1-0/+1
2018-12-21mailbox: tegra-hsp: Use device-managed registration APIThierry Reding1-24/+6
2018-12-21mailbox: tegra-hsp: use devm_kstrdup_const()Bartosz Golaszewski1-32/+4
2018-12-21mailbox: tegra-hsp: Add suspend/resume supportThierry Reding1-0/+19
2018-12-21mailbox: tegra-hsp: Add support for shared mailboxesThierry Reding1-61/+443
2018-12-21mailbox: Allow multiple controllers per deviceMikko Perttunen1-1/+2
2018-12-21mailbox: Support blocking transfers in atomic contextThierry Reding1-0/+28
2018-12-21mailbox: ti-msgmgr: Use device-managed registration APIThierry Reding1-12/+1
2018-12-21mailbox: stm32-ipcc: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: rockchip: Use device-managed registration APIThierry Reding1-14/+1
2018-12-21mailbox: qcom-apcs: Use device-managed registration APIThierry Reding1-2/+1
2018-12-21mailbox: platform-mhu: Use device-managed registration APIThierry Reding1-11/+1
2018-12-21mailbox: omap: Use device-managed registration APIThierry Reding1-3/+1
2018-12-21mailbox: mtk-cmdq: Remove needless devm_kfree() callsThierry Reding1-8/+0