summaryrefslogtreecommitdiff
path: root/drivers/mailbox
AgeCommit message (Expand)Author
2024-05-31mailbox: zynqmp-ipi: drop irq_to_desc() callArnd Bergmann
2024-05-19mailbox: Convert from tasklet to BH workqueueAllen Pais
2024-05-19mailbox: mtk-cmdq: Fix pm_runtime_get_sync() warning in mbox shutdownJason-JH.Lin
2024-05-19mailbox: mtk-cmdq-mailbox: fix module autoloadingKrzysztof Kozlowski
2024-05-19mailbox: zynqmp: handle SGI for shared IPITanmay Shah
2024-05-19mailbox: arm_mhuv3: Add driverCristian Marussi
2024-05-19mailbox: omap: Remove kernel FIFO message queuingAndrew Davis
2024-05-19mailbox: omap: Reverse FIFO busy check logicAndrew Davis
2024-05-19mailbox: omap: Remove mbox_chan_to_omap_mbox()Andrew Davis
2024-05-19mailbox: omap: Use mbox_controller channel list directlyAndrew Davis
2024-05-19mailbox: omap: Use function local struct mbox_controllerAndrew Davis
2024-05-19mailbox: omap: Merge mailbox child node setup loopsAndrew Davis
2024-05-19mailbox: omap: Use devm_pm_runtime_enable() helperAndrew Davis
2024-05-19mailbox: omap: Remove device classAndrew Davis
2024-05-19mailbox: omap: Remove unneeded header omap-mailbox.hAndrew Davis
2024-05-19mailbox: omap: Move fifo size check to point of useAndrew Davis
2024-05-19mailbox: omap: Move omap_mbox_irq_t into driverAndrew Davis
2024-05-19mailbox: omap: Remove unused omap_mbox_request_channel() functionAndrew Davis
2024-05-19mailbox: omap: Remove unused omap_mbox_{enable,disable}_irq() functionsAndrew Davis
2024-04-30mailbox: zynqmp: Enable Bufferless IPI usage on Versal-based SOC'sBen Levinsky
2024-04-30mailbox: zynqmp: Move buffered IPI setup to of_match selected routineBen Levinsky
2024-04-30mailbox: zynqmp: Move of_match structure closer to usageBen Levinsky
2024-03-13Merge tag 'mailbox-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds
2024-03-10mailbox: imx: support i.MX95 Generic/ELE/V2X MUPeng Fan
2024-03-10mailbox: imx: populate sub-nodesPeng Fan
2024-03-10mailbox: imx: get RR/TR registers num from Parameter registerPeng Fan
2024-03-10mailbox: imx: support return value of initPeng Fan
2024-02-15irqchip: Convert all platform MSI users to the new APIThomas Gleixner
2024-01-17Merge tag 'mailbox-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds
2024-01-13mailbox: mtk-cmdq: Add CMDQ driver support for mt8188Jason-JH.Lin
2024-01-13mailbox: mtk-cmdq: Sort cmdq platform data by compatible nameJason-JH.Lin
2024-01-13mailbox: mtk-cmdq: Rename gce_plat variable with SoC name postfixJason-JH.Lin
2024-01-13mailbox: zynqmp-ipi: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: tegra-hsp: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: sun6i-msgbox: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: stm32-ipcc: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: qcom-ipcc: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: qcom-apcs-ipc: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: omap: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: mtk-cmdq: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: mailbox-test: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: imx: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: bcm-pdc: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: bcm-flexrm: Convert to platform remove callback returning voidUwe Kleine-König
2024-01-13mailbox: zynqmp-ipi: fix an Excess struct member kernel-doc warningRandy Dunlap
2024-01-13mailbox: arm_mhuv2: Fix a bug for mhuv2_sender_interruptXiaowu.ding
2024-01-13mailbox: qcom-apcs-ipc: re-organize compatibles with fallbacksKrzysztof Kozlowski
2023-11-23mailbox: apple: Delete driverHector Martin
2023-11-05Merge tag 'mailbox-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jas...Linus Torvalds
2023-10-31Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds