index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mailbox
/
imx-mailbox.c
Age
Commit message (
Expand
)
Author
2026-06-20
mailbox: imx: Don't force-thread the primary handler
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: Move the RXDB part of the mailbox into the threaded handler
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: Move the RX part of the mailbox into the threaded handler
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: Use channel index instead of zero in imx_mu_specific_rx()
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: use devm_of_platform_populate()
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: Use devm_pm_runtime_enable()
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: Add a channel shutdown field
Sebastian Andrzej Siewior
2026-06-20
mailbox: imx: Forward the timeout/ error in imx_mu_generic_tx()
Sebastian Andrzej Siewior
2026-04-12
mailbox: prefix new constants with MBOX_
Wolfram Sang
2026-03-29
mailbox: remove superfluous internal header
Wolfram Sang
2026-01-24
mailbox: imx: Skip the suspend flag for i.MX7ULP
Jacky Bai
2025-05-26
mailbox: imx: Fix TXDB_V2 sending
Peng Fan
2024-11-24
mailbox: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-11-24
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
[next]