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=-3.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 86258C34031 for ; Thu, 20 Feb 2020 05:31:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 58A3620801 for ; Thu, 20 Feb 2020 05:31:29 +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="VQcdePU2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726393AbgBTFb2 (ORCPT ); Thu, 20 Feb 2020 00:31:28 -0500 Received: from mail27.static.mailgun.info ([104.130.122.27]:24355 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726044AbgBTFb1 (ORCPT ); Thu, 20 Feb 2020 00:31:27 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1582176687; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=1IQ7rTO8MrCC26jln2QV3jowt/CvD+kTkMdX2ajR2JI=; b=VQcdePU2mRMEz/HdIJpWEeDSXflUTdhb8rT1U1e+qA+dNootHMbb+CbZJaV3R+FF93PF3N9g NDByLPbsGYucFTIw8iiE8MWGsi5Ij3yYgxAfeF3R1eVolZ9Afytjd5YvdlA8gV083V7O6v7K oJnNShOL6xZc4NKR1ePps2a/Mbg= X-Mailgun-Sending-Ip: 104.130.122.27 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5e4e19a8.7fde26b66570-smtp-out-n02; Thu, 20 Feb 2020 05:31:20 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 642A8C447A0; Thu, 20 Feb 2020 05:31:19 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: saiprakash.ranjan) by smtp.codeaurora.org (Postfix) with ESMTPSA id D25D3C43383; Thu, 20 Feb 2020 05:31:18 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 20 Feb 2020 11:01:18 +0530 From: Sai Prakash Ranjan To: Stephen Boyd Cc: Wim Van Sebroeck , Guenter Roeck , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-watchdog@vger.kernel.org, Andy Gross , Bjorn Andersson Subject: Re: [PATCH] watchdog: qcom: Use irq flags from firmware In-Reply-To: <20200220002047.115000-1-swboyd@chromium.org> References: <20200220002047.115000-1-swboyd@chromium.org> Message-ID: X-Sender: saiprakash.ranjan@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-02-20 05:50, Stephen Boyd wrote: > The DT or ACPI tables should tell the driver what the irq flags are. > Given that this driver probes only on DT based platforms and those DT > platforms specify the irq flags we can safely drop the forced irq flag > setting here. > > Cc: Andy Gross > Cc: Bjorn Andersson > Cc: Sai Prakash Ranjan > Signed-off-by: Stephen Boyd Thanks, Reviewed-by: Sai Prakash Ranjan -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation