Re: [PATCH v4 05/13] firmware: ti_sci: Add helper apis to manage resources

2018-12-27 Thread Nishanth Menon
On 11:43-20181227, Lokesh Vutla wrote: > Each resource with in the device can be uniquely identified > by a type and subtype as defined by TISCI. Since this is generic > across the devices, resource allocation also can be made generic > instead of each client driver handling the resource. So add he

[PATCH v4 05/13] firmware: ti_sci: Add helper apis to manage resources

2018-12-26 Thread Lokesh Vutla
Each resource with in the device can be uniquely identified by a type and subtype as defined by TISCI. Since this is generic across the devices, resource allocation also can be made generic instead of each client driver handling the resource. So add helper apis to manage the resource. Signed-off-b