Age | Commit message (Expand) | Author | Files | Lines |
2021-03-04 | mailbox: sprd: correct definition of SPRD_OUTBOX_FIFO_FULL | Magnum Shan | 1 | -1/+1 |
2020-12-30 | mailbox: arm_mhu_db: Fix mhu_db_shutdown by replacing kfree with devm_kfree | Sudeep Holla | 1 | -1/+1 |
2020-10-24 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s... | Linus Torvalds | 1 | -1/+8 |
2020-10-17 | mailbox: avoid timer start from callback | Jassi Brar | 1 | -5/+7 |
2020-10-13 | maiblox: mediatek: Fix handling of platform_get_irq() error | Krzysztof Kozlowski | 1 | -5/+3 |
2020-10-13 | mailbox: arm_mhu: Add ARM MHU doorbell driver | Sudeep Holla | 2 | -1/+355 |
2020-10-13 | mailbox: arm_mhu: Match only if compatible is "arm,mhu" | Sudeep Holla | 1 | -0/+3 |
2020-10-13 | mailbox: bcm: convert tasklets to use new tasklet_setup() API | Allen Pais | 1 | -3/+3 |
2020-09-18 | firmware: tegra: Enable BPMP support on Tegra234 | Thierry Reding | 1 | -1/+8 |
2020-08-15 | iomap: constify ioreadX() iomem argument (as in generic implementation) | Krzysztof Kozlowski | 1 | -1/+1 |
2020-08-04 | mailbox: mediatek: cmdq: clear task in channel before shutdown | Dennis YC Hsieh | 1 | -0/+38 |
2020-08-04 | mailbox: cmdq: support mt6779 gce platform definition | Dennis YC Hsieh | 1 | -0/+2 |
2020-08-04 | mailbox: cmdq: variablize address shift in platform | Dennis YC Hsieh | 1 | -13/+44 |
2020-08-04 | mailbox: qcom: Add msm8994 apcs compatible | Konrad Dybcio | 1 | -0/+5 |
2020-08-04 | mailbox: qcom: Add sdm660 hmss compatible | Konrad Dybcio | 1 | -0/+5 |
2020-08-04 | mailbox: imx: Mark PM functions as __maybe_unused | Nathan Chancellor | 1 | -4/+4 |
2020-08-04 | mailbox: pcc: Put the PCCT table for error path | Hanjun Guo | 1 | -2/+7 |
2020-08-04 | mailbox: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2 | -2/+2 |
2020-06-11 | mailbox: qcom: Add ipq6018 apcs compatible | Sivaprakash Murugesan | 1 | -0/+5 |
2020-06-11 | mailbox: qcom: Add clock driver name in apcs mailbox driver data | Sivaprakash Murugesan | 1 | -18/+38 |
2020-06-08 | mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flag | Anson Huang | 1 | -2/+7 |
2020-06-08 | mailbox: imx: Add runtime PM callback to handle MU clocks | Anson Huang | 1 | -3/+29 |
2020-06-08 | mailbox: imx: Add context save/restore for suspend/resume | Dong Aisheng | 1 | -0/+35 |
2020-05-31 | mailbox: Add support for Qualcomm IPCC | Manivannan Sadhasivam | 3 | -0/+298 |
2020-05-31 | mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe() | Wei Yongjun | 1 | -12/+8 |
2020-05-31 | mailbox: imx-mailbox: fix scu msg header size check | Peng Fan | 1 | -5/+9 |
2020-05-31 | mailbox: sprd: Add Spreadtrum mailbox driver | Baolin Wang | 3 | -0/+371 |
2020-05-31 | mailbox: ZynqMP IPI: Delete an error message in zynqmp_ipi_probe() | Markus Elfring | 1 | -3/+2 |
2020-05-31 | mailbox: imx: Disable the clock on devm_mbox_controller_register() failure | Fabio Estevam | 1 | -1/+3 |
2020-05-31 | mailbox: imx: Fix return in imx_mu_scu_xlate() | Dan Carpenter | 1 | -1/+1 |
2020-05-31 | mailbox: imx: Support runtime PM | Anson Huang | 1 | -1/+26 |
2020-05-31 | mailbox: pcc: make pcc_mbox_driver static | Jason Yan | 1 | -1/+1 |
2020-03-20 | mailbox: imx: add SCU MU support | Peng Fan | 1 | -0/+155 |
2020-03-20 | mailbox: imx: restructure code to make easy for new MU | Peng Fan | 1 | -54/+83 |
2020-03-20 | mailbox: mediatek: remove implementation related to atomic_exec | Bibby Hsieh | 1 | -68/+8 |
2020-03-20 | mailbox: mediatek: implement flush function | Bibby Hsieh | 1 | -0/+52 |
2020-03-20 | maillbox: bcm-flexrm-mailbox: handle cmpl_pool dma allocation failure | Rayagonda Kokatanur | 1 | -0/+2 |
2020-03-20 | mailbox: sun6i-msgbox: Add a new mailbox driver | Samuel Holland | 3 | -0/+337 |
2020-03-20 | mailbox: bcm-pdc: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 1 | -10/+10 |
2020-03-20 | mailbox:armada-37xx-rwtm:remove duplicate print in armada_37xx_mbox_probe() | Tang Bin | 1 | -6/+2 |
2020-01-08 | mailbox: armada-37xx-rwtm: convert to devm_platform_ioremap_resource | Yangtao Li | 1 | -4/+1 |
2019-12-02 | Merge tag 'mailbox-v5.5' of git://git.linaro.org/landing-teams/working/fujits... | Linus Torvalds | 4 | -51/+62 |
2019-12-01 | mailbox: imx: add support for imx v1 mu | Richard Zhu | 1 | -17/+38 |
2019-12-01 | mailbox: imx: Clear the right interrupts at shutdown | Daniel Baluta | 1 | -2/+13 |
2019-12-01 | mailbox: imx: Fix Tx doorbell shutdown path | Daniel Baluta | 1 | -1/+3 |
2019-12-01 | mailbox: stm32-ipcc: Update wakeup management | Fabien Dessenne | 1 | -29/+7 |
2019-11-27 | mailbox: no need to set .owner platform_driver_register | Tian Tao | 1 | -1/+0 |
2019-11-27 | mailbox/omap: Handle if CONFIG_PM is disabled | Brandon Maier | 1 | -1/+1 |
2019-11-12 | mailbox: tegra: Fix superfluous IRQ error message | Jon Hunter | 1 | -2/+2 |
2019-09-17 | mailbox: qcom-apcs: fix max_register value | Jorge Ramirez-Ortiz | 1 | -1/+1 |