aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/imx-mailbox.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-26mailbox: imx: Avoid using val uninitialized in imx_mu_isr()Nathan Chancellor1-1/+3
2021-06-26mailbox: imx-mailbox: support i.MX8ULP MUPeng Fan1-41/+63
2021-06-26mailbox: imx: add xSR/xCR register arrayPeng Fan1-35/+61
2021-06-26mailbox: imx: replace the xTR/xRR array with single registerPeng Fan1-14/+14
2020-08-03mailbox: imx: Mark PM functions as __maybe_unusedNathan Chancellor1-4/+4
2020-06-07mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flagAnson Huang1-2/+7
2020-06-07mailbox: imx: Add runtime PM callback to handle MU clocksAnson Huang1-3/+29
2020-06-07mailbox: imx: Add context save/restore for suspend/resumeDong Aisheng1-0/+35
2020-05-30mailbox: imx-mailbox: fix scu msg header size checkPeng Fan1-5/+9
2020-05-30mailbox: imx: Disable the clock on devm_mbox_controller_register() failureFabio Estevam1-1/+3
2020-05-30mailbox: imx: Fix return in imx_mu_scu_xlate()Dan Carpenter1-1/+1
2020-05-30mailbox: imx: Support runtime PMAnson Huang1-1/+26
2020-03-19mailbox: imx: add SCU MU supportPeng Fan1-0/+155
2020-03-19mailbox: imx: restructure code to make easy for new MUPeng Fan1-54/+83
2019-11-30mailbox: imx: add support for imx v1 muRichard Zhu1-17/+38
2019-11-30mailbox: imx: Clear the right interrupts at shutdownDaniel Baluta1-2/+13
2019-11-30mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta1-1/+3
2019-07-10mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta1-2/+2
2019-05-09mailbox: imx: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-03-11mailbox: imx: keep MU irq working during suspend/resumeAnson Huang1-2/+2
2018-12-21mailbox: imx: Use device-managed registration APIThierry Reding1-2/+1
2018-08-15mailbox: Add support for i.MX messaging unitOleksij Rempel1-0/+358