summaryrefslogtreecommitdiff
path: root/drivers/mailbox/imx-mailbox.c
AgeCommit message (Expand)Author
2021-10-29mailbox: imx: support i.MX8ULP S4 MUPeng Fan
2021-06-26mailbox: imx: Avoid using val uninitialized in imx_mu_isr()Nathan Chancellor
2021-06-26mailbox: imx-mailbox: support i.MX8ULP MUPeng Fan
2021-06-26mailbox: imx: add xSR/xCR register arrayPeng Fan
2021-06-26mailbox: imx: replace the xTR/xRR array with single registerPeng Fan
2020-08-03mailbox: imx: Mark PM functions as __maybe_unusedNathan Chancellor
2020-06-07mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flagAnson Huang
2020-06-07mailbox: imx: Add runtime PM callback to handle MU clocksAnson Huang
2020-06-07mailbox: imx: Add context save/restore for suspend/resumeDong Aisheng
2020-05-30mailbox: imx-mailbox: fix scu msg header size checkPeng Fan
2020-05-30mailbox: imx: Disable the clock on devm_mbox_controller_register() failureFabio Estevam
2020-05-30mailbox: imx: Fix return in imx_mu_scu_xlate()Dan Carpenter
2020-05-30mailbox: imx: Support runtime PMAnson Huang
2020-03-19mailbox: imx: add SCU MU supportPeng Fan
2020-03-19mailbox: imx: restructure code to make easy for new MUPeng Fan
2019-11-30mailbox: imx: add support for imx v1 muRichard Zhu
2019-11-30mailbox: imx: Clear the right interrupts at shutdownDaniel Baluta
2019-11-30mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta
2019-07-10mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta
2019-05-09mailbox: imx: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-03-11mailbox: imx: keep MU irq working during suspend/resumeAnson Huang
2018-12-21mailbox: imx: Use device-managed registration APIThierry Reding
2018-08-15mailbox: Add support for i.MX messaging unitOleksij Rempel