Re: 回复: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-10 Thread Peng Fan
On Tue, Jan 07, 2025 at 01:37:06PM +0100, Marek Vasut wrote: >On 1/7/25 1:11 PM, Peng Fan wrote: > >[...] > >> > > You cannot replace System Manager with optee-os. >> > >> > I think optee-os is also capable of being SCMI provider, so I have to >> > wonder, why does NXP use custom hand-written SCMI

Re: 回复: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-07 Thread Marek Vasut
On 1/7/25 1:11 PM, Peng Fan wrote: [...] You cannot replace System Manager with optee-os. I think optee-os is also capable of being SCMI provider, so I have to wonder, why does NXP use custom hand-written SCMI provider instead of something already available, like that optee-os ? System cont

RE: 回复: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-07 Thread Peng Fan
> Subject: Re: 回复: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add > SCMI pin control protocol driver > > On 1/7/25 7:39 AM, Alice Guo (OSS) wrote: > >> -邮件原件- > >> 发件人: Marek Vasut > >> 发送时间: 2025年1月7日 4:46 > >> 收件人: Alice Guo (OSS) ;

Re: 回复: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-07 Thread Marek Vasut
Fan ; Ranjani Vaidyanathan ; Ye Li 主题: Re: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver On 1/6/25 10:56 AM, Alice Guo (OSS) wrote: This patch provides a driver for the SCMI pin control protocol which is based on ARM's System Control and Management Inte

回复: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-06 Thread Alice Guo (OSS)
s.com; Peng Fan > ; Ranjani Vaidyanathan > ; Ye Li > 主题: Re: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control > protocol driver > > On 1/6/25 10:56 AM, Alice Guo (OSS) wrote: > >>> This patch provides a driver for the SCMI pin control protocol which > &

Re: 回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-06 Thread Marek Vasut
On 1/6/25 10:56 AM, Alice Guo (OSS) wrote: This patch provides a driver for the SCMI pin control protocol which is based on ARM's System Control and Management Interface (SCMI) 3.2. Currently, only the PINCTRL_CONFIG_SET command is implemented. What is the SCMI provider for this platform ? Hi

回复: [EXT] Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-06 Thread Alice Guo (OSS)
> > This patch provides a driver for the SCMI pin control protocol which > > is based on ARM's System Control and Management Interface (SCMI) 3.2. > > Currently, only the PINCTRL_CONFIG_SET command is implemented. > > What is the SCMI provider for this platform ? Hi Marek, System Manager which r

Re: [PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-05 Thread Marek Vasut
On 1/3/25 7:45 AM, Alice Guo wrote: From: Peng Fan This patch provides a driver for the SCMI pin control protocol which is based on ARM's System Control and Management Interface (SCMI) 3.2. Currently, only the PINCTRL_CONFIG_SET command is implemented. What is the SCMI provider for this platf

[PATCH v3 03/17] pinctrl: nxp: add SCMI pin control protocol driver

2025-01-02 Thread Alice Guo
From: Peng Fan This patch provides a driver for the SCMI pin control protocol which is based on ARM's System Control and Management Interface (SCMI) 3.2. Currently, only the PINCTRL_CONFIG_SET command is implemented. Signed-off-by: Ranjani Vaidyanathan Signed-off-by: Peng Fan Signed-off-by: Al