Re: [PATCH V5 2/2] firmware: ti_sci: Add comment explaining the is_secure code

2024-02-07 Thread Tom Rini
On Tue, Jan 30, 2024 at 08:30:00PM +0530, Dhruva Gole wrote: > Add a comment to explain the code under is_secure condition of > ti_sci_do_xfer. This will help avoid confusion amongst people who may in > future touch upon this code. > > Reviewed-by: Nishanth Menon > Signed-off-by: Dhruva Gole

[PATCH V5 2/2] firmware: ti_sci: Add comment explaining the is_secure code

2024-01-30 Thread Dhruva Gole
Add a comment to explain the code under is_secure condition of ti_sci_do_xfer. This will help avoid confusion amongst people who may in future touch upon this code. Reviewed-by: Nishanth Menon Signed-off-by: Dhruva Gole --- drivers/firmware/ti_sci.c | 6 ++ 1 file changed, 6 insertions(+)