summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox
AgeCommit message (Expand)AuthorLines
2021-06-26mbox: add polarfire soc system controller mailboxConor Dooley-0/+265
2021-06-26mailbox: imx: Avoid using val uninitialized in imx_mu_isr()Nathan Chancellor-1/+3
2021-06-26mailbox: qcom: Add MSM8939 APCS supportShawn Guo-0/+1
2021-06-26mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform deviceShawn Guo-1/+1
2021-06-26mailbox: qcom-apcs: Add SM6125 compatibleMartin Botka-0/+5
2021-06-26mailbox: mtk-cmdq: Fix uninitialized variable in cmdq_mbox_flush()Dan Carpenter-1/+1
2021-06-26mailbox: bcm-flexrm-mailbox: Remove redundant dev_err call in flexrm_mbox_pro...Zhihao Cheng-1/+0
2021-06-26mailbox: bcm2835: Remove redundant dev_err call in bcm2835_mbox_probe()Zhihao Cheng-1/+0
2021-06-26mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustionSibi Sankar-0/+6
2021-06-26mailbox: mtk-cmdq: Add struct cmdq_pkt in struct cmdq_cb_dataChun-Kuang Hu-0/+2
2021-06-26mailbox: mtk-cmdq: Use mailbox rx_callbackChun-Kuang Hu-5/+9
2021-06-26mailbox: mtk-cmdq: Remove cmdq_cb_statusChun-Kuang Hu-5/+5
2021-06-26mailbox: imx-mailbox: support i.MX8ULP MUPeng Fan-41/+63
2021-06-26mailbox: imx: add xSR/xCR register arrayPeng Fan-35/+61
2021-06-26mailbox: imx: replace the xTR/xRR array with single registerPeng Fan-14/+14
2021-06-26mailbox: hisilicon: Use the correct HiSilicon copyrightHao Fang-2/+2
2021-06-26mailbox: mediatek: Remove redundant error printing in cmdq_probe()Zhen Lei-3/+1
2021-06-26mailbox: bcm-pdc: Remove redundant error printing in pdc_probe()Zhen Lei-1/+0
2021-06-26mailbox: arm_mhu: Remove redundant error printing in mhu_probe()Zhen Lei-3/+1
2021-04-28Merge tag 'mailbox-v5.13' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds-53/+119
2021-04-13mailbox: arm_mhu_db: Remove redundant dev_err call in mhu_db_probe()Qiheng Lin-3/+1
2021-04-13mailbox: sprd: Add supplementary inbox supportOrson Zhai-17/+71
2021-04-13mailbox: sprd: Introduce refcnt when clients requests/free channelsOrson Zhai-14/+29
2021-04-13mailbox: fix various typos in commentsTom Saeger-16/+16
2021-04-13mailbox: pcc: fix platform_no_drv_owner.cocci warningsYang Li-1/+0
2021-04-09treewide: change my e-mail address, fix my nameMarek Behún-2/+2
2021-02-22mailbox: arm_mhuv2: Skip calling kfree() with invalid pointerViresh Kumar-1/+3
2021-02-14mailbox: tegra-hsp: Set lockdep class dynamicallyMikko Perttunen-0/+15
2021-02-14mailbox: sprd: correct definition of SPRD_OUTBOX_FIFO_FULLMagnum Shan-1/+1
2021-02-14mailbox: arm_mhuv2: make remove callback return voidUwe Kleine-König-3/+1
2021-02-14mailbox: arm_mhuv2: Fix sparse warningsViresh Kumar-11/+11
2021-02-14mailbox: qcom: Add support for SDX55 APCS IPCManivannan Sadhasivam-1/+6
2021-02-14mailbox: omap: Add support for K3 AM64x SoCsSuman Anna-1/+5
2021-02-14mailbox: qcom: Add SC8180X apcs compatibleBjorn Andersson-0/+1
2020-12-09mailbox: arm_mhuv2: Add driverViresh Kumar-0/+1145
2020-12-01mailbox: stm32-ipcc: cast void pointers to unsigned longMartin Kaiser-6/+6
2020-12-01mailbox: stm32-ipcc: remove duplicate error messageMartin Kaiser-3/+0
2020-12-01mailbox: stm32-ipcc: add COMPILE_TEST dependencyMartin Kaiser-1/+1
2020-12-01mailbox: arm_mhu_db: Fix mhu_db_shutdown by replacing kfree with devm_kfreeSudeep Holla-1/+1
2020-10-24Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-1/+8
2020-10-16mailbox: avoid timer start from callbackJassi Brar-5/+7
2020-10-12maiblox: mediatek: Fix handling of platform_get_irq() errorKrzysztof Kozlowski-5/+3
2020-10-12mailbox: arm_mhu: Add ARM MHU doorbell driverSudeep Holla-1/+355
2020-10-12mailbox: arm_mhu: Match only if compatible is "arm,mhu"Sudeep Holla-0/+3
2020-10-12mailbox: bcm: convert tasklets to use new tasklet_setup() APIAllen Pais-3/+3
2020-09-18firmware: tegra: Enable BPMP support on Tegra234Thierry Reding-1/+8
2020-08-14iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski-1/+1
2020-08-03mailbox: mediatek: cmdq: clear task in channel before shutdownDennis YC Hsieh-0/+38
2020-08-03mailbox: cmdq: support mt6779 gce platform definitionDennis YC Hsieh-0/+2
2020-08-03mailbox: cmdq: variablize address shift in platformDennis YC Hsieh-13/+44