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 wro

[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 a/drivers/tee