summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/imx-mailbox.c
Commit message (Expand)AuthorAgeFilesLines
* mailbox: imx: fix RST channel supportPeng Fan2022-10-051-5/+5
* mailbox: imx: clear pending interruptsPeng Fan2022-08-031-0/+11
* mailbox: imx: support RST channelPeng Fan2022-08-021-6/+23
* mailbox:imx: using pm_runtime_resume_and_getran jianping2022-05-211-4/+2
* mailbox: imx: remove redundant initializerTom Rix2022-05-211-1/+0
* mailbox: imx: support i.MX93 S401 MUPeng Fan2022-03-121-0/+12
* mailbox: imx: support dual interruptsPeng Fan2022-03-121-15/+30
* mailbox: imx: extend irq to an arrayPeng Fan2022-03-121-7/+7
* mailbox: imx: add i.MX8 SECO MU supportFranck LENORMAND2022-03-121-1/+212
* mailbox: imx: introduce rxdb callbackPeng Fan2022-03-121-3/+17
* mailbox: imx: enlarge timeout while reading/writing messages to SCFWRanjani Vaidyanathan2022-03-121-2/+3
* mailbox: imx: fix crash in resume on i.mx8ulpRobin Gong2022-03-121-1/+1
* mailbox: imx: fix wakeup failure from freeze modeRobin Gong2022-03-121-0/+9
* mailbox: imx: Fix an IS_ERR() vs NULL bugDan Carpenter2022-01-111-2/+2
* mailbox: imx: support i.MX8ULP S4 MUPeng Fan2021-10-291-37/+87
* mailbox: imx: Avoid using val uninitialized in imx_mu_isr()Nathan Chancellor2021-06-261-1/+3
* mailbox: imx-mailbox: support i.MX8ULP MUPeng Fan2021-06-261-41/+63
* mailbox: imx: add xSR/xCR register arrayPeng Fan2021-06-261-35/+61
* mailbox: imx: replace the xTR/xRR array with single registerPeng Fan2021-06-261-14/+14
* mailbox: imx: Mark PM functions as __maybe_unusedNathan Chancellor2020-08-031-4/+4
* mailbox: imx: ONLY IPC MU needs IRQF_NO_SUSPEND flagAnson Huang2020-06-071-2/+7
* mailbox: imx: Add runtime PM callback to handle MU clocksAnson Huang2020-06-071-3/+29
* mailbox: imx: Add context save/restore for suspend/resumeDong Aisheng2020-06-071-0/+35
* mailbox: imx-mailbox: fix scu msg header size checkPeng Fan2020-05-301-5/+9
* mailbox: imx: Disable the clock on devm_mbox_controller_register() failureFabio Estevam2020-05-301-1/+3
* mailbox: imx: Fix return in imx_mu_scu_xlate()Dan Carpenter2020-05-301-1/+1
* mailbox: imx: Support runtime PMAnson Huang2020-05-301-1/+26
* mailbox: imx: add SCU MU supportPeng Fan2020-03-191-0/+155
* mailbox: imx: restructure code to make easy for new MUPeng Fan2020-03-191-54/+83
* mailbox: imx: add support for imx v1 muRichard Zhu2019-11-301-17/+38
* mailbox: imx: Clear the right interrupts at shutdownDaniel Baluta2019-11-301-2/+13
* mailbox: imx: Fix Tx doorbell shutdown pathDaniel Baluta2019-11-301-1/+3
* mailbox: imx: Clear GIEn bit at shutdownDaniel Baluta2019-07-101-2/+2
* mailbox: imx: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-05-091-3/+1
* mailbox: imx: keep MU irq working during suspend/resumeAnson Huang2019-03-111-2/+2
* mailbox: imx: Use device-managed registration APIThierry Reding2018-12-211-2/+1
* mailbox: Add support for i.MX messaging unitOleksij Rempel2018-08-151-0/+358