summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mailbox-v5.13' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2021-04-289-53/+119
|\
| * mailbox: arm_mhu_db: Remove redundant dev_err call in mhu_db_probe()Qiheng Lin2021-04-131-3/+1
| * mailbox: sprd: Add supplementary inbox supportOrson Zhai2021-04-131-17/+71
| * mailbox: sprd: Introduce refcnt when clients requests/free channelsOrson Zhai2021-04-131-14/+29
| * mailbox: fix various typos in commentsTom Saeger2021-04-138-16/+16
| * mailbox: pcc: fix platform_no_drv_owner.cocci warningsYang Li2021-04-131-1/+0
* | treewide: change my e-mail address, fix my nameMarek Behún2021-04-091-2/+2
|/
* mailbox: arm_mhuv2: Skip calling kfree() with invalid pointerViresh Kumar2021-02-221-1/+3
* mailbox: tegra-hsp: Set lockdep class dynamicallyMikko Perttunen2021-02-141-0/+15
* mailbox: sprd: correct definition of SPRD_OUTBOX_FIFO_FULLMagnum Shan2021-02-141-1/+1
* mailbox: arm_mhuv2: make remove callback return voidUwe Kleine-König2021-02-141-3/+1
* mailbox: arm_mhuv2: Fix sparse warningsViresh Kumar2021-02-141-11/+11
* mailbox: qcom: Add support for SDX55 APCS IPCManivannan Sadhasivam2021-02-141-1/+6
* mailbox: omap: Add support for K3 AM64x SoCsSuman Anna2021-02-141-1/+5
* mailbox: qcom: Add SC8180X apcs compatibleBjorn Andersson2021-02-141-0/+1
* mailbox: arm_mhuv2: Add driverViresh Kumar2020-12-093-0/+1145
* mailbox: stm32-ipcc: cast void pointers to unsigned longMartin Kaiser2020-12-011-6/+6
* mailbox: stm32-ipcc: remove duplicate error messageMartin Kaiser2020-12-011-3/+0
* mailbox: stm32-ipcc: add COMPILE_TEST dependencyMartin Kaiser2020-12-011-1/+1
* mailbox: arm_mhu_db: Fix mhu_db_shutdown by replacing kfree with devm_kfreeSudeep Holla2020-12-011-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-241-1/+8
|\
| * firmware: tegra: Enable BPMP support on Tegra234Thierry Reding2020-09-181-1/+8
* | mailbox: avoid timer start from callbackJassi Brar2020-10-161-5/+7
* | maiblox: mediatek: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-121-5/+3
* | mailbox: arm_mhu: Add ARM MHU doorbell driverSudeep Holla2020-10-122-1/+355
* | mailbox: arm_mhu: Match only if compatible is "arm,mhu"Sudeep Holla2020-10-121-0/+3
* | mailbox: bcm: convert tasklets to use new tasklet_setup() APIAllen Pais2020-10-121-3/+3
|/
* iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-141-1/+1
* mailbox: mediatek: cmdq: clear task in channel before shutdownDennis YC Hsieh2020-08-031-0/+38
* mailbox: cmdq: support mt6779 gce platform definitionDennis YC Hsieh2020-08-031-0/+2
* mailbox: cmdq: variablize address shift in platformDennis YC Hsieh2020-08-031-13/+44
* mailbox: qcom: Add msm8994 apcs compatibleKonrad Dybcio2020-08-031-0/+5
* mailbox: qcom: Add sdm660 hmss compatibleKonrad Dybcio2020-08-031-0/+5
* mailbox: imx: Mark PM functions as __maybe_unusedNathan Chancellor2020-08-031-4/+4
* mailbox: pcc: Put the PCCT table for error pathHanjun Guo2020-08-031-2/+7
* mailbox: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-032-2/+2
* 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