All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mailbox: imx: support RST channel
@ 2022-05-17  7:35 ` Peng Fan (OSS)
  0 siblings, 0 replies; 8+ messages in thread
From: Peng Fan (OSS) @ 2022-05-17  7:35 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer
  Cc: kernel, festevam, linux-imx, devicetree, linux-kernel,
	linux-arm-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

To i.MX generic MU, when linux stop remote core, the MU-B side is not
reset because of hardware design, so MU-B contains valid configuration
when remote core stops. Then when linux start remote core again,
linux may notify remote core before remote core is ready for incoming
message. So we need make sure MU is in reset state before remote core
start. So add a RST channel which is only to reset MU when shutdown
the RST mbox channel.

Peng Fan (2):
  dt-bindings: mailbox: imx-mu: add RST channel
  mailbox: imx: support RST channel

 .../devicetree/bindings/mailbox/fsl,mu.yaml   |  6 ++--
 drivers/mailbox/imx-mailbox.c                 | 29 +++++++++++++++----
 2 files changed, 27 insertions(+), 8 deletions(-)

-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-05-18  1:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-17  7:35 [PATCH 0/2] mailbox: imx: support RST channel Peng Fan (OSS)
2022-05-17  7:35 ` Peng Fan (OSS)
2022-05-17  7:35 ` [PATCH 1/2] dt-bindings: mailbox: imx-mu: add " Peng Fan (OSS)
2022-05-17  7:35   ` Peng Fan (OSS)
2022-05-18  1:19   ` Rob Herring
2022-05-18  1:19     ` Rob Herring
2022-05-17  7:35 ` [PATCH 2/2] mailbox: imx: support " Peng Fan (OSS)
2022-05-17  7:35   ` Peng Fan (OSS)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.