index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
imx-mailbox.c
Age
Commit message (
Expand
)
Author
12 days
mailbox: Switch back to struct platform_driver::remove()
Uwe Kleine-König
12 days
mailbox: imx: Modify the incorrect format specifier
zhang jiao
2024-09-22
mailbox: imx: use device name in interrupt name
Peng Fan
2024-07-10
mailbox: imx: fix TXDB_V2 channel race condition
Peng Fan
2024-05-19
mailbox: Convert from tasklet to BH workqueue
Allen Pais
2024-03-10
mailbox: imx: support i.MX95 Generic/ELE/V2X MU
Peng Fan
2024-03-10
mailbox: imx: populate sub-nodes
Peng Fan
2024-03-10
mailbox: imx: get RR/TR registers num from Parameter register
Peng Fan
2024-03-10
mailbox: imx: support return value of init
Peng Fan
2024-01-13
mailbox: imx: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-15
mailbox: imx: support channel type tx doorbell v2
Peng Fan
2023-09-05
mailbox: Explicitly include correct DT includes
Rob Herring
2022-10-05
mailbox: imx: fix RST channel support
Peng Fan
2022-08-03
mailbox: imx: clear pending interrupts
Peng Fan
2022-08-02
mailbox: imx: support RST channel
Peng Fan
2022-05-21
mailbox:imx: using pm_runtime_resume_and_get
ran jianping
2022-05-21
mailbox: imx: remove redundant initializer
Tom Rix
2022-03-12
mailbox: imx: support i.MX93 S401 MU
Peng Fan
2022-03-12
mailbox: imx: support dual interrupts
Peng Fan
2022-03-12
mailbox: imx: extend irq to an array
Peng Fan
2022-03-12
mailbox: imx: add i.MX8 SECO MU support
Franck LENORMAND
2022-03-12
mailbox: imx: introduce rxdb callback
Peng Fan
2022-03-12
mailbox: imx: enlarge timeout while reading/writing messages to SCFW
Ranjani Vaidyanathan
2022-03-12
mailbox: imx: fix crash in resume on i.mx8ulp
Robin Gong
2022-03-12
mailbox: imx: fix wakeup failure from freeze mode
Robin Gong
2022-01-11
mailbox: imx: Fix an IS_ERR() vs NULL bug
Dan Carpenter
2021-10-29
mailbox: imx: support i.MX8ULP S4 MU
Peng Fan
2021-06-26
mailbox: imx: Avoid using val uninitialized in imx_mu_isr()
Nathan Chancellor
2021-06-26
mailbox: imx-mailbox: support i.MX8ULP MU
Peng Fan
2021-06-26
mailbox: imx: add xSR/xCR register array
Peng Fan
2021-06-26
mailbox: imx: replace the xTR/xRR array with single register
Peng Fan
2020-08-03
mailbox: imx: Mark PM functions as __maybe_unused
Nathan Chancellor
2020-06-07
mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flag
Anson Huang
2020-06-07
mailbox: imx: Add runtime PM callback to handle MU clocks
Anson Huang
2020-06-07
mailbox: imx: Add context save/restore for suspend/resume
Dong Aisheng
2020-05-30
mailbox: imx-mailbox: fix scu msg header size check
Peng Fan
2020-05-30
mailbox: imx: Disable the clock on devm_mbox_controller_register() failure
Fabio Estevam
2020-05-30
mailbox: imx: Fix return in imx_mu_scu_xlate()
Dan Carpenter
2020-05-30
mailbox: imx: Support runtime PM
Anson Huang
2020-03-19
mailbox: imx: add SCU MU support
Peng Fan
2020-03-19
mailbox: imx: restructure code to make easy for new MU
Peng Fan
2019-11-30
mailbox: imx: add support for imx v1 mu
Richard Zhu
2019-11-30
mailbox: imx: Clear the right interrupts at shutdown
Daniel Baluta
2019-11-30
mailbox: imx: Fix Tx doorbell shutdown path
Daniel Baluta
2019-07-10
mailbox: imx: Clear GIEn bit at shutdown
Daniel Baluta
2019-05-09
mailbox: imx: use devm_platform_ioremap_resource() to simplify code
Anson Huang
2019-03-11
mailbox: imx: keep MU irq working during suspend/resume
Anson Huang
2018-12-21
mailbox: imx: Use device-managed registration API
Thierry Reding
2018-08-15
mailbox: Add support for i.MX messaging unit
Oleksij Rempel