Re: [PATCH 2/7] firmware: ti_sci: Implement GET_RANGE with static data

2021-05-10 Thread Vignesh Raghavendra
On 5/11/21 10:12 AM, Lokesh Vutla wrote: > > > On 10/05/21 10:54 pm, Vignesh Raghavendra wrote: >> In case of R5 SPL, GET_RANGE API service is not available (as DM >> services are not yet up), therefore service such calls locally using >> per SoC static data. >> >> Signed-off-by: Vignesh

Re: [PATCH 2/7] firmware: ti_sci: Implement GET_RANGE with static data

2021-05-10 Thread Lokesh Vutla
On 10/05/21 10:54 pm, Vignesh Raghavendra wrote: > In case of R5 SPL, GET_RANGE API service is not available (as DM > services are not yet up), therefore service such calls locally using > per SoC static data. > > Signed-off-by: Vignesh Raghavendra > --- > drivers/firmware/ti_sci.c

[PATCH 2/7] firmware: ti_sci: Implement GET_RANGE with static data

2021-05-10 Thread Vignesh Raghavendra
In case of R5 SPL, GET_RANGE API service is not available (as DM services are not yet up), therefore service such calls locally using per SoC static data. Signed-off-by: Vignesh Raghavendra --- drivers/firmware/ti_sci.c | 36 +++ drivers/firmware/ti_sci_static_data.h | 92