From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756675AbcH2WbU (ORCPT ); Mon, 29 Aug 2016 18:31:20 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:23766 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840AbcH2WbS (ORCPT ); Mon, 29 Aug 2016 18:31:18 -0400 Subject: Re: [PATCH 3/5] firmware: ti_sci: Add support for Device control To: Nishanth Menon , Lokesh Vutla References: <20160819225159.10758-1-nm@ti.com> <20160819225159.10758-4-nm@ti.com> <9a6a8663-a3f7-7875-253f-98232d56b860@ti.com> Cc: Russell King , Sudeep Holla , Santosh Shilimkar , Tero Kristo , Dave Gerlach , "linux-pm@vger.kernel.org" , lkml , "Andrew F . Davis" , dt list , Russ Dill , "linux-arm-kernel@lists.infradead.org" From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: Date: Mon, 29 Aug 2016 15:30:18 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. >>> + */ >>> +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