index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
zynqmp-ipi-mailbox.c
Age
Commit message (
Expand
)
Author
2024-05-31
mailbox: zynqmp-ipi: drop irq_to_desc() call
Arnd Bergmann
2024-05-19
mailbox: zynqmp: handle SGI for shared IPI
Tanmay Shah
2024-04-30
mailbox: zynqmp: Enable Bufferless IPI usage on Versal-based SOC's
Ben Levinsky
2024-04-30
mailbox: zynqmp: Move buffered IPI setup to of_match selected routine
Ben Levinsky
2024-04-30
mailbox: zynqmp: Move of_match structure closer to usage
Ben Levinsky
2024-01-13
mailbox: zynqmp-ipi: Convert to platform remove callback returning void
Uwe Kleine-König
2024-01-13
mailbox: zynqmp-ipi: fix an Excess struct member kernel-doc warning
Randy Dunlap
2023-10-08
mailbox: zynqmp: Annotate struct zynqmp_ipi_pdata with __counted_by
Kees Cook
2023-09-05
mailbox: Explicitly include correct DT includes
Rob Herring
2023-03-14
mailbox: zynqmp: Fix IPI isr handling
Tanmay Shah
2023-03-14
mailbox: zynqmp: Fix counts of child nodes
Tanmay Shah
2023-02-23
mailbox: zynq: Switch to flexible array to simplify code
Christophe JAILLET
2022-12-18
mailbox: zynq-ipi: fix error handling while device_register() fails
Yang Yingliang
2022-01-11
mailbox: zynq: add missing of_node_put before return
Wang Qing
2020-05-30
mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe()
Wei Yongjun
2020-05-30
mailbox: ZynqMP IPI: Delete an error message in zynqmp_ipi_probe()
Markus Elfring
2019-03-06
mailbox: ZynqMP IPI mailbox controller
Wendy Liang