Re: [PATCH] tee: ACPI support for optee driver

2017-10-03 Thread Jon Masters
On 09/22/2017 05:37 AM, Lorenzo Pieralisi wrote: > On Thu, Sep 21, 2017 at 03:45:28PM +0800, Hanjun Guo wrote: >> On 2017/9/21 15:12, Mayuresh Chitale wrote: >>> This patch modifies the optee driver to add support for parsing >>> the conduit method from an ACPI node. >> >> Sorry I didn't involve

Re: [PATCH] tee: ACPI support for optee driver

2017-10-03 Thread Jon Masters
On 09/22/2017 05:37 AM, Lorenzo Pieralisi wrote: > On Thu, Sep 21, 2017 at 03:45:28PM +0800, Hanjun Guo wrote: >> On 2017/9/21 15:12, Mayuresh Chitale wrote: >>> This patch modifies the optee driver to add support for parsing >>> the conduit method from an ACPI node. >> >> Sorry I didn't involve

Re: [PATCH] tee: ACPI support for optee driver

2017-09-22 Thread Lorenzo Pieralisi
On Thu, Sep 21, 2017 at 03:45:28PM +0800, Hanjun Guo wrote: > On 2017/9/21 15:12, Mayuresh Chitale wrote: > > This patch modifies the optee driver to add support for parsing > > the conduit method from an ACPI node. > > Sorry I didn't involve this earlier, but I think this is a wrong > approach,

Re: [PATCH] tee: ACPI support for optee driver

2017-09-22 Thread Lorenzo Pieralisi
On Thu, Sep 21, 2017 at 03:45:28PM +0800, Hanjun Guo wrote: > On 2017/9/21 15:12, Mayuresh Chitale wrote: > > This patch modifies the optee driver to add support for parsing > > the conduit method from an ACPI node. > > Sorry I didn't involve this earlier, but I think this is a wrong > approach,

Re: [PATCH] tee: ACPI support for optee driver

2017-09-21 Thread Mayuresh Chitale
On Thu, Sep 21, 2017 at 1:15 PM, Hanjun Guo wrote: > On 2017/9/21 15:12, Mayuresh Chitale wrote: >> This patch modifies the optee driver to add support for parsing >> the conduit method from an ACPI node. > > Sorry I didn't involve this earlier, but I think this is a wrong >

Re: [PATCH] tee: ACPI support for optee driver

2017-09-21 Thread Mayuresh Chitale
On Thu, Sep 21, 2017 at 1:15 PM, Hanjun Guo wrote: > On 2017/9/21 15:12, Mayuresh Chitale wrote: >> This patch modifies the optee driver to add support for parsing >> the conduit method from an ACPI node. > > Sorry I didn't involve this earlier, but I think this is a wrong > approach, in ACPI

Re: [PATCH] tee: ACPI support for optee driver

2017-09-21 Thread Hanjun Guo
On 2017/9/21 15:12, Mayuresh Chitale wrote: > This patch modifies the optee driver to add support for parsing > the conduit method from an ACPI node. Sorry I didn't involve this earlier, but I think this is a wrong approach, in ACPI 5.1+ spec, there is a bit in FADT table which indicates PSCI

Re: [PATCH] tee: ACPI support for optee driver

2017-09-21 Thread Hanjun Guo
On 2017/9/21 15:12, Mayuresh Chitale wrote: > This patch modifies the optee driver to add support for parsing > the conduit method from an ACPI node. Sorry I didn't involve this earlier, but I think this is a wrong approach, in ACPI 5.1+ spec, there is a bit in FADT table which indicates PSCI

[PATCH] tee: ACPI support for optee driver

2017-09-21 Thread Mayuresh Chitale
This patch modifies the optee driver to add support for parsing the conduit method from an ACPI node. Signed-off-by: Mayuresh Chitale --- drivers/tee/optee/core.c | 112 --- 1 file changed, 77 insertions(+), 35 deletions(-) diff

[PATCH] tee: ACPI support for optee driver

2017-09-21 Thread Mayuresh Chitale
This patch modifies the optee driver to add support for parsing the conduit method from an ACPI node. Signed-off-by: Mayuresh Chitale --- drivers/tee/optee/core.c | 112 --- 1 file changed, 77 insertions(+), 35 deletions(-) diff --git