Re: [PATCH 3/5] firmware: ti_sci: Add support for Device control

2016-08-29 Thread Santosh Shilimkar
Hi Nishant, On 8/23/2016 11:45 AM, Nishanth Menon wrote: On Sun, Aug 21, 2016 at 10:56 PM, Lokesh Vutla wrote: /** + * tis_sci_is_response_ack() - Generic ACK/NACK message checkup + * @r: pointer to response buffer + * + * Return: true if the response was an ACK, else returns false. + *

Re: [PATCH 3/5] firmware: ti_sci: Add support for Device control

2016-08-23 Thread Nishanth Menon
On Sun, Aug 21, 2016 at 10:56 PM, Lokesh Vutla wrote: >> /** >> + * tis_sci_is_response_ack() - Generic ACK/NACK message checkup >> + * @r: pointer to response buffer >> + * >> + * Return: true if the response was an ACK, else returns false. >> + */ >> +static inline bool tis_sci_is_respons

Re: [PATCH 3/5] firmware: ti_sci: Add support for Device control

2016-08-21 Thread Lokesh Vutla
On Saturday 20 August 2016 04:21 AM, Nishanth Menon wrote: > Texas Instrument's System Control Interface (TI-SCI) Message Protocol > is used in Texas Instrument's System on Chip (SoC) such as those > in keystone family K2G SoC to communicate between various compute > processors with a central sys

[PATCH 3/5] firmware: ti_sci: Add support for Device control

2016-08-19 Thread Nishanth Menon
Texas Instrument's System Control Interface (TI-SCI) Message Protocol is used in Texas Instrument's System on Chip (SoC) such as those in keystone family K2G SoC to communicate between various compute processors with a central system controller entity. TI-SCI message protocol provides support for