RE: [PATCH 1/3] firmware: imx: scu-pid: Rename mu PD range to mu_a

2019-07-17 Thread Aisheng Dong
> From: Daniel Baluta > Sent: Thursday, July 4, 2019 3:04 AM > Subject: [PATCH 1/3] firmware: imx: scu-pid: Rename mu PD range to mu_a s/pid/pd > > The Messaging Unit module enables two processors within the SoC to > communicate and coordinate by passing messages throug

[PATCH 1/3] firmware: imx: scu-pid: Rename mu PD range to mu_a

2019-07-03 Thread Daniel Baluta
The Messaging Unit module enables two processors within the SoC to communicate and coordinate by passing messages through the MU interface. MUs have 2 “sides” with independent programming interfaces. Rename mu PD range to mu_a because it's actually side A of MUs. Signed-off-by: Daniel Baluta ---