index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
imx-mailbox.c
Age
Commit message (
Expand
)
Author
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