Re: [PATCH 3/6] firmware: ti_sci.c: Add a function to query DM firmware's capability

2025-06-03 Thread Dhruva Gole
On May 28, 2025 at 13:35:16 +0530, Moteen Shah wrote: > Add a new function to query the capabilities of the DM firmware, using > TI SCI protocol to retrieve a 64-bit firmware capability, where each bit > represents a specific capability supported by the firmware. > > Signed-off-by: Moteen Shah >

Re: [PATCH 3/6] firmware: ti_sci.c: Add a function to query DM firmware's capability

2025-06-02 Thread Neha Malcom Francis
On 28/05/25 13:35, Moteen Shah wrote: > Add a new function to query the capabilities of the DM firmware, using > TI SCI protocol to retrieve a 64-bit firmware capability, where each bit > represents a specific capability supported by the firmware. > > Signed-off-by: Moteen Shah > --- > drivers/f

[PATCH 3/6] firmware: ti_sci.c: Add a function to query DM firmware's capability

2025-05-28 Thread Moteen Shah
Add a new function to query the capabilities of the DM firmware, using TI SCI protocol to retrieve a 64-bit firmware capability, where each bit represents a specific capability supported by the firmware. Signed-off-by: Moteen Shah --- drivers/firmware/ti_sci.c | 45 ++