From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C0666C433E1 for ; Tue, 7 Jul 2020 07:42:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A1A6620702 for ; Tue, 7 Jul 2020 07:42:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="SupqBMkE" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726434AbgGGHms (ORCPT ); Tue, 7 Jul 2020 03:42:48 -0400 Received: from m43-7.mailgun.net ([69.72.43.7]:42835 "EHLO m43-7.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727003AbgGGHms (ORCPT ); Tue, 7 Jul 2020 03:42:48 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1594107767; h=Content-Transfer-Encoding: Content-Type: In-Reply-To: MIME-Version: Date: Message-ID: From: References: Cc: To: Subject: Sender; bh=Pec7NT7AnLdBquf3dwS+ZU4vRm60qiT2fcsC0z2KbYc=; b=SupqBMkEYuhkH8oDtuEwzCfe2G/Uqz6OWunjrnwdFg5T6zcA8YdkRmSHRGwApKYdq8iMmVUl UeMii+75CNqBKOITbS7p2PVn1JcoQZt2nwsDZ5n3HmJ+HZriFuukqXEqVRWNGgRC7AvMIo9L 0Tn1AAhcWMe/N/7To4n8KIABLC0= X-Mailgun-Sending-Ip: 69.72.43.7 X-Mailgun-Sid: WyI0ZDgwZiIsICJsaW51eC1ncGlvQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n10.prod.us-east-1.postgun.com with SMTP id 5f04276ac746eb6f00e4c0db (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Tue, 07 Jul 2020 07:42:34 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 9F4C0C433C8; Tue, 7 Jul 2020 07:42:33 +0000 (UTC) Received: from [192.168.43.48] (unknown [223.182.243.190]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: kathirav) by smtp.codeaurora.org (Postfix) with ESMTPSA id 4A0E8C433C6; Tue, 7 Jul 2020 07:42:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 4A0E8C433C6 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=none smtp.mailfrom=kathirav@codeaurora.org Subject: Re: [PATCH] pinctrl: qcom: ipq8074: route gpio interrupts to APPS To: Bjorn Andersson Cc: agross@kernel.org, linus.walleij@linaro.org, linux-arm-msm@vger.kernel.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, sivaprak@codeaurora.org, sricharan@codeaurora.org, Rajkumar Ayyasamy References: <1594097915-26725-1-git-send-email-kathirav@codeaurora.org> <20200707051452.GO11847@yoga> From: Kathiravan T Message-ID: Date: Tue, 7 Jul 2020 13:12:27 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200707051452.GO11847@yoga> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi Bjorn, On 7/7/2020 10:44 AM, Bjorn Andersson wrote: > On Mon 06 Jul 21:58 PDT 2020, Kathiravan T wrote: > >> set target proc as APPS to route the gpio interrupts to APPS >> >> Signed-off-by: Rajkumar Ayyasamy >> Signed-off-by: Kathiravan T > This says "first Rajkumar certified the patch's origin, then you picked > it up and certified its origin". As such I would expect that Rajkumar is > the author of the patch. > > If you both came up with the patch add a Co-developed-by: tag. > > Regards, > Bjorn Thanks, fixed in V2. >> --- >> drivers/pinctrl/qcom/pinctrl-ipq8074.c | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/drivers/pinctrl/qcom/pinctrl-ipq8074.c b/drivers/pinctrl/qcom/pinctrl-ipq8074.c >> index 0edd41c..aec68b1 100644 >> --- a/drivers/pinctrl/qcom/pinctrl-ipq8074.c >> +++ b/drivers/pinctrl/qcom/pinctrl-ipq8074.c >> @@ -50,6 +50,7 @@ >> .intr_enable_bit = 0, \ >> .intr_status_bit = 0, \ >> .intr_target_bit = 5, \ >> + .intr_target_kpss_val = 3, \ >> .intr_raw_status_bit = 4, \ >> .intr_polarity_bit = 1, \ >> .intr_detection_bit = 2, \ >> -- >> QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation >> -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation