summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* mailbox: qcom: Add ipq6018 apcs compatibleSivaprakash Murugesan2020-06-101-0/+5
* mailbox: qcom: Add clock driver name in apcs mailbox driver dataSivaprakash Murugesan2020-06-101-18/+38
* mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flagAnson Huang2020-06-071-2/+7
* mailbox: imx: Add runtime PM callback to handle MU clocksAnson Huang2020-06-071-3/+29
* mailbox: imx: Add context save/restore for suspend/resumeDong Aisheng2020-06-071-0/+35
* mailbox: Add support for Qualcomm IPCCManivannan Sadhasivam2020-05-303-0/+298
* mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe()Wei Yongjun2020-05-301-12/+8
* mailbox: imx-mailbox: fix scu msg header size checkPeng Fan2020-05-301-5/+9
* mailbox: sprd: Add Spreadtrum mailbox driverBaolin Wang2020-05-303-0/+371
* mailbox: ZynqMP IPI: Delete an error message in zynqmp_ipi_probe()Markus Elfring2020-05-301-3/+2
* mailbox: imx: Disable the clock on devm_mbox_controller_register() failureFabio Estevam2020-05-301-1/+3
* mailbox: imx: Fix return in imx_mu_scu_xlate()Dan Carpenter2020-05-301-1/+1
* mailbox: imx: Support runtime PMAnson Huang2020-05-301-1/+26
* mailbox: pcc: make pcc_mbox_driver staticJason Yan2020-05-301-1/+1
* 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
|\ \ | |/ |/|