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

From: Santosh Shilimkar
Date: Mon Aug 29 2016 - 18:31:24 EST


Hi Nishant,

On 8/23/2016 11:45 AM, Nishanth Menon wrote:
On Sun, Aug 21, 2016 at 10:56 PM, Lokesh Vutla <lokeshvutla@xxxxxx> 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_response_ack(void *r)

May be just ti_sci_is_response_ack() to be consistent? or you wanted to
keep it tis_sci* ?


Uggh.. Fat fingered that one.. thanks for catching.. fixed and will
post a v2 next week if there is no further comments

I would like to send the next merge window queue up so please repost
the reviewed patches which needs to be queued up.

Regards,
Santosh