Re: 回复: 回复: [PATCH v6 02/20] firmware: scmi: smt: Interrupt communication enable

2025-03-11 Thread Marek Vasut
On 3/4/25 8:10 AM, Alice Guo (OSS) wrote: Hi, Do you mean that replace IS_ENABLED(CONFIG_SCMI_TRANSPORT_SMT_INTR) by checking "arm,scmi" and "mboxes" in device tree? If that is possible, yes. I do not think that Bit[0] of channel flags should be set to 1 only when the SCMI node has the comp

回复: 回复: [PATCH v6 02/20] firmware: scmi: smt: Interrupt communication enable

2025-03-03 Thread Alice Guo (OSS)
Suman ; Ye Li > > 主题: Re: 回复: [PATCH v6 02/20] firmware: scmi: smt: Interrupt > communication enable > > On 3/3/25 3:51 AM, Alice Guo (OSS) wrote: > > Hi, > > >>> @@ -48,6 +58,9 @@ int scmi_dt_get_smt_buffer(struct udevice *dev, > >>> struct >

Re: 回复: [PATCH v6 02/20] firmware: scmi: smt: Interrupt communication enable

2025-03-03 Thread Marek Vasut
On 3/3/25 3:51 AM, Alice Guo (OSS) wrote: Hi, @@ -48,6 +58,9 @@ int scmi_dt_get_smt_buffer(struct udevice *dev, struct scmi_smt *smt) if (!smt->buf) return -ENOMEM; + if (IS_ENABLED(CONFIG_SCMI_TRANSPORT_SMT_INTR)) + scmi_smt_enable_intr(smt, true)

回复: [PATCH v6 02/20] firmware: scmi: smt: Interrupt communication enable

2025-03-02 Thread Alice Guo (OSS)
orel Suman ; Ye Li > > 主题: Re: [PATCH v6 02/20] firmware: scmi: smt: Interrupt communication > enable > > On 2/28/25 11:53 AM, Alice Guo (OSS) wrote: > > From: Viorel Suman > > > > i.MX95 System Manager uses interrupt driven communication which > > requires

Re: [PATCH v6 02/20] firmware: scmi: smt: Interrupt communication enable

2025-02-28 Thread Marek Vasut
On 2/28/25 11:53 AM, Alice Guo (OSS) wrote: From: Viorel Suman i.MX95 System Manager uses interrupt driven communication which requires the caller to set Bit[0] of channel flags to 1. When transmission completes and the previous general purpose interrupt has been processed by the other core, i.

[PATCH v6 02/20] firmware: scmi: smt: Interrupt communication enable

2025-02-28 Thread Alice Guo (OSS)
From: Viorel Suman i.MX95 System Manager uses interrupt driven communication which requires the caller to set Bit[0] of channel flags to 1. When transmission completes and the previous general purpose interrupt has been processed by the other core, i.MX95 System Manager will set General Purpose I